967
968
969
970
971
972
973
|
.input-with-label > span {
margin: 0 0.25em 0 0.25em;
vertical-align: middle;
}
.hidden {
display: none;
}
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
|
.input-with-label > span {
margin: 0 0.25em 0 0.25em;
vertical-align: middle;
}
.hidden {
display: none;
}
.font-size-100 {
font-size: 100%;
}
.font-size-125 {
font-size: 125%;
}
.font-size-150 {
font-size: 150%;
}
.font-size-175 {
font-size: 175%;
}
.font-size-200 {
font-size: 200%;
}
|