/* Create labels that act like badges so we can easily color them  */
.label-as-badge {
    border-radius: 1em;
}

.footer {
    background-color:#11FF22;
}

.navbar-form-control {
    margin: 5px;
}
.navbar-label {
    color: #FFFFFF;
}
.navbar a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bolder;
}

.inline {
  display: inline;
}

.nav > li > a {
    padding: 9px 10px;
}

.table-condensed > tbody > tr > th.condensed,
.table-condensed > tbody > tr > td.condensed {
  padding: 0px;
}

.btn {
  border-radius: 10px;
}

#footer {
  color: #FFF;
}

#footer ul {
  list-style-type: none;
}

#footer a {
  background-color: transparent;
  text-decoration: none;
  position: relative;
  line-height: 21px;
  color: #FFF;
}


@media (max-width: 767px) {
    .pull-sm-left {
        float: left;
    }
    .pull-sm-right {
        float: right;
    }
    .newline-sm {
      display: block;
    }
    .sm-center {
      margin: 5px auto;
      float: none;
    }
    .sm-center input {
      margin: 5px auto;
      float: none;
    }
}

@media (min-width: 768px) {
    .pull-lg-left {
        float: left;
    }
    .pull-lg-right {
        float: right;
    }
    /* As opposed to newline-sm class (this adds spaces on big screens, newlines on small screens */
    .spaced-lg {
        margin: 0 8px;
    }
}

/* Suppresses Bootstrap's standard setting of showing the link Urls when printing. */
@media print {
  a[href]:after {
    content: none !important;
  }
}
