.logo {
    margin-top: 10px;
    margin-right: 15px;
}

.logo img {
    height: 35px;
    width: auto;
}

.del {
    color: #8a8a8a;
    font-size: 12px;
    cursor:pointer;
}

.del:hover, .del:focus {
    color:#18bc9c;
}

.set {
    color:#000096;
    font-size: 12px;
}

.sh {
    color:#2C3E50;
}

.qtag {
  min-width: 24px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}

.q-anyhd {
  color: #157287;
}

.q-fhd {
  color: #1775a0;
}

.q-hd {
  color: #178fa1;
}

.q-sd {
  color: #395fc7;
}

.q-any {
  color: #5679d8;
}

ul.user-selections, ul.user-timeline {
    list-style: none;
    padding: 0;
}

ul.user-selections li img {
    height: 11px;
    width: auto;
    vertical-align: baseline;
}

ul.user-timeline {
    margin-top: 4px;
    margin-left: 20px;
}

ul.user-selections a {
    text-decoration: none;
}

footer {
    font-size: 13px;
    color: #666565;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d1d1d1;
}

li.request-item .badge {
    margin-top: 13px;
}

li.request-item .list-group-item-text {
    color: #6c6c6c;
}

.badge a {
    color: #fff;
}

.sdre, .sdre:link, .sdre:visited, .sdre:hover, .sdre:hover strong, .sdre:active, .sdre strong {
	color:#637bbe;	
}

.hdre, .hdre:link, .hdre:visited, .hdre:hover, .hdre:hover strong, .hdre:active, .hdre strong {
	color:#0db7a0;
}

.fhdre, .fhdre:link, .fhdre:visited, .fhdre:hover, .fhdre:hover strong, .fhdre:active, .fhdre strong {
  color:#1a89bc;
}

.sd, .sd:link, .sd:visited, .sd:hover, .sd:hover strong, .sd:active strong, .sd:active, .sd strong {
	color:#395fc7;
}

.hd, .hd:link, .hd:visited, .hd:hover, .hd:hover strong, .hd:active, .hd strong {
  color:#178fa1;
}

.fhd, .fhd:link, .fhd:visited, .fhd:hover, .fhd:hover strong, .fhd:active, .fhd strong {
  color:#1775a0;
}



.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

@media (max-width: 768px) {
    .selectpill {
        margin-top: 10px;
    }
    .showpill {
        margin-bottom: 10px;
    }
    .filterpill {
        margin-top: 10px;
    }
    .logo {
        margin-left: 20px;
        margin-right:0;
    }
    
    .jumbotron {
        padding: 20px;
    }
    
    .jumbotron h1 {
        margin-top: 0;
    }
    
    .jumbotron p {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .selectpill {
  }
  .showpill {
      padding-top: 10px;
      padding-left: 30px
  }
  .filterpill {
      padding-right:30px
  }
}

@media (min-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
  .selectpill {
      margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}