/* oratorical_reg CSS */
textarea {
  font-family:monospace;
  font-size:inherit;
}
.theme_table {
  font-size:0.9em;
  margin-bottom:20px;
}

.bold {
  font-weight: bold;
}

.red {
  color: #CC0000;
}

.page_title {
  font-family: "PT Sans",sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  margin: 5px 0 20px;
}

#edit-room-choice .form-item-room-choice {
  padding: 6px;
}

#edit-room-choice label.option {
}


.biglink {
  padding: 10px;
}

.biglink a {
  color: #005380;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
}

.biglink a:hover {
  text-decoration: underline !important;
}

.travel_block {
  margin-bottom: 16px;
  border: 2px solid #cccccc;
  padding: 10px;
}

.travel_tbl {
  width: 100%;
}

.travel_tbl td {
  vertical-align: top;
}

.travel_tbl .col1 {
  width:20%;
}

.travel_tbl .col2 {
  width:40%;
}

.travel_tbl .col3 {
  width:40%;
}

.travel_tbl tr.stripe {
  background-color: #f1f1f1;
}

.travel_status_red {
  font-weight: bold;
  color: #CC0000;
  font-size:1.3em;
}
.travel_status_green {
  font-weight: bold;
  color: #2ca108;
  font-size:1.3em;
}
