body {
  background-color: white;
}

#recipename {
  width: 450px;
  font-size: 20px;
  text-align: center;
  color: maroon;
  padding: 2px 1px 2px 1px;
}

#timetempcommentmain {
  width: 450px;
  font-size: 14px;
  color: maroon;
  margin-left: 0px;
}

#timetempcomment {
  max-width: 110px;
  border-collapse: collapse;
  font-size: 12px;
  color: maroon;
  border: 1px solid maroon;
  margin-left: 0px;
}

#prepinfo {
  max-width: 150px;
  font-size: 12px;
  color: maroon;
  border: 1px solid maroon;
  margin-left: 0px;
}

#timetempcomment tr {
  text-align: 1px solid maroon;
}

#maincomment {
  font-size: 16px;
  color: maroon;
  margin-left: 10px;
}

table {
  width: 450px;
  font-size: 12px;
  color: maroon;
  margin-left: 0px;
  border-collapse: collapse;
  border-bottom: 6px solid black;
}

#ingredients {
  border-left: 0px;
  border-collapse: collapse;
  border-bottom: 6px solid black;
}

#ingredients tr {
  border-bottom: 1px solid grey;
}

#subtitle {
  font: italic small-caps bold 18px/20px Georgia, serif;
}

#directions {
  margin-left: 0px;
  border-collapse: collapse;
}

#directions tr {
  border-bottom: 4px solid white;
}

