/*
  index.css
*/
 

#appt_table {
  background-color: #e0e8f0;
  border: 1px solid #abc;
}

#appt_table td {
  border-bottom: 1px solid #abc;
}

td.table_prompt_cell {
  font-weight: bold;
  text-align: left;
  width: 120px;
}

