@import url(expert.css); 

.listtable {
  width: 100%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border: 1px solid #BFB78F;
  background: #ffffff;
  font: 100%/125% Arial, Helvetica, sans-serif;
}

.listtable th { 
  background: #ECE3BE;
  padding: 4px;
  font-weight: bold;
}

.listtable td { 
  border: 1px solid #BFB78F;
  padding: 4px;
}

tr.indent { 
  background: #FDF9ED;
}

.c21 { 
  width: 45%;
}

.c22 { 
  width: 55%;
}

.c31 { 
  width: 40%;
}

.c32 { 
  width: 45%;
}

.c33 { 
  width: 15%;
}

.otc {
  background: #B1FFA5;
}

.rx {
  background: #AEC2FF;
}

.rxs {
  background: #FFA677;
}

.otcrx{
  background-color: #B1FFA5;
  background-image: -webkit-linear-gradient(160deg, #AEC2FF 50%, #B1FFA5 50%);
  min-height: 30px;
}

.yes {
  background: #ddfcd9;
}

.no {
  background: #ffd9ce;
}

.part {
background: #fffcaf;
}
