
.listing{
  float:left;
  width:100%;
  text-align:center;
  padding:5px 0;
  overflow:hidden;
  height:30px;
  line-height:30px;
}
.listing li{
  display:inline;
  padding:0;
}

.listing .center a{
  padding:2px 5px;
  font-weight:100;
  background:#B7C8E6;
  border:0px solid #c7c7c7;
  color:#fff;
  text-decoration:none;
  margin:0 1px;
}
.listing .center a:hover{
  background:#FF7B19;
  border:0px solid #666;
}
.listing .center a.active{
  background:#8ABA54;
  border:0px solid #666;
  color:#fff;
}
.listing .center span{
  font-weight:100;
  padding:0 5px;
}

