/*body {overflow: hidden}*/
#time, #date {
    font-weight: bold;
    /*font-size:0.7rem;*/
}
.navbar-brand {
    padding-top:0px;
    padding-bottom:0px;
}
.navbar {
    padding-top:0rem;
    padding-bottom:0rem;
}
.updatable-container {
    margin-top:5px;
}
.updatable-container .card-header {
    /*font-size:0.5rem;*/
    text-align: center;
    padding-top:3px;
    padding-bottom:3px;
    font-weight: bold;
}
.single-value {
    font-weight: bold;
    /*font-size:0.8rem;*/
}
.updatable-container .card {
    width:100%;
}
.updatable-container .card-body {
    padding:2px;
    min-height: 22px !important;
}
.updatable-container .col-md-4 {
   margin-top:5px;

}
.tabled-container {
    display: flex;
    flex-direction: column;
    gap: 1px;
    /*font-size:0.45rem;*/
    /*height: 86px;*/
}
.table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.second-column, .theed-column {
    width:90px;
}
.first-column {
    width:100%;
    font-weight: bold;
}
.stat-column {
    text-align: center;
    width:100%;
    /*font-size:0.7rem;*/
}
.progress-bar {
    height:25px;
    border-radius: 12px;
}
.progress {
    height: 25px;
}
.multipage-item {
    position: absolute;
    width: calc(100% - 20px);
    background-color: #fff;
}
.second-column {}
.flex-horizontal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.size01 {
    /*font-size:0.7rem;*/
    font-weight: normal !important;
}
.size02 {
     /*font-size:1.3rem;*/
 }
.navbar-brand img {
    height: 48px;
    margin-top: 6px;
    margin-bottom: 6px;
}
#date, #time, .period-title {
    font-size: 2.3rem;
    line-height: 60px;
}