/* Credit to Marcello A., colors & font size changed on this file*/
.listBox1{
  background-color: #e1e9ea;
  color: black;
  font-size: 16px;
  display: inline-block;
  

  width: 100%;
  padding: 10px;
  margin: 2px;
  border: solid ; 
  border-color: rgb(78, 78, 78) ;
  border-radius: 8px;
  box-shadow: 8px 9px 15px rgb(172, 172, 172);
  text-wrap:pretty;

}
.listBox2{
  background-color: #e6e6e6;
  color: rgb(0, 0, 0);
  font-size: 16px;
  display: inline-block;
  width: 100%;

  padding: 10px;
  border:solid ;
  border-color: rgb(78, 78, 78) ;
  border-radius: 8px;
  box-shadow: 8px 9px 15px rgb(172, 172, 172);
  margin: 2px;
  text-wrap:pretty;
}
