.nomore{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #a0a0a0;
}
h4{
    color: white;
    font-weight: 100;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    border-bottom: 0.8px solid #42495d;
}
.third{
    background-color: grey;
}
.attr {
    margin-left: 20px;
}
.attr p {
    font-size: 15px;
    margin: 8px 0;
}
.table-header{
    background-color: rgb(39, 71, 190);
    font-size: 14px;color: white;
    /*padding-left: 1%;*/
    height: 40px;
    line-height: 40px;
    width: 85%;
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    width: 85% !important;
    margin: 0 auto;
}
th,td{
    min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    text-align: center;
    box-sizing: border-box;
    color: black;
}
td span{
    color: black !important;
    font-size: 14px !important;
}
tr td:nth-child(3) p{
    text-align: left !important;
}
.pagination-custom .page-item.active .page-link {
    background-color: #ffb600;
    color: white;
}
.pagination{
    justify-content: center;
}
.pagination li div, .pagination li span
{
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.main-content img {
    width: 85% !important;
    display: block;
    margin: 0 auto;
}
.main-content p {
    margin-top: 0;
    margin-bottom: 0;
}