@import url(/stylesheets/reset.css);
form fieldset {
  margin-bottom: 10px; }
form legend {
  padding: 5px;
  font-style: italic; }
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top; }
form fieldset ol {
  margin: 0;
  padding: 0; }
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0; }
form fieldset fieldset {
  border: none;
  margin: 3px 0 0; }
  form fieldset fieldset legend {
    padding: 0 0 5px;
    font-weight: normal; }
  form fieldset fieldset label {
    display: block;
    width: auto; }
form em {
  font-weight: bold;
  font-style: normal;
  color: red; }
form label {
  width: 130px; }
form label:after {
  content: ":"; }
form div.fieldWithErrors {
  display: inline; }
form div.formError {
  margin-top: 6px;
  margin-left: 136px; }
form input {
  padding: 3px; }
form p {
  margin-top: 6px;
  margin-left: 136px; }
form fieldset fieldset label {
  margin-left: 130px; }

html {
  background-color: #efefef;
  width: 100%; }

a, a:visited, a:link, a:active {
  color: #204a87;
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: #204a87; }

.image a, a.img {
  border: 0; }

body {
  font-family: Georgia, serif;
  font-size: 16px;
  position: relative;
  width: 800px;
  background-color: #fefefe;
  padding: 20px;
  margin: 20px auto; }

#body {
  position: relative; }

h1 {
  font-size: 40px;
  margin-bottom: 20px; }

h2 {
  font-size: 20px;
  margin: 10px 0; }

h3 {
  margin-bottom: 10px; }

.left {
  float: left; }

.right {
  float: right; }

hr {
  border: 0;
  clear: both;
  margin: 20px 0; }

hr.visible {
  border-top: 3px solid #f5f5f5; }

ul.orders li {
  background-color: #f5f5f5;
  padding: 5px 20px;
  margin: 10px; }

li.ticket {
  position: relative;
  min-height: 75px;
  background-color: #f5f5f5;
  border-left: 3px dashed #c5c5c5;
  border-right: 3px dashed #c5c5c5;
  padding: 10px 0;
  margin: 20px 0; }
  li.ticket table {
    height: 75px; }
    li.ticket table td {
      padding: 5px; }
  li.ticket .id {
    float: none; }
  li.ticket .id.left {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    border-right: 1px solid #c5c5c5; }
  li.ticket .id.right {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    border-left: 1px solid #c5c5c5; }
  li.ticket .price {
    font-size: 40px;
    padding: 0 20px;
    min-width: 135px;
    text-align: right; }
  li.ticket .destroy {
    position: absolute;
    left: -17px;
    top: -13px;
    display: none; }
  li.ticket .name {
    font-weight: bold; }
  li.ticket td.body {
    width: 100%;
    padding: 0 20px; }

.ticket:hover .destroy {
  display: inherit; }

ul.buttons li {
  display: inline; }

em, strong {
  font-weight: bold; }

del {
  text-decoration: line-through; }

.icon {
  font-size: 40px; }

.icons {
  position: absolute;
  font-size: 40px; }

.top {
  right: 0px;
  top: 0px; }

.flash {
  padding: 10px;
  margin-bottom: 10px; }

.flash.flash-error {
  background: #de9d7f;
  color: #511f1f; }

.flash.flash-warning {
  background: #efd279;
  color: #414110; }

.flash.flash-notice {
  background: #afd775;
  color: #2c5700; }

p {
  margin-bottom: 10px; }

table.data {
  width: 100%; }
  table.data th, table.data tr:hover {
    background-color: #f5f5f5; }
  table.data td, table.data th {
    border: 1px solid #c5c5c5;
    padding: 5px; }
  table.data tr.inner th {
    background-color: white; }

table.equal td, table.equal th {
  width: 50%; }

.nav ul li {
  display: inline; }
.nav ul li:after {
  content: " |"; }
.nav ul li:last-child:after {
  content: ""; }

ol#terms_and_conditions li, ol#faq li {
  list-style-type: decimal;
  margin-left: 20px;
  padding: 5px 0; }
ol#terms_and_conditions dt, ol#faq dt {
  font-weight: bold;
  padding: 5px 0; }
ol#terms_and_conditions dd, ol#faq dd {
  margin-left: 10px;
  padding: 5px 0; }

p.footnote {
  font-style: italic; }
