body{
    background-color: rgb(62, 62, 62);
    max-width: 1300px;;
}

a {
    color: inherit;
}

@media screen {
    .onlyPrint{
        display: None;
    }
}

.bg-cyan{
    background-color: darkcyan;
}

.bg-salmon{
    background-color: darksalmon;
}

.md-total{
    line-height: 40px;
    height: 40px;
    width: 100%;
}

.md-direct{
    line-height: 40px;
    height: 40px;
    overflow: auto;
}

.md-harvested{
    line-height: 40px;
    height: 40px;
    overflow: auto;
}

.md-label{
    line-height: 40px;
    height: 40px;
    color: rgb(214, 214, 214);
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

.md-stat-container{
    width: calc(100% - 170px)
}

.gp-stat-container{
    width: calc(30% - 150px);
}

.md-count-bar{
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    overflow: auto;
    white-space: nowrap;
    min-width: max-content;
}