html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.wrap {
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 2%;
}

a#app_common_modal_close {
  line-height: 26px;
}

.western {
  margin-left: 0;
  margin-top: 0.18cm;
  margin-bottom: 0.18cm;
  background: #ffffff;
  line-height: 100%;
  widows: 2;
  orphans: 2;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-medium {
  font-size: medium;
}

.text-dark {
  color: #000000;
}

.font-times-bold {
  font-family: "Times New Roman Bold", serif;
}

.contact-title {
  font-family: Arial, serif;
  font-size: x-large;
  color: #2c3e50;
}

.contact-subtitle {
  font-family: Arial, serif;
  font-size: large;
  color: #2c3e50;
}

.cvv-img {
  max-width: 100%;
  height: auto;
}

.cvv-img-amex {
  vertical-align: top;
}

.cvv-body {
  width: 100%;
}

.cvv-col-45 {
  width: 45%;
}

.cvv-col-55 {
  width: 55%;
}

#skype_highlighting_settings {
  display: none;
}

@media screen and (max-device-width: 991px) and (orientation: landscape) {
  .wrap {
    overflow: scroll;
    height: 100%;
  }
}
