@charset "utf-8";
/* CSS Document for club honors*/

.honours_outer{
    
    width:100%;
}

.hons_row{
    width:100%;
    clear:both;
    height: 50px;
    border: 1px solid;
}
.hons_badge_left{
   width:10%; 
    float:left;
    clear:left;
}
.hons_badge{
    
    width:40px;
}
.hons_badge_right{
  width:90%;  
    clear:right;
    float:right;
    
}
.hons_badge_right_top{
    width:100%;
    font-size: 14px;
    text-align:center;
    
}
.hons_badge_right_bottom{
     width:100%;
    font-size: 18px;
    text-align:center;
    
}