/* Tables
--------------------------------------------- */
table {
border-collapse: collapse;
border-spacing: 0;
line-height: 2.5;
margin-bottom: 20px;
width: 100%;
}
tbody {
border-bottom: 1px solid #ddd;
}
thead,
th,
td,
.td1,
.td2,
.td3,
{
text-align: center;
}
thead {
color: #fff;
font-weight: bold;
background-color: #090961;
}
th {
font-weight: bold;
text-transform: uppercase;
}
td
{
border-top: 1px solid #ddd;
padding: 0px 0;
background-color: #fff;
}
.td1
{
border-top: 1px solid #ddd;
padding: 0px 0;
background-color: #d6d6d6;
}
.td2
{
border-top: 1px solid #ddd;
padding: 0px 0;
background-color: #069ecc;
}
.td3
{
border-top: 1px solid #ddd;
padding: 0px 0;
background-color: #08499e;
}