table {
    /*! border-top: 1px solid #ccc; */
    margin-top: 0px;
}

table tr { 
    background-color: #b9baba;
}
table th {
    width: 25%;
    vertical-align: top;
    padding: 5px 3px;
    border-top: 1px solid #a4a5a5;
    border-bottom: 1px solid #a4a5a58;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
}

table td {
    width: 25%;
    font-size: 1em;
    background-color: #dedede;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
	border-bottom: 2px solid #ffffff;
    text-align: left;
    line-height: 23px;
    letter-spacing: -0.4px;

}

.table > thead > tr > th {
    vertical-align: top;
    border-bottom: 2px solid #ddd;
    }