You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
335 B

/* Empty. Add your own CSS if you like */
.o_mainOptionRow{
height: calc(103%/4);
display: table;
padding: 0;
}
.o_mainOptionRow a{
text-align: center;
display: table-cell;
vertical-align: middle;
width: 50%;
font-size: 300%;
}
.o_floatRight{
float: right;
}
.o_textRight{
text-align: right;
}