﻿#tblRecentquoteslist {
    box-sizing: border-box;
    border-collapse: collapse;
}
#tblRecentquoteslist > thead > tr {
    background-color: #f9f9f9;
}

.btn-blue {
    background: #313b57 !important;
    border: 1px solid #313b57 !important;
}