.bigtable {
    background: #FFF !important;
}

.bigtable th {
    position: relative;
}

/* @title Dashboard Panel Box */
/* @help When viewing the dashboard this controls the box the numbers appear in */
.bignum {
    background: #333;
    text-align: center;
    font-size: 42px !important;
    line-height: 42px;
    padding: 12px !important;
    height: 64px;
    -moz-box-shadow: inset 0 0 8px #000;
    -webkit-box-shadow: inset 0 0 8px #000;
    box-shadow: inset 0 0 8px #000;
    cursor: pointer;
}

/* @title Panel Color 1 */
/* @help Controls the font color for the first column in the dashboard */
.bignum1, .bignum1 a {
    color: #FC0 !important;
}

/* @title Panel Color 2 */
/* @help Controls the font color for the second column in the dashboard */
.bignum2, .bignum2 a {
    color: #F93 !important;
}

/* @title Panel Color 3 */
/* @help Controls the font color for the third column in the dashboard */
.bignum3, .bignum3 a {
    color: #6C6 !important;
}

/* @title Panel Color 4 */
/* @help Controls the font color for the fourth column in the dashboard */
.bignum4, .bignum4 a {
    color: #09F !important;
}

/* @title Panel Color 5 */
/* @help Controls the font color for the fifth column in the dashboard */
.bignum5, .bignum5 a {
    color: #3CC !important;
}

.bignum span {
    display: block;
    font-size: 11px !important;
    line-height: 13px;
    padding: 0;
    margin: 8px 0 0 0;
}

.bignum_stat_cell {
    position: relative;
}

.bignum_stat {
    position: absolute;
    top: 0;
    right: 0;
}

.bigsystem {
    text-align: left;
}

.bigsystem-inf {
    color: #FFF !important;
}

.bigsystem-min {
    background-color: #FC0 !important;
    color: #000 !important;
}

.bigsystem-maj {
    background-color: #F90 !important;
    color: #000 !important;
}

.bigsystem-cri {
    background-color: #F60 !important;
    color: #000 !important;
}

.page_table_fullscreen {
    height: 100vh;
    width: 100vw;
}

.page_table_fullscreen .bignum span {
    margin-top: 30px;
    font-size: 15px !important;
}

.page_table_fullscreen .page_table_header {
    height: 4vh;
    font-size: 24px;
}

.page_table_fullscreen .bignum_stat a {
    display: none;
}

.bigtable_r1.page_table_fullscreen .bignum {
    height: 92vh;
    font-size: 112px !important;
}

.bigtable_r2.page_table_fullscreen .bignum {
    height: 42vh;
    font-size: 96px !important;
}

.bigtable_r3.page_table_fullscreen .bignum {
    height: 24vh;
    font-size: 82px !important;
}

.bigtable_r4.page_table_fullscreen .bignum {
    height: 17vh;
    font-size: 72px !important;
}

.bigtable_r5.page_table_fullscreen .bignum {
    height: 12vh;
    font-size: 56px !important;
}
