17 lines
305 B
CSS
17 lines
305 B
CSS
.font1_1 {
|
|
font-size: 1.1em !important;
|
|
font-weight: bold !important;
|
|
}
|
|
|
|
.columnMessage {
|
|
float: left;
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
font-size: 100%;
|
|
}
|
|
|
|
#Results_ClassPField {
|
|
font-size: 1.5em !important;
|
|
font-weight: bolder !important;
|
|
background-color: white;
|
|
} |