@import url(//fonts.googleapis.com/css?family=Allerta+Stencil|Amatic+SC|Butterfly+Kids);
@import url(//fonts.googleapis.com/css?family=Baloo|Love+Ya+Like+A+Sister);

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color:#ADD8E6;
  font-family: 'Roboto Condensed', sans-serif;
}

.panel-heading2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color:#BDB76B;
  font-family: 'Roboto Condensed', sans-serif;
}

.panel-heading3 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color:#FFA07A;
  font-family: 'Roboto Condensed', sans-serif;
}

.panel-heading4 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color:#a7a9ac;
  font-family: 'Roboto Condensed', sans-serif;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}
.panel-titlekids {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'Amatic SC', 'Butterfly Kids', cursive;
}
.panel-titlemilitary {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'Allerta Stencil', sans-serif;
}
.panel-titleref {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'Love Ya Like A Sister', cursive;
}
.panel-titlegroup {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-family: 'Baloo', cursive;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.coupon {
    border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

.coupon #head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 20px;
}

.coupon #footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.img-rounded {
  border-radius: 6px;
}

.img-roundedbtm {
 border-bottom-left-radius: 6px;
 border-bottom-right-radius: 6px;
 max-height: 50px;
}

.items {
    margin: 15px 0;
}

.usd, .cents {
    font-size: 20px;
}

.number {
    font-size: 40px;
    font-weight: 700;
}

sup {
    top: -15px;
}

#business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#business-info ul li { 
    display: inline;
    text-align: center;
}

#business-info ul li span {
    text-decoration: none;
    padding: .2em 1em;
}

#business-info ul li span i {
    padding-right: 5px;
}

.disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.coupon-code {
    color: #333333;
    font-size: 11px;
}

.exp {
    color: #f34235;
}

.print {
    font-size: 14px;
    float: right;
}