/********************************************************************
HTML TAGS
********************************************************************/

body { 
	background: #FFF;
	margin:0;
}
th {
	text-align: left;
	font-weight: bold;
}

span.blueWord{
	color: #0000FF;
}
/*******************************************************************/

/********************************************************************
LAYOUT STYLES
********************************************************************/
.grammar-icon{
	height: 35px;
	padding: 0 5px;
	opacity: 0.8;
}


/*******************************************************************/

/********************************************************************
CONTENT PAGE STYLES
********************************************************************/
.theword {
	color: #c00;
}

h2 .theword {
	font-weight: bold;
	color: #0000ff;
}

.example {
	color: #c00;
}

.highlight {
	color: #c00;
}

.highlight2 {
	color: #00C;
}

.incorrectexample {
	color: #c00;
	text-decoration: line-through;
}

.partofspeech {
	font-weight: bold;
}

.symbol {
	font-size: 14pt;
	font-weight: bold;
}

table {
	margin-bottom: 1rem;
}
table.center-cells td, table.center-cells th {
	text-align: center;
}
div.border { padding:10px; border: 1px solid #ccc; }
table.border {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.border td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.border th {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color:#EEE;
}
