
div.wpcf7-mail-sent-ok{
    display: none !important;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

/* page registration */
.text-danger{
    display: none;
}

.logged-in-as{
    padding-right: .625rem;
    padding-left: .625rem;
}

pre.code-toolbar{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.likely {
    margin: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    display: none !important;
}

.agree {display:none}
.table-small {
    font-size: 10px;
}
.table-small th,.table-small td, .table-small tr  {
    font-size: 10px !important;
    font-weight: normal !important;
}
.table-small th a,.table-small td a, .table-small tr a  {
    color:#000;
}
.wp-pagenavi{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .1875rem;
}

.wp-pagenavi a, .wp-pagenavi span{
    position: relative;
    display: block;
    padding: .4375rem .875rem;
    margin-left: -1px;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
}

.wp-pagenavi span.current{
    z-index: 1;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

#toc_container {
    background: #ffffff;
    border: 1px solid #f4d5d5;
    padding: 10px;
    margin-bottom: 1em;
    width: 100% !important;
    display: table;
    font-size: 95%;
}


@media (max-width: 575.98px) {
    .content {
        padding: 1.25rem 12px;

    }
    
}

.breadcrumb p{
    margin-bottom: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ali-banner{
    min-height: 180px;
    background: url('../../img/banner.jpg') no-repeat center top;
    display: flex;
    justify-content: center;
    align-items: center;
}

