html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gnd-wrapper {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #212529;
  margin: 15px;
}

#style-one .gnd-item {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 25px 15px 15px 15px;
  position: relative;
}

#style-one .seat-wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 11px;
  text-align: center;
  height: 28px;
  padding: 4px 0px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  width: 105px;
  background-color: #6ABD45;
}

#style-one .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#style-one .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#style-one .flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#style-one .gnd-date {
  max-width: 80px;
}

#style-one .gnd-day {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

#style-one .gnd-month {
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
}

#style-one .gnd-button {
  border: none;
  text-align: center;
  border-radius: 25px;
  color: #000 !important;
  padding: 7px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  font-family: "cerapro-bold", Arial, sans-serif;
  width: 100%;
  background-color: #ff8f00;
  margin-top: 8px;
}

#style-two {
  background: #f8f8f8;
}

#style-two .gnd-item {
  padding: 5px 10px;
  background: #f8f8f8;
}

#style-two .gnd-border {
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

#style-two .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#style-two .flex-row .flex-column-two-third {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

#style-two .flex-row .flex-column-third {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#style-two p {
  overflow-wrap: break-word;
  margin: 0.85em 0;
  font-family: 'Open Sans',sans-serif;
}

#style-two .gnd-button {
  display: inline-block;
  background-color: #38829d;
  border-color: #38829d;
  color: #ffffff !important;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 10px 7px;
  font-size: 13px;
  min-width: 80px;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  line-height: 1.2em;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  max-width: 100%;
  float: right;
  margin-right: 20px;
  margin-top: 10px;
}

