.card-header, .card-footer {
  white-space: nowrap !important; 
}
.hidden {
  display: none !important;
}
.pull-down {
  display: table-cell !important;
  vertical-align: bottom !important;
  float: none !important;
}
.tf-num-header {
  font-size: 20px;
}	
.tf-num-footer {
  font-size: 16px;
}
.border-right {
  border-right: solid 2px #dddddd;
}
.border-right-sm {
  border-right: 0px;
}

@media (max-width: 767px) {
  .border-right-sm {
    border-right: solid 2px #dddddd !important;
  }
}

.dangertext {
  color: red;
}

.faqtext {
  margin-left: 30px;
}

.leftbannerpad {
  padding-left: 15em;
}

.rightbannerpad {
  padding-right: 15em;
}

.page-header {
  border-bottom: 0px !important;
}

.iconpad {
  padding-top: 15px;
  padding-right: 10px;
}

.imgpad {
  padding-top: 35px;
}

.dropzone {
  padding: 2em;
}

.footer-bottom {
  background: #222222;
  color: #FFFFFF;
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  padding-bottom: 12px;
}
.footer-bottom p.pull-left {
  padding-top: 6px;
}

.centered-pills ul.nav-pills {
  display:inline-block;
}

.content {
  margin-top: -50px;
}

#jumbo {
  padding: 15px;
}

table {
  font-size: 15px;
}

textarea {
  resize: none;
}

html body {
  background: #e0e0e0;
}
