/** similarity */
#co_mto_sessionSimilarity-headline {
    display: none !important;
}

.co_mto_withdrawlClose {
    float: left;
}

.co_mto_withdrawlProceed {
    float: right;
}

.co_mt_withdrawlText {
    width: 40em;
}

.co_mto_missingSOTool {
    color: darkorange;
}

.co_mto_ajaxResults {
    display: none;
}

.co_mto_saacTargetSessions {
    display: none;
}

.co_mto_listSAAC-similarities {
    color: red;
}

.co_mto_listSAAC-similarities a {
    color: red;
}

#co_mto_sessionSimilarity-container .co_mto_ss_table-details-session-link {
    text-decoration: none !important;
}

#co_mto_sessionSimilarity-container p {
    margin-bottom: 0.25rem;
}

.co_mto_rejectedDuplicatesSessionList {
    margin-top: .5em;
}

.co_mto-pc1_duplicateContainer .co_mto-pc1_duplicateOf,
.co_mto_pc1SPFEditButton {
    cursor: pointer;
}

.co_mto-pc1_duplicateOfContainer {
    display: none;
}

h3 + div > button {
    margin-top: 0.5rem;
}

.co_table_bordered.w-100.co_mto_listRejections th:last-of-type {
    width: 30% !important;
}

.modal-body .co_table_bordered.w-100.co_mto_listRejections th:last-of-type {
    width: 30% !important;
}

.co_table_bordered.co_mto_listUnassigneds.w-100 th:last-of-type {
    width: 40% !important;
}

.co_table_bordered.co_mto_listSAAC.co_mto_listSAAC-PG.co_mto_listSAAC-ALL th:last-of-type{
    width: 15% !important;
}

@media screen and (max-width: 1200px) {
    .co_table_bordered.w-100.co_mto_listRejections th:last-of-type {
        width: 33% !important;
    }

    .co_table_bordered.co_mto_listUnassigneds.w-100 th:last-of-type {
        width: 43% !important;
    }

    .co_table_bordered.co_mto_listSAAC.co_mto_listSAAC-PG.co_mto_listSAAC-ALL th:last-of-type{
        width: 17% !important;
    }
}

@media screen and (max-width: 992px) {
    .modal-body .co_table_bordered.w-100.co_mto_listRejections th:last-of-type {
        width: 29% !important;
    }
}

/*IE detecting*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .co_table_bordered.co_mto_listSAAC.co_mto_listSAAC-PG.co_mto_listSAAC-ALL th:last-of-type{
        width: 16% !important;
    }
}
