div#content {
    font-family: "Roboto";
}

.entity-associate .view-grid,.entity-lookup .view-grid {
    width: 95%;
    overflow: auto;
    height: 450px;
    max-height: 500px;
    font-size: 100%
}


.btn-hg {
    font-size: revert!important;
    white-space: nowrap;
    height: 30px;
}

.button2, .btn-default {
    color: #A4262C;
    border-radius: 2px;
    font-family: 'Roboto';
    font-weight: 600;
    /* font-size: 12px; */
    border-color: #A4262C;
    padding: 1px 10px;
    width: auto; /*fit-content; --VV*/
    height: 30px;
    border-style: solid;
    background-color: transparent;
    }

.grid-actions {
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
    padding-bottom: 9px;
    width: 95%;
    }

html[dir=ltr] .crmEntityFormView .cell .field-label {
    float: left;
    /*font-size: x-small; --VV* comm on 13/3 per KB */
} 

.crmEntityFormView .cell.boolean-radio-cell label {
    float: none;
    display: inline;
    font-size: x-small;
}

html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 7px 5px 5px 10px;
}

.crmEntityFormView table.table td {
    padding: 5px;
    font-size: x-small;
}

div#content {
    font-family: "Roboto";
}