.specs th,tr,td{vertical-align:center;}
.specs th,.specs td{border-right:1px solid #FFF;border-bottom:1px solid #FFF;padding:5px 5px;}
.specs th{background-color:#025A9A; color:#FFF;font-weight:bold;}
.disclosures th,tr,td{vertical-align:center;}
.disclosures th,.disclosures td{border-right:1px solid #FFF;border-bottom:1px solid #FFF;padding:5px 5px;}
.disclosures th{background-color:#025A9A; color:#FFF;font-weight:bold;}

tr:hover {
    background-color: #d9e6f8 !important;
}
table {
    margin-top: 30px;
}

.specs td:nth-child(2), .specs td:nth-child(3) {
    width: 20%;
}

.specs thead, .disclosures thead{
    width: 90%;
}
.specs tbody, .disclosures tbody{
    overflow-x: auto;
    width: 90%;
}
