﻿.veryweak{
    background-color: #FFA0A0;
    border-color: #F04040!important;
    width:25%!important;
}

.weak{
    background-color: #FFB78C;
    border-color: #FF853C!important;
    width:50%!important;
}
.middle{
    background-color: #FFEC8B;
    border-color: #FC0!important;
    width:75%!important;
}
.strong{
    background-color: #C3FF88;
    border-color: #8DFF1C!important;
    width:100%!important;    
}

.meter-text{
    text-align:center;
    font-weight:bold;
    font-size:12px;
    border:inset;
    border-width:1px;
}

.meter-help{
    visibility:hidden;
}