
/*** SEARCH ***/

.b-consolidate-duplicates {}

    .b-consolidate-duplicates__header {
        text-align : center;
    }

    .b-consolidate-duplicates__search-company-form {
        width  : 700px;
        margin : auto;
    }

    .b-consolidate-duplicates__panels {
        width      : 1000px;
        margin     : 0 auto;
        text-align : center;
    }


.b-cd-panel {
    display        : inline-block;
    width          : 31%;
    border         : 1px solid #f2f2f2;
    padding        : 5px;
    vertical-align : top;
}
    .b-cd-panel--middle {
        border     : none;
        text-align : center;
    }

    .b-cd-panel__header {
        text-align : center;
    }





.b-cd-comparison {
    display : none;
}

    .b-cd-comparison td:first-child {
        width: 122px;
    }

    .b-cd-comparison__company-name {
        font-weight : bold;
    }


.b-cd-button {
    font-size   : 30px;
    line-height : 1.2;
    padding     : 120px 60px;
}

.b-cd-switch {
    margin-top : 20px;
}





/*** CONSOLIDATION ***/

.b-cdd-field-name {
    color : #999;
}

.b-cdd-stripe__main-value,
.b-cdd-stripe__duplicate-value {
    max-width   : 400px;
    max-height  : 400px;
    overflow    : auto;
    white-space : pre-wrap;
}



/*** LOG ***/

.b-cdd-log {}

    .b-cdd-log__header {
        margin-top : 20px;
    }

    .b-cdd-log__master-ids {
        font-size   : 14px;
        margin      : 10px 0 5px 0;
        font-weight : bold;
    }

    .b-cdd-log__arr,
    .b-cdd-log__date {
        font-weight : normal;
        color       : #999;
    }