.region {
    cursor: hand;
    cursor: pointer;
    margin-right: 20px;
}

.dash-container {
    max-height: 550px;
    padding: 20px;
    border: 1px solid #00a4e4 !important;
    display: inline-block !important;
    max-width: 100%;
}

.dash-table-container {
    overflow: scroll;
    max-height: 400px;
}

.dash-table th {
    background: #00a4e4 !important;
    color: white;
}
