﻿.textIndicator_poor,
.textIndicator_weak,
.textIndicator_good,
.textIndicator_strong,
.textIndicator_excellent {
padding:2px;
font-weight:bold;
}

.textIndicator_poor {
background-color:gray;
color:#ffff00;
}
 
.textIndicator_weak {
background-color:gray;
color:#00ffff;
}
 
.textIndicator_good {
background-color:gray;
color:lightblue;
}
 
.textIndicator_strong {
background-color:gray;
color:lightgreen;
}
 
.textIndicator_excellent {
background-color:gray;
color:#00ffdd;
}


.textbox {
border: solid 2px #cccccc;
border-top: solid 2px #a0a0a0;
}
