form {
  margin: 0px;
}

#site_offline {
  background: #FFFFCC;
  border-bottom: 1px #F2E389 solid;
  color: #9B0F09;
  font-size: 10pt;
  font-family: verdana;
  padding: 6px;
  margin-bottom: 10px;
}

.smallFont {
  font-size: 10px;
}

/* Header of a Block */
.block_header {
  font-weight: bold;
  font-size: 8pt;
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* Information Message */
.message_info {
  font-size: 8pt;
  padding: 5px;
  font-weight: bold;
  color: #62978d;
  text-align: center;
}

/* Error Message */
.message_error {
  font-size: 8pt;
  padding: 5px;
  font-weight: bold;
  color: red;
  text-align: center;
}

/* Action Link */
a.link_action {
  font-weight: bold;
  text-decoration: none;
}

/* Big Action Link */
a.link_action_big {
  font-size: 12pt;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
}

/* Item Link */
a.link_item {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
}

/* Description Link */
a.link_description {
  font-size: 8pt;
  text-decoration: none;
}

/* Small Description Link */
a.link_description_small {
  font-size: 7pt;
  text-decoration: none;
}

/* List Item */
.list {
  font-size: 8pt;
  padding-bottom: 5px;
  padding-top: 2px;
  padding-left: 2px;
}

.form_field_title {
  padding: 3px;
  font-weight: bold;
}

li.form_field_note {
  margin-left: 15px;
  padding-top: 3px;
  font-size: 8pt;
}

.star {
  color: #FF8515;
  font-weight: bold;
}

.accent-color,
a.accent-color:link,
a.accent-color:active,
a.accent-color:visited {
  color: #62978d;
  text-decoration: none;
}

a.accent-color:hover {
  text-decoration: underline;
}

/* Game Narrative Review Page */
.gnrpage hr {
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.gnrpage h1, .gnrpage h3 {
  color: #000000;
}

.gnrpage h3 {
  font-style: italic;
}

.gnrpage table {
  width: 100%;
}

.gnrpage table.Platinum {
  background-color: #E5E4E2;
}

.gnrpage table.Gold {
  background-color: #FFE87C;
}

.gnrpage table.Overall {
  background-color: #FDD017;
}

.gnrpage table.Winners {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.gnrpage thead {
  color: gray;
}

.gnrpage td {
  color: black;
}

.gnrpage hr.firstSchool {
  height: 1px;
  border-width: 0;
  color: black;
  background-color: black;
}

/*# sourceMappingURL=main.css.map */