
body{
    background-color: cadetblue;
    font-size: 2em;
}
table{
    background-color: white;
    color: white;
    padding: 10px;
    margin: 10px;
    text-transform: capitalize;
    text-align: center;

}
.table > thead > tr{
    margin: 20px;
    font-weight: bold;
    padding: 20px;
}
.table > tbody > tr > td {
    vertical-align: middle;
    margin: 20px;

}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    color: black;
}

.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left:0px;
}
.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

tr{
    background-color: gray;

}
th{
    text-align: center;
}
table img{
    height: 50px;
    border-radius: 50%;

}
.page-header{
    color: white;
    text-align: center;
    text-transform: uppercase;
}
header h1{
    font-weight: bolder;
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white;
    text-align: center;
}

button{
    text-transform: uppercase;
}

#addButton{

}
#tBlock_02 {
}
.btn:focus,.btn:active:focus,.btn.active:focus,
.btn.focus,.btn:active.focus,.btn.active.focus {
    outline: none;
}