@charset "utf-8";
/* CSS Document */

table {
width: 100%;
background: #f0f1f2;
}

table caption {
font-size: 16px;
font-weight: bold;
background-color: #015caa;
color: #FFF;
}

table thead tr td, table thead tr th, table tbody tr td, table caption {
padding: 5px;
border-bottom: solid 2px #FFF;
text-align: center;
}
table thead tr td, table thead tr th {
font-size: 14px;
background-color: #015caa;
color: #FFF;
text-align: center;
font-weight: bold;
}

table tbody tr td {
font-size: 12px;
text-align: center;
}

.col-left {
text-align:left;
}
.col-right {
text-align:right;
}
