.Short {  
    width: 100%;  
    background-color: #dc3545;  
    margin-top: 3px;  
    height: 2px;  
    color: #dc3545;  
    font-weight: 500;  
    font-size: 12px;
	border-radius: 10px;
}  
.Weak {  
    width: 100%;  
    background-color: #ffc107;  
    margin-top: 3px;  
    height: 2px;  
    color: #ffc107;  
    font-weight: 500;  
    font-size: 12px;
	border-radius: 10px;
}  
.Good {  
    width: 100%;  
    background-color: #28a745;  
    margin-top: 3px;  
    height: 2px;  
    color: #28a745;  
    font-weight: 500;  
    font-size: 12px;
	border-radius: 10px;
}  
.Strong {  
    width: 100%;  
    background-color: #d39e00;  
    margin-top: 3px;  
    height: 2px;  
    color: #d39e00;  
    font-weight: 500;  
    font-size: 12px; 
	border-radius: 10px;
}  