@charset "UTF-8";
body {
  background: #263f66;
  color: #FFF;
  font-size: 18px;
}
body input.form-control,
body .btn,
body td {
  font-size: 18px;
}
.main-title {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.btn.btn-default {
  background: #e91c62;
  border-color: #e91c62;
  color: #FFF;
  font-weight: bold;
}
.btn.btn-default .labeled {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
.btn.btn-default .labeled.inline {
  display: inline-block;
  padding: 0 0 0 10px;
}
h1,
h2 {
  margin: 30px 0 50px 0;
  font-size: 36px;
}
h1 .subtitle,
h2 .subtitle {
  display: block;
  font-size: 28px;
  color: rgba(255,255,255,0.6);
}
h3 {
  margin: 20px 0;
  font-size: 24px;
}
h3 .subtitle {
  display: block;
  font-size: 22px;
  color: rgba(255,255,255,0.6);
}
a,
a:hover {
  color: #e91c62;
  text-decoration: none;
}
table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #FFF;
}
table td {
  padding: 10px 5px;
  border-bottom: 1px solid #FFF;
}
table td .sublabel {
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
table td .subtitle {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}
table td span[data-field="textarea"] p {
  margin-bottom: 0;
}
table td.labeled {
  font-weight: bold;
}
body i.icon {
  padding: 0 10px 0 0;
}
body input.form-control {
  height: 39px;
}
body label span.labeled {
  color: rgba(255,255,255,0.6);
  font-size: 16px;
}
body p.back-button {
  margin: -30px 0 30px 0;
}
body p.back-button a {
  font-weight: bold;
}
body .right {
  text-align: right;
}
body .center {
  text-align: center;
}
body .session-timeout-panel {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}
body .load-more-button {
  display: none !important;
}
body .message {
  border: 2px solid #CCC;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
}
body .message.error {
  border-color: #e91c62;
}
.price {
  font-size: 36px;
}
#floater {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  color: rgba(255,255,255,0.6);
  font-weight: bold;
}
#floater i {
  margin-bottom: 20px;
  font-size: 48px;
}
