body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0;
  color: #555;
}

.site-branding {
  background: #6B8E9F;
  min-height: 70px;
}

.navigation {
  text-align: center;
  padding-bottom: 30px;
}

.navigation a {
  color: #F4F4F4;
  text-decoration: none;
  padding: 0px 10px;
}

#loginBtn,
#logoutBtn,
.submit-talk {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px 15px;
}

#loginBtn,
#logoutBtn {
  background: #F4F4F4;
  color: #6B8E9F;
}

.submit-talk {
  background: #018094;
  color: #fff;
}

.button {
  display: inline-block;
  background: #294172;
  border-radius: 8px;
  padding: 10px 15px;
}

.button a, .button a:hover {
  color: #fff;
  text-decoration: none;
}

.buttons {
  margin: 10px 0;
}

.submission-form {
  margin: auto;
}

.submission-form > tbody > tr > td {
  padding-bottom: 7px;
  padding-top: 5px;
  max-width: 50em;
  vertical-align: top;
}

.submission-form > tbody > tr > td:first-child {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}

.submission-form > tbody > tr > td > input[type=text],
.submission-form > tbody > tr > td > textarea {
  width: 400px;
  border: 1px solid #555;
  padding: 3px;
}

.submission-form > tbody > tr > td > textarea {
  height: 200px;
}

.submission-form > tbody > tr > td > .submit-talk {
  float: right;
  margin-top: 10px;
}

.submission-form p.note {
  font-size: 12px;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 0px;
}

.submission-form > tbody > tr > td input[type="text"].reg-fee {
  width: 100px;
}

.validation {
  margin: 0 auto;
  background-color: #f25050;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: center;
}

.purchase-option-name {
  text-align: left;
  padding-right: 20px;
}

.purchase-option-cost {
  text-align: center;
}

.purchase-option-left {
  text-align: right;
  padding-left: 20px;
}

.entry-header {
  background: #4a86cf url("https://static.gnome.org/guadec-2017/website-hero.svg") center bottom no-repeat !important;
  height: 800px;
}
