.well-success {
    background: #62c462 none;
}

.well-danger {
    background: #d9534f none;
}

.well-warning {
    background: #f0ad4e none;
}
.no-ratings{
    color:red !important;
    font-size: 15px !important;
    font-weight: bold;
}
.insufficient-ratings{
    color:red !important;
}
.some-ratings{
    color:lawngreen !important;
}
.ok-ratings{
    color:lawngreen !important;
    font-weight: bold;

}.more-ratings{
    color:lawngreen !important;
    font-weight: bold;
     font-size: 18px !important;
 }.most-ratings{
    color:lawngreen !important;
    font-weight: bold;
     font-size: 18px !important;
    padding-right: 10px;
 }.most-ratings:after{
    float: right;
   content:"☺"
 }
  footer{
    text-align: center;
  }