.fomo-btn, .fomo-btn:hover{
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0 24px;
    font-size: 16px;
    font-family: inherit;
    height: 36px;
    border: 2px solid transparent;
    border-radius: 3px;
    background: #e4996d;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: inherit;
    transition: .2s ease-in-out;
    line-height: 36px;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
    font-weight: 700;
    outline: 0;
}
input.fomo-btn{
  line-height: normal;
}
.fomo-col {
  float: left;
  padding: 15px;
  margin: 15px 15px 15px 0;
  background-color: #fff;
  box-shadow: 1px 1px 40px hsla(0,0%,58%,.2);
}
.fomo-col-200{
  width: 200px;
}

.fomo-warning{
  padding: 10px 8px;
  font-size: 17px;
  font-weight: 500;
  background-color: #e5996c;
  color: #ffffff;
  display: inline-block;
}

.fomo-disabled {
  opacity: 0.2;
}
.fomo-hidden {
  display: none;
}
