body div.container {
  position: relative;
  padding: 0 25px; }
  @media only screen and (max-width:991px) {
    body div.container {
      padding: 0 10px; } }
.container-head {
  background-color: #f3f6fa;
  padding: 40px 0 0;
  min-height: 80px; }

.content,
.container-main {
  position: relative;
  padding: 35px 0;
  min-height: calc(100vh - 540px); }
  @media only screen and (max-width:991px) {
    .content,
    .container-main {
      min-height: calc(100vh - 500px); } }
.container-main {
  background-color: white; }

.content {
  min-height: calc(100vh - 370px); }

@media (min-width: 768px) {
  .container {
    width: 748px; } }

@media (min-width: 991px) {
  .container {
    width: 971px; } }

@media (min-width: 1350px) {
  .container {
    width: 1330px; } }

@media only screen and (max-width:991px) {
  .content {
    font-size: 14px; } }

.color-primary {
  color: #448dde; }

.color-mid-grey {
  color: #dddddd; }

.bg-light-primary {
  background-color: #d1e3f6 !important; }

.border-light-primary {
  border: 1px solid #a3c7ed !important; }

header {
  display: block !important; }
  header #logo {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      header #logo {
        padding-left: 10px; } }
  header #logo img {
    height: 45px;
    width: auto;
    padding: 0;
    margin: 0; }

.navbar {
  margin-bottom: 0; }

.navbar-default {
  border: 0; }

body > .container {
  padding: 0; }

.content section {
  padding-top: 0;
  margin-top: 0; }

body {
  font-size: 14px; }

.content h1 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
  color: #448dde; }

.content h2 {
  font-size: 1.5em;
  margin-bottom: 0.66em;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .content h2 {
      font-size: 1.33em; } }
.content h3 {
  font-size: 1.33em;
  margin-bottom: 0.5em;
  font-weight: bold; }
  @media only screen and (max-width: 768px) {
    .content h3 {
      font-size: 1.15em; } }
@media only screen and (max-width:991px) {
  .row {
    margin: 0; }
  .fullwidth {
    padding: 0; } }

@media only screen and (min-width:992px) {
  footer {
    margin-top: 75px; } }

.text-block {
  position: relative; }
  .text-block .text-block-edit {
    display: none; }

body.staff .text-block .text-block-edit {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal; }

.error-page {
  margin-top: 20px; }

.tab-nav {
  position: absolute;
  top: -83px;
  display: flex;
  justify-content: flex-start; }
  @media only screen and (max-width:991px) {
    .tab-nav {
      top: -75px; } }
.tab-nav label {
  padding: 12px 20px;
  margin-right: 20px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 2rem;
  color: #448dde; }
  @media only screen and (max-width:991px) {
    .tab-nav label {
      margin-right: 5px;
      padding: 8px 15px; } }
  .tab-nav label:hover {
    color: #1f3669;
    cursor: pointer; }
  .tab-nav label.active {
    background-color: white;
    color: #1f3669; }

.tab-active {
  visibility: visible;
  opacity: 1;
  height: auto;
  pointer-events: auto;
  transition: opacity 0.6s ease, visibility 0s 0s, height 0s 0s; }

.tab-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 0.6s ease, visibility 0s 0.6s, height 0s 0.6s; }

.iframe .navbar {
  display: none; }

.iframe .breadcrumb-wrapper {
  display: none; }

.iframe .container {
  padding: 0;
  width: 100%; }

.iframe .content {
  min-height: auto;
  padding: 0; }

.iframe footer {
  display: none; }

.header-menu > li {
  margin-left: 2rem; }
  .header-menu > li.admin-link {
    font-weight: bold; }
  .header-menu > li .fa {
    margin: 0 5px; }

.status-indicator.status-gray-500::before {
  background-color: #a8a8a8; }

.status-indicator.status-green-500::before {
  background-color: #409318; }

.status-indicator.status-orange-500::before {
  background-color: #ff8d25; }

.status-indicator.status-primary-600::before {
  background-color: #2b7cda; }

.status-indicator.status-red-500::before {
  background-color: #ee004a; }

.content .form-control {
  border: 1px solid #cccccc;
  color: #555555;
  height: 36px;
  padding: 6px 12px; }
  @media only screen and (max-width: 768px) {
    .content .form-control {
      font-size: 15px; } }
.form-container {
  background-color: rgba(220, 220, 220, 0.15);
  border-radius: 3px;
  margin-bottom: 2em;
  padding: 1.5em 2em;
  border: 1px solid rgba(204, 204, 204, 0.34); }
  @media only screen and (max-width: 768px) {
    .form-container {
      padding: 1.5em 15px; } }
  .form-container .submit-row {
    margin: 0 -2em;
    padding: 2em 2em 0;
    border-top: 1px solid rgba(204, 204, 204, 0.34); }
    @media only screen and (max-width: 768px) {
      .form-container .submit-row {
        margin: 0 -1em 0;
        padding: 1.5em; }
        .form-container .submit-row .btn {
          width: 100%;
          margin-bottom: 0.5em; } }
    .form-container .submit-row .form-group {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .form-container .submit-row .form-group {
          margin-bottom: 0; } }
  .form-container .form-header {
    margin: -1.5em -2em 0;
    padding: 2em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34); }
    @media only screen and (max-width: 768px) {
      .form-container .form-header {
        margin: -1em -1em 0;
        padding: 2.5em 1.5em 1.5em; } }
    .form-container .form-header h1 {
      font-size: 1.5em;
      margin-bottom: 0; }
      .form-container .form-header h1 .label {
        font-size: 1.5rem;
        vertical-align: middle;
        margin-left: 16px;
        padding: 8px 10px;
        float: right; }
    .form-container .form-header ul {
      margin: 1em 1.5em 0;
      font-size: 100%; }
      .form-container .form-header ul li {
        margin-bottom: 5px; }
        .form-container .form-header ul li .label {
          color: #ffffff; }
    .form-container .form-header ul span ul {
      margin-top: 0.25em;
      color: #555555; }
      .form-container .form-header ul span ul li {
        margin-bottom: 0; }
    .form-container .form-header .text-block p {
      margin: 0.5em 0 0;
      padding: 0; }
  .form-container .form-row {
    display: flex;
    justify-content: space-between;
    margin: 0 -0.75em; }
    @media only screen and (max-width: 768px) {
      .form-container .form-row {
        display: block;
        max-width: 100%; } }
  .form-container .form-row > .form-group {
    margin-left: 0.75em;
    margin-right: 0.75em; }
  .form-container .form-group {
    flex: 2;
    margin-bottom: 0.5em; }
    .form-container .form-group.full, .form-container .form-group.checkboxinput, .form-container .form-group.radioselect, .form-container .form-group.checkboxselectmultiple, .form-container .form-group.textarea {
      width: 100%; }
    .form-container .form-group.numberinput input {
      width: 24rem;
      height: 42px; }
    @media only screen and (max-width: 768px) {
      .form-container .form-group {
        margin-bottom: 1em;
        width: 100%; } }
  .form-container .form-group.field-salutation,
  .form-container .form-group.field-company_id,
  .form-container .form-group.field-seat,
  .form-container .form-group.field-zip_code {
    flex: 1; }
  .form-container .form-row.inlines .form-group:last-child {
    flex: 0;
    align-self: end; }
    @media only screen and (max-width: 768px) {
      .form-container .form-row.inlines .form-group:last-child {
        margin-bottom: 0;
        text-align: right; }
        .form-container .form-row.inlines .form-group:last-child > div {
          display: inline-block; } }
  .form-container .help-block {
    font-size: 90%;
    margin-top: -0.5rem; }
  .form-container input[type="radio"], .form-container input[type="checkbox"] {
    margin-top: 1px; }
  .form-container .fieldset {
    margin: 2em -2em;
    padding: 0 2em 1.5em 2em;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34); }
    @media only screen and (max-width: 768px) {
      .form-container .fieldset {
        margin: 0.5em -1.5rem 0;
        padding: 1.25em; } }
    .form-container .fieldset.last {
      margin-bottom: 1.5em;
      border-bottom: none;
      padding-bottom: 0.25em; }
    .form-container .fieldset.main {
      margin-top: 1.5em; }
      @media only screen and (max-width: 768px) {
        .form-container .fieldset.main {
          margin-top: 0.5em; } }
    .form-container .fieldset h3, .form-container .fieldset h4 {
      font-size: 1.25em;
      margin-bottom: 0.5em; }
  .form-container .fieldset.last + .fieldset.last {
    margin-top: -1rem; }
  .form-container .lead {
    color: #555555; }
  .form-container .extra-field {
    margin-top: 1em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
    padding-bottom: 1.33em; }
    .form-container .extra-field:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  @media only screen and (min-width:769px) {
    .form-container .btn {
      margin-left: 20px; } }
  .form-container .btn:first-child {
    margin-left: 0; }
  .form-container .btn.confirm-button {
    margin: 8px 0 0; }
  .form-container .help-text {
    color: #555555;
    font-size: 90%; }
    .form-container .help-text p {
      padding: 0; }
  .form-container .companion {
    margin: 0 -2em 0;
    padding: 0.5em 1.25em; }
    .form-container .companion .title {
      margin: 0.5em 0.75em 0.25em;
      color: #555;
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .form-container .companion .title {
          margin-left: 0.33em; } }
    @media only screen and (max-width: 768px) {
      .form-container .companion {
        margin: 0 -1.5em 0.5em; } }
    .form-container .companion.with-address:not(.first) .title {
      border-top: 1px solid #ddd;
      padding-top: 1.5em; }
  .form-container .companion-form {
    display: flex;
    align-items: flex-start; }
    .form-container .companion-form .form-group {
      margin: 0 0.75em; }
      @media only screen and (max-width: 768px) {
        .form-container .companion-form .form-group {
          margin: 0 0.25em; } }
  .form-container .companions .companion .show-if-checked {
    display: none; }
  .form-container .companions .help-text {
    margin-top: 1em; }
  .form-container .add-new-companion {
    display: block;
    border-top: 1px solid #cccccc;
    margin-top: 7px;
    padding-top: 10px;
    text-align: center;
    font-size: 90%; }

.event-header {
  margin: 0 0 1.25em;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .event-header {
      margin-top: -2rem; } }
  .event-header img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 3px;
    margin-bottom: 1em; }
  .event-header h1 {
    display: inline-block;
    margin: 0 0 12px;
    vertical-align: middle;
    font-size: 30px; }
    @media only screen and (max-width: 768px) {
      .event-header h1 {
        font-size: 1.75em; } }
    .event-header h1.inside-image {
      position: absolute;
      bottom: 2px;
      left: 0;
      padding: 22px 32px;
      background-color: rgba(255, 255, 255, 0.97);
      border-top-right-radius: 3px;
      max-width: 100%; }
      @media only screen and (max-width: 768px) {
        .event-header h1.inside-image {
          position: static;
          padding: 0;
          margin: 0 0 1rem 0;
          text-align: center;
          background-color: transparent; } }
      @media only screen and (min-width:992px) {
        .event-header h1.inside-image {
          width: 874px; } }
      @media only screen and (min-width:992px) and (max-width:1350px) {
        .event-header h1.inside-image {
          width: 635px; } }
      @media only screen and (min-width:769px) and (max-width:991px) {
        .event-header h1.inside-image {
          width: auto; } }
      @media only screen and (max-width: 768px) {
        .event-header h1.inside-image {
          text-align: center;
          width: 100%; } }
  .event-header p.inside-image {
    position: absolute;
    right: 0;
    bottom: -12px;
    font-size: 10px;
    color: #999; }

.form-info {
  padding-left: 3em; }
  @media only screen and (max-width:991px) {
    .form-info {
      padding-left: 15px;
      margin-bottom: 2em; } }
  @media only screen and (max-width: 768px) {
    .form-info {
      width: 100%; } }
  .form-info ul {
    color: #555555; }

/* Apply flex ordering only on mobile */
@media only screen and (max-width: 768px) {
  .row {
    display: flex;
    flex-direction: column; }
  .form-info {
    order: 1; }
  .form-container,
  .guest-form {
    order: 2; }
  .form-container.first-on-mobile,
  .guest-form.first-on-mobile {
    order: 0; } }

.guest-form, .form-container {
  position: relative;
  margin-bottom: 2em; }
  .guest-form label, .form-container label {
    margin-bottom: 0.5em; }
  .guest-form form .alert, .form-container form .alert {
    margin-top: 2em; }
  .guest-form .info-text, .form-container .info-text {
    margin: 0 -1.5rem 0;
    font-size: 90%;
    opacity: 0.8;
    padding: 0 1.5rem; }
    .guest-form .info-text p:last-child, .form-container .info-text p:last-child {
      margin-bottom: 0; }
    .guest-form .info-text.top, .form-container .info-text.top {
      margin-bottom: 0.75rem; }
  .guest-form .inline-form, .form-container .inline-form {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd; }
    .guest-form .inline-form.last, .form-container .inline-form.last {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .guest-form #id_tags, .form-container #id_tags {
    text-transform: uppercase;
    font-size: 90%;
    font-weight: bold;
    color: #666; }

.form-sidebar {
  padding-left: 1rem;
  padding-top: 2rem; }
  .form-sidebar h2 {
    font-size: 1.8rem; }
  .form-sidebar h3 {
    font-size: 1.66rem; }
    .form-sidebar h3 .fa {
      font-size: 1.33rem;
      position: relative;
      bottom: 1px;
      margin-right: 3px; }
  .form-sidebar ul {
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 1.5rem;
    margin-bottom: 3rem; }
  .form-sidebar ul li {
    margin-bottom: 1rem; }
    .form-sidebar ul li .btn,
    .form-sidebar ul li code,
    .form-sidebar ul li .large {
      margin-top: -2px; }
    .form-sidebar ul li .large {
      font-size: 110%; }
    .form-sidebar ul li strong {
      color: #555555; }
    .form-sidebar ul li .label {
      color: #fff; }
  .form-sidebar ul li > span:first-child {
    display: inline-block;
    min-width: 120px; }

.delete-form .fieldset.last {
  margin-bottom: 0; }

#code-form .code-field {
  display: block;
  padding: 1em 0;
  position: relative; }
  #code-form .code-field .fa {
    position: absolute;
    top: 6.55rem;
    left: 1.5rem;
    font-size: 16px;
    color: #aaa; }
  @media only screen and (max-width: 768px) {
    #code-form .code-field {
      padding: 1em 0.5em 0.5em; } }
#code-form #id_code {
  height: 44px;
  padding: 1rem 1rem 1rem 3.33rem;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 1px;
  color: #444444;
  text-transform: uppercase;
  width: 160px; }
  @media only screen and (max-width:991px) {
    #code-form #id_code {
      width: 100%;
      max-width: 100%; } }
#code-form .submit-row .form-group {
  padding: 0; }
  #code-form .submit-row .form-group .btn {
    width: 160px;
    border-radius: 3px;
    border: 0; }

#code-form .alert {
  margin: 0 0 1em; }

#code-form label[for=id_code] {
  font-size: 1.2em;
  margin-bottom: 0.5em; }

.name-field {
  margin-bottom: 5px; }

#registration-form .guest-info {
  position: relative;
  padding-bottom: 1em; }
  #registration-form .guest-info .guest-info-label {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0; }
  #registration-form .guest-info .guest-info-field {
    padding: 8px 12px;
    line-height: 1.2;
    cursor: default;
    height: auto;
    background-color: #f8f8f8; }

#registration-form .submit-row .form-group {
  display: flex;
  justify-content: space-between; }
  #registration-form .submit-row .form-group .btn {
    min-width: 180px;
    margin: 0 3px;
    border-radius: 3px;
    border: 0; }

#registration-form.allow-decline .submit-row .form-group {
  justify-content: center; }
  #registration-form.allow-decline .submit-row .form-group .btn {
    margin: 0 8px; }

@media only screen and (max-width: 768px) {
  #registration-form .submit-row .form-group {
    flex-direction: column; }
    #registration-form .submit-row .form-group .btn {
      margin: 0 !important; } }

.content .errorlist {
  margin-left: 0;
  list-style: none inside; }

.errorlist li {
  color: red; }

.content textarea.form-control {
  outline: none;
  height: 80px; }

.login-form {
  margin-top: 20px; }
  .login-form .form-header {
    padding: 15px 30px 0px;
    margin-bottom: 30px; }
  .login-form .form-group {
    display: block;
    width: auto;
    margin-right: 1em !important;
    margin-bottom: 1em; }
  .login-form .submit-row {
    margin-top: 30px;
    padding: 20px 30px 0; }
    .login-form .submit-row .form-group {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .login-form {
      padding-top: 10px;
      padding-bottom: 24px; }
      .login-form .form-header {
        padding: 20px 30px 0px;
        margin-top: -10px;
        margin-bottom: 20px; }
      .login-form form > .form-group {
        padding: 10px 18px 0;
        margin: 0;
        margin-right: 0 !important; }
      .login-form .submit-row {
        margin-top: 2em;
        padding-bottom: 0;
        margin-bottom: -15px; } }
.content .search-form {
  padding-bottom: 0;
  height: auto;
  margin: -30px -30px 0 !important; }
  .content .search-form .filter-row {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .content .search-form .filter-col {
    opacity: 0.7;
    transition: opacity .25s ease-in-out;
    flex-grow: 1;
    position: relative;
    margin-left: 20px; }
    .content .search-form .filter-col:first-child {
      margin-left: 0; }
    .content .search-form .filter-col.reset {
      flex-grow: 0; }
      .content .search-form .filter-col.reset .btn {
        margin-bottom: 15px; }
      .content .search-form .filter-col.reset .btn .fa {
        margin-right: 0; }
  .content .search-form .filter-col:hover,
  .content .search-form .filter-col.active,
  .content .search-form .filter-col.reset {
    opacity: 1; }
  .content .search-form .filter-col:first-child {
    flex-grow: 3; }
  .content .search-form label {
    font-size: 12px;
    margin-bottom: 5px; }
  .content .search-form input {
    height: 42px !important;
    padding: 8px 8px 8px 16px;
    float: none;
    font-size: 16px; }
  .content .search-form .checkbox-label {
    float: left; }
  .content .search-form select {
    font-size: 16px;
    height: 42px !important; }
    .content .search-form select option {
      padding: 2px; }

.btn.btn-default {
  background-color: #f1f1f1; }
  .btn.btn-default:focus, .btn.btn-default:hover {
    background-color: #f1f1f1;
    color: #555555;
    border-color: #cccccc; }

.btn.btn-xxs {
  padding: 4px 6px;
  font-size: 85%;
  line-height: 1.33; }

.form-control {
  border-radius: 4px; }

.alert {
  border-radius: 4px; }
  .alert.alert-dismissable .close {
    top: -4px; }

table thead {
  color: #666;
  font-size: 13px; }

.content .table > thead > tr > th {
  vertical-align: middle;
  white-space: nowrap; }

.content .table-responsive {
  font-size: 14px; }

.event-list-table thead > tr > th,
.event-list-table tbody > tr > td {
  border-bottom: 1px solid #dddddd;
  line-height: 2; }
  .event-list-table thead > tr > th.space-before,
  .event-list-table tbody > tr > td.space-before {
    padding-left: 4em; }
  .event-list-table thead > tr > th.narrow,
  .event-list-table tbody > tr > td.narrow {
    max-width: 40px;
    font-size: 13px;
    line-height: 1.15;
    color: #555; }

.event-list-table tbody > tr > td.narrow strong > span {
  opacity: 0.66;
  font-size: 12px; }

.event-list-table .fa.date-icon {
  font-size: 14px;
  color: #777;
  margin-right: 2px; }

.event-list-table .fa.ticketing-icon {
  font-size: 16px;
  color: #448dde; }

.guest-list-filter {
  margin-bottom: 1em;
  padding-right: 0; }

.table-header {
  margin: 6px 0 0;
  padding: 8px 4px 8px 2px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between; }
  .table-header.single {
    display: block; }

.content .table > tbody > tr > td.small {
  padding: 8px 0; }

.content .table > thead > tr > th.small {
  padding: 8px 0; }

.table-header-count {
  display: block;
  text-align: right;
  margin: 0;
  font-size: 90%;
  padding: 3px 0; }

.select-all-cbx {
  top: 3px; }

.pagination > li > a,
.pagination > li > span {
  line-height: 1.5; }

.pagination > li > a .fa {
  color: #448dde;
  line-height: 1.3; }

.pagination > li > a:hover, .pagination > li > a:focus {
  border-color: #448dde !important; }
  .pagination > li > a:hover .fa, .pagination > li > a:focus .fa {
    color: white; }

.status-indicator {
  position: relative;
  padding-left: 14px; }
  .status-indicator::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border-radius: 999px;
    margin-right: 5px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 5px; }
  .status-indicator.status-success::before {
    background-color: #83aa56; }
  .status-indicator.status-warning::before {
    background-color: #ffb266; }
  .status-indicator.status-primary::before {
    background-color: #448ddd; }
  .status-indicator.status-danger::before {
    background-color: #f25a77; }

.icon-counter {
  font-weight: bold;
  color: #ccc; }
  .icon-counter .fa {
    opacity: 0.8;
    font-size: 13px; }
  .icon-counter.active {
    color: #448dde; }
  .icon-counter.warning {
    color: #1f3669; }

.has-tooltip {
  display: inline-block; }

.clickable-row-table tbody tr {
  cursor: pointer; }

.content .extra-data-multiple-choice {
  list-style-type: none;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 1;
  color: #333;
  text-align: center; }
  .content .extra-data-multiple-choice li {
    margin-bottom: 0.5rem; }
    .content .extra-data-multiple-choice li .extra-data-multiple-choice--item {
      display: inline-block;
      background-color: #d1e3f6;
      color: #333;
      padding: 3px 5px;
      border-radius: 3px;
      white-space: nowrap; }
    .content .extra-data-multiple-choice li:last-child {
      margin: 0; }

.extra-data-text {
  margin: -5px 0;
  padding: 3px; }
  .extra-data-text small {
    display: inline-block;
    line-height: 1.2;
    font-size: 85%; }

.loading {
  opacity: 0.66;
  transition: opacity 0.05s linear; }

.no-results {
  text-align: center;
  font-size: 14px;
  margin-top: -6px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f1f1; }

.check-in {
  min-height: 50vh; }
  .check-in .msg {
    color: white;
    padding: 2rem;
    display: flex;
    align-items: center;
    font-size: 15px;
    background-color: #409318; }
    .check-in .msg p {
      margin: 0; }
    .check-in .msg > i {
      font-size: 32px;
      margin-right: 2rem; }
  .check-in .guest {
    padding: 2rem;
    border: 2px solid #409318; }
    .check-in .guest ul > li {
      margin-bottom: 8px; }
      .check-in .guest ul > li > span,
      .check-in .guest ul > li > strong {
        display: inline-block;
        min-width: 120px; }
    .check-in .guest .info {
      font-size: 110%;
      margin-bottom: 0; }
  .check-in a {
    color: white;
    text-decoration: underline !important;
    font-weight: bold; }
  .check-in.error .msg {
    background-color: #ca416f; }
  .check-in.error .guest {
    border-color: #ca416f; }
