/* #####################################################################################################
   labels
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
body #content .labels {
  overflow: hidden;
  margin: 20px 0;
}
body #content .labels a {
  color: #202020;
  text-decoration: none;
  background: url("../../../images/arrowRight.gif") no-repeat 5px center;
  padding-left: 8%;
  display: block;
  float: left;
  width: 42%;
  margin-bottom: 5px;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
body #content .labels a:hover {
  text-decoration: underline;
}
@media only screen and (min-width : 768px) {
  body #content .labels a {
    padding-left: 5%;
    width: 28%;
  }
}
@media only screen and (min-width : 768px) {
  
}
