body {
    font-family: 'Roboto', sans-serif;
    /*height: 100vh;*/
}

div#content {
    /*background-image: url('icons/Ageko.png');
    background-size: 25%;
    background-repeat: repeat-x repeat-y;*/
    background-color: rgba(16,77,91,0.1);
    /*background-blend-mode: lighten;*/
    /* You may add things like width, height, background-size... */
}

.select {
    margin-bottom: 25px;
}

.box {
    border: 5px solid #144538;
}
/*.box {
    background-color: #104D5B;
}*/

table {
    background-color: transparent!important;
}

.title {
    color: #144538;
}

.sales_colour {
    color: red!important;
}

.rebate_colour {
    color: green!important;
}

/*.toggleLandfillComparison {
    display: none;
}

.toggleVPComparison {
    display: block;
}*/

.toggleClass {
    display: none;
}

.has-text-primary {
    color: #F8983E !important;
}