/********************** Equipment, Stocks, Automation & Bars Sizing ************************/
.equipment {
 left: 0;
 width: 17%;
 padding-bottom:17%;
}

.eqpt_options{
 width:100%;
 }
 
.stocks{
 left:0; 
 margin-top: 7%;   /* Move to init.js ? */
 margin-left: 50%; /* Move to init.js ? */
 width: 4%;
 padding-bottom:4%;
 /*z-index: 10;*/
}

.staff{
 left:0; 
 margin-top: 7%;   /* Move to init.js ? */
 margin-left: 50%; /* Move to init.js ? */
 width: 3%;
 padding-bottom:3%;
}

.tree{
 left:0; 
 margin-top: 7%;   /* Move to init.js ? */
 margin-left: 50%; /* Move to init.js ? */
 width: 4%;
 padding-bottom:4%;
}

.stocks_options{
 width:100%;
 }

.bar_options{
 width:100%;
 }

.bar_class {
 width:3%;
 bottom:0;
 box-shadow: grey 5px 5px 10px;
}

.value_class {
 width:3%;
 font-size: 1.1vw;
 font-weight: bold;
 color:#000000;
 display: flex;
 justify-content: center;
 align-items: center;
 margin-top:-1.5%;
}