p {
    margin: 25px auto;
    text-align: center;
}

table > tbody > tr > td > div > div > span:nth-child(1),
table > tbody > tr > td > div > div > span:nth-child(6),
table > tbody > tr > td > div > div > span:nth-child(9),
table > tbody > tr > td > div > div > span:nth-child(12),
table > tbody > tr > td > div > div > span:nth-child(15) {
    font-weight: bold;
}
#ad-image {
    max-width: 680px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 110px;
}
.header-align-dt{
    width: 311px !important;
    z-index: 99 !important;
    margin-bottom: 20px !important;
    margin-right: 10px !important;
}
.header-align-m{
    width: 311px !important;
    z-index: 99 !important;
}

/*tr.cbResultSetListViewRow > td > div {
    margin-top: 25px!important;
    padding-bottom: 30px!important;
}*/

@media (max-width: 768px){
    .w-50{
        min-width: 100% !important;
    }
}

@media (min-width: 1276px){
    .container {
        max-width: inherit;
    }
    #btn-1{
        min-width: 100% !important;
    }
    #btn-2{
        min-width: 100% !important;
    }
    #request-new{
        min-width: 50% !important;
    }
}

@media (min-width: 1105px) and (max-width: 1199px) {
    div.d-xl-none.d-block {
        margin: auto;
    }
}