.tab-content__title::after {
    display: block;
    content: '';
    height: 2px;
    background-color: #333;
    margin-top: 7px;
}

/* TABLE */

.table-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 10px !important;
    color: #000;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}

table th {
    color: #fff;
    background-color: #0c891e !important;
}

.opinion__table-col{
    text-align: left !important;
}

@media screen and (max-width: 1200px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }
    table tbody {
        display: block;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        border-right: 1px solid transparent;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    table th, table td {
        text-align: left !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /*flex-direction: column;*/
        border-right: none !important;
    }

}
@media screen and (max-width: 768px) {
    table td:before {
        content: attr(data-label);
        margin-bottom: 7px;
    }
    table th, table td {
        text-align: left !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        border-right: none !important;
    }

}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.link-signature {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.icon-signature {
    background-image: url(../img/signature.png);
    background-size: cover;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    flex: 0 0 auto;
}

.tooltip {
    max-width: 350px !important;
    /*background-color: aqua !important;*/
}
.tooltip .tooltip-inner {
    max-width: 350px !important;
    background-color: #fff !important;
    color: #000 !important;
    text-align: left !important;
}

.tooltip .tooltip-arrow {
    /*background-color: red !important;*/
}
.link-download__signature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.link-download__signature::after {
   content: '';
    background-image: url(../img/d-signature.png);
    background-size: cover;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-left: 3px;
}

/* About Table Modal */

.about__table.description .modal-body {
    text-align: left !important;
}
.about__table.description .modal-body div{
    margin-bottom: 7px !important;
}
.about__table.description .modal-body div a{
    display: flex !important;
    align-items: center !important;
}
























