.center_div {
  width : 320px;
  margin-left : auto;
  margin-right : auto;
}
.row_title td {
  background-color : rgb(220,220,220);
  font-size : 13px;
  text-align : center;
}
.large_td {
  width : 105px;
  font-weight : bold;
} 
.tab {
  margin-top : 20px;
}
.td_p {
  background-color : rgb(252,238,200);
}
.td_d {
  background-color : rgb(254,248,220);
}
.td_p, .td_d {
  font-size : 13px;
  text-align : center;
  font-weight : bold;
  color : rgb(35,35,35);
}

