.crmcontacttab-container {
    font-size: 1rem;
}

.crmcontacttab-container button {
    color: white;
    border: none;
    font-weight: bold;
    border-radius: 7px;
    padding: 4px;
}

.crmcontacttab-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr 1.5fr 1.5fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas:
    ". . . . .";
    padding: 8px;
}

.crmcontacttab-controller-wrapper {
    background: #77AACC;
    border: solid 1px black
}

.crmcontacttab-controller-tab {
    border: solid 1px black;
    border-radius: 5px;
    padding: 8px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    color: white;
    background: #246D98;
}

.crmcontacttab-header-label {
    font-weight: bold;
    color: white;
}

.crmcontacttab-overview-button-wrapper button {
    font-weight: bold;
    padding: 8px;
    border-radius: 7px;
    margin-left: 8px;
    border: none;
    background: #2c80b8;
    color: white;
}

.crmcontacttab-overview-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

