.collapsible{
  background-color: white;
  border: 1px;
  text-align:center; 
  width:100%;
}
.content{
  flex-direction: column; 
}
.contentBottom{
  padding-left: 4%;
  background-color:black;
  display: flex;
  min-height: 30px;
  width: 96%;
}

.contentFloatRight{
  margin-left: 10%; 
}
.contentTop{
  background-color:	#ececec;
  display: flex;
  margin-left: 4%;
  min-height: 30px;
  width: 96%;
  font-size: 0.8em;
}
.resourceProductionVolume, .resourceProductionTime, .resourceWorkerEfficiency, .resourceAutomationRate{
  border-top: solid;
}
.modify-buttons{
  color: white;
  background-color: #383333; 
  border: 1px solid;
  border-color:white;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.smallText{
  font-size: 0.8em; 
  color: white;
}