body {
    background-color: aquamarine;
    background: url(../../img/tankShell/tankshellbackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.statisticalOutputByModel {
    border: 0px solid red;
    position: absolute;
    width: 45.5%;
    height: 32%;
    top: 23%;
    left: 3.5%;
}

.inventoryStatistics {
    border: 0px solid red;
    position: absolute;
    width: 45.5%;
    height: 32%;
    top: 23%;
    right: 3.5%;
}

.hourlyOutputStatistics {
    border: 0px solid red;
    position: absolute;
    width: 93%;
    height: 32%;
    bottom: 4.5%;
    left: 3.5%;
}

.span_c {
    margin-left: 5%;
    margin-right: 10% !important;
}