body {
    width: 1500px;
    background-color: #e8ffff;
}

.bigContainer {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.jsGridContainer {
    margin: 0 auto;
    width: 95%;
    height: 95%;
}

.titleContainer {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.title {
    font-weight: bold;
    font-size: 20px;
    color: black;
    text-align: center;
    vertical-align: middle
}

.description {
    font-size: 12px;
}

.jsgrid-header-cell {
    background-color: #ccffff !important;
    border: 1px solid #13beec !important;
}

.jsgrid-cell {
    background-color: #ccffff !important;
    border: 1px solid #13beec !important;
}

.jsgrid-table input {
    background-color: #ccffff !important;
}
