body {
  min-height: 100%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2a3a4c;
  font-size: 13px;
  line-height: 1.33em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 41px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #535a65;
  font-size: 23px;
  line-height: 1.33em;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #515761;
  font-size: 17px;
  line-height: 1.33em;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

a {
  color: #72a33f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bem-button {
  display: inline-block;
  min-width: 80px;
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #1e90ff;
  box-shadow: 0 0 0 0 rgba(83, 90, 101, .57);
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.bem-button:hover {
  background-color: #2f98ff;
  box-shadow: none;
  text-decoration: none;
}

.bem-button:active {
  background-color: #1574d1;
  box-shadow: 0 0 0 0 rgba(83, 90, 101, .57);
}

.bem-button.widget__cta-button {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 14px;
  text-transform: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.widget__wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  max-height: 185px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 10px 52px;
  border: 1px none #c4d1d4;
}

.widget__header {
  position: relative;
  height: 26px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(196, 209, 212, .27);
  background-image: url('../images/walutomat-logo-40-x-40.png');
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.widget__table-header {
  padding-bottom: 3px;
}

.widget__currency-column {
  width: 33%;
  float: left;
}

.widget__sell-column {
  width: 33%;
  float: left;
  text-align: right;
}

.widget__table-header-text {
  font-size: 11px;
  line-height: 1.2em;
}

.widget__buy-column {
  width: 33%;
  float: left;
  text-align: right;
}

.widget__currency-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  background-image: url('../images/ik-widget-icons.png');
  background-position: 0px 0px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.widget__currency-icon.is-usd {
  background-position: 0px -66px;
}

.widget__currency-icon.is-chf {
  background-position: 0px -16px;
}

.widget__currency-icon.is-gbp {
  background-position: 0px -49px;
}

.widget__currency-icon.is-eur {
  background-position: 0px -33px;
}

.widget__table-row {
  padding-top: 2px;
  padding-bottom: 2px;
}

.widget__currency-wrapper {
  position: relative;
  padding-left: 21px;
}

.widget__table-text {
  padding-left: 4px;
  font-weight: 600;
}

.widget__header-button-holder {
  position: absolute;
  top: 0px;
  right: 0px;
}

.widget__header-button-holder.is-hidden {
  display: none;
}

.widget__bottom-button-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 8px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}

.widget__cta-button-holder {
  width: 100%;
}

.widget__body-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.widget__currency-label {
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
}

@media (max-width: 479px) {
  .widget__bottom-button-holder {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 8px;
  }
}

@media (min-height: 290px) and (min-width: 240px) {
  .widget__header {
    height: 46px;
    background-position: 0px 3px;
    background-size: 166px;
  }

  .widget__wrapper {
    max-height: none;
  }

  .widget__table-header-text {
    font-size: 14px;
    line-height: 1.8em;
  }

  .widget__table-row {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 18px;
  }

  .widget__currency-wrapper {
    padding-left: 37px;
  }

  .bem-button.widget__cta-button {
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 16px;
  }
}

