.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/*
body {
    background-color:#212121 !important;
    color:#FFFFFF !important;
}
*/

fmath.ma-block {
    color:#FFFFFF !important;
}

fmath mrow {
    color:#FFFFFF !important;
}

fmath table, fmath tbody, fmath tr, fmath td {
    color:#FFFFFF !important;
}


label {
  padding-left: 20px;
  vertical-align: top;
}
input[type="checkbox"] {
	margin:5px;
	height:18px;
	width:18px;
	vertical-align: bottom;
	position: relative;
	top: 4px;
	*overflow: hidden;
	border-radius:50%;
}

input[type="radio"] {
	margin:5px;
	height:15px;
	width:15x;
	top: -4px;
}