.DriverGroupDefinitionDriverListContainer {
    width: 100%;
    height: 100%;
}

.DriverGroupDefinitionDriverListGridContainer {
    width: 100%;
    height: 95%;
    float: left;
}

.DriverGroupDefinitionDriverListGrid {
    width: 100%;
    height: 93%;
    float: left;
}


.DriverGroupDefinitionDriverListGridHeader {
    width: 100%;
    float: left;
    height: 7%;
}

.DriverGroupDefinitionDriverListGridHeaderText {
    float: left;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
}

.DriverGroupDefinitionDriverListGridHeaderCount {
    float: right;
    width: 50%;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #475969;
    height: 27px;
    line-height: 27px;
    text-align: right;
}

.DriverGroupDefinitionDriverListButtonContainer {
    width: 100%;
    float: right;
    height: 5%;
}

.backButton {
    width: 140px;
    height: 40px;
    float: right;
}