.box_green {
  width: 378px;
  max-width: 100%;
  height: 53px;
  border: 2px solid green;
  padding: 10px;
  border-radius: 6px;
  background-color: #e8ffe9;
  margin-bottom: 10px;  
}
.box_red {
  width: 378px;
  max-width: 100%;
  height: 53px;
  border: 2px solid #b51515;
  padding: 10px;
  border-radius: 6px;
  background-color: #ffe8e8;
  margin-bottom: 10px;  
}
.my_label {
  display: inline block;
  float: left; 
  color: grey;
  font-family: 'Fjalla One', cursive;
  font-size: 19px;
}
.my_status_green {
  display: inline block;
  text-align: right;
  color: green;
  font-family: 'Baloo Chettan', cursive;
}
.my_status_red {
  display: inline block;
  text-align: right; 
  color: #b51515;
  font-family: 'Baloo Chettan', cursive;  
}