html,body {height:100%;}
.row-black {background-color: #000000; border: 1px solid #000;}
.row-lightblue {background-color: #DFE4E7; border: 1px solid #000;}
.row-lightbluenoborder {background-color: #DFE4E7; border: 0px solid #000;}

.roundedtext {font-size: 12px; white-space: nowrap; width: 100%; color: #DFE4E7; overflow: hidden; text-overflow: ellipsis; font-weight: bold;}
.titlewhite {font-size: 28px; white-space: nowrap; width: 100%; color: #FFFFFF;}
.mediumtext {font-size: 13px; line-height: 28px; width: 100%; color: #000000;}
.smalltext {font-size: 10px; width: 100%; color: #000000;}
a {color: #0000EE; &:active, &:link, &:hover {color: #0000EE;} }

/* p */
.tinytext {font-size: 10px; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis;}
