@CHARSET "US-ASCII";
.hiddenAnswer {
	display : none
}

.shownAnswer {
}

input.answer {
	font-size: 20px;
	text-align: right;
	vertical-align: middle;
}

input.answerFraction {
	font-size: 20px;
	text-align: right;
	vertical-align: middle;
	margin-left: 10px;
}

span.answer {
	top: 10px;
    position: relative;
}

a.letterLink {
	padding : 10px;
}

ul.clearedPagination {
	margin-top: 0px;	
}

p.results {
	padding: 10px;
}

#bodymain {
	padding: 0px;
    font-family: 'Segoe UI',SegoeUI,'Segoe WP',Tahoma,Arial,sans-serif;
}

.problem {
	float: left;
/*	width: 150px; */
}

.answersBlock .clearDiv {
	clear: both;
	padding-top: 10px;
}

.indicator {
	float: left;
}

table.problemBox {
	margin : 35px;
}

td.operandOne {
	font-size: 35px;
	padding-top: 20px;
}
td.operand {
	font-size: 35px;
	padding-right: 5px;
}

td.equals {
	font-size: 24px;
	padding-right: 5px;
}

img.coinpenny {
	width: 72px;
}
img.coinnickel {
	width: 90px;
}
img.coindime {
	width: 60px;
}
img.coinquarter {
	width: 115px;
}

img.stamps {
	width: 120px;
}


/* crossword */
table.crossword {
   margin-top: 15px;
   border-collapse: separate;
   border-bottom: 0;
   border-left: 1px solid #333;
   border-right: 0;
   border-top: 1px solid #333;
   clear: left;
}

table.crossword td, table.crossword td.white, table.crossword td.gray {
   height: 37px;
   width: 35px;
   position: relative;
   border-bottom: 1px solid #333;
   border-left: 0;
   border-right: 1px solid #333;
   border-top: 0;
}
table.crossword td.white { vertical-align: super; background-color: white; text-align: center; padding: 1px; }
table.crossword td.gray { background-color: gray; border-bottom: 1px solid gray; border-right: 1px solid gray; }
table.crossword td.selected { background-color: green; }
table.crossword td.wrong { background-color: red; }

div.cluenumber { font-size: 50%; text-align: left; vertical-align: top; float: left; position: absolute; }
div.letter {
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
}
/*div.letter { font-size: 24px; text-align: left; position: relative; top: 10px; left: 10px; }*/

div.clues {
	float: left;
	padding: 12px;
}
div.lft, div.crossword {
	float: left;
}
table.clues { padding: 2px; }
table.clues th { font-weight: bold; font-size: 16px; }
table.cluedirection { padding: 2px; }

input.cluelength { background-color: #4500AB; color: #F0F0F0; font-weight: bold; }

div.crossword { padding: 3px; float: left; }

#percentage { display: inline; }

#saveCrosswordDiv { clear: both; float: left; }

/* updates to bootstrap classes */
.profile {
    width: 50%;
    float: right;
    margin-bottom: 0px;
}

#map {
	height: 100%;
}

thead th { text-align: left}
td.tright, th.tright { text-align: right;}

#chart_div { padding-top: 50px;}
