img {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

#debug-mode {
  color: white;
  font-size: 20px;
  font-family: Georgia,"Times New Roman",Times,serif;
}

.section {
  text-align: left;
  border: #D3D3D3 1px solid;
  font-size: 10pt;
}

.section hr {
  border: 1px #D3D3D3 solid;
  width: 98%;
  margin: 20px 0 10px 0;
  clear: both;
}

.title {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.title-note {
  color: #696969;
  font-size: 14px;
}

#main, #tab_header, .section, .title-note {
  margin: 0 10px 0 18px;
}

#content .heading, #content .heading h2, #content .heading h3 {
  background-color: #65745a;
  font-family: sans-serif;
  padding: 5px;
  margin: 0;
  color: white;
}

.content {
  padding: 10px 5px;
  height: 100%;
}

.content input[type="submit"] {
  margin-left: 18px;
  margin-top: 5px;
}

.form-row .container {
  clear: both;
  margin-top: 10px;
}

.form-row {
  clear: both;
  font-family: Georgia,"Times New Roman",Times,serif;
  text-align: left;
  padding: 0;
  margin: 0 10px 0 18px;
  font-size: 13px;
  line-height: 18px;
}

.form-row label {
  width: 110px;
  float: left;
}

.form-row label.long {
  width: 150px;
}

#content p.help_text {
  font-style: italic;
  margin: 0;
  padding: 0;
  margin-left: 130px;
}

.nomarker li {
  list-style-type: none !important;
} 

.clearer {
  clear: both;
}

.small-message {
  font-style: italic;
  font-size: 10px;
}

/* styles for notices and error message */
.notice {
  width: 80%;
  background-color: #FFFFE0;
  border: 1px #D3D3D3 solid;
  margin: 2px 10px 15px 18px;
  padding: 5px;
}

.notice img {
  display: inline;
  padding-right: 5px;
}

.error_list {
  list-style-type: disc;
  padding: 0;
  margin: 0;
}

.error_list div {
  display: inline;
}

.error_list .error_message {
  font-weight: bold;
}

.registration-details {
  width: 100%;
}

.registration-details tr * {
  border-bottom: 1px solid black;
  padding: 5px 0;
}

#content #prize_list ul li {
  list-style-type: none;
}

.choose_sessions {
  display: none;
}
