html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #ff7f27!important; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); background:#fef2e7; }
.input-group{ width:50%!important; margin:0 auto!important;}
footer{ position:absolute; bottom:0; width:100%; text-align:center; padding:15px 0;font-size: 15px; background:#fef2e7; color:#999999;}
footer a{ font-size:14px;color:#747474;}
footer a:hover{ font-size:14px;color:#747474!important;}
.card-deck{ margin-top:30%;}
.card-deck .form-control{ border:1px solid #ff7f27;}
.card-deck .btn-outline-primary{ background:#ff7f27; color:#000; border:none; position:absolute;right: 1px;
top: 1px;z-index: 9999;border-radius: 0 3px 3px 0px;}
.card-deck .btn-outline-primary:hover{ background:#ff7f27; color:yellow;border-radius: 0 3px 3px 0px;}
.card-deck .btn-outline-primary:focus{ border:none;box-shadow:none;}
.card-deck .btn-outline-primary:active{color: #000!important;background:#ff7f27!important;
border-color: inherit!important;}
.card-deck .input-group{ position:relative;}
body{ background:#ffe1c4;}