@charset "utf-8";
/* 	CSS Document  kek.css
	page created by Katherine E. Koziar

*/

/*table
{
border: 1px solid black;
}*/

img.kt
{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
table.kt, th.kt, td.kt
{
	font-family:"Verdana", Verdana, sans-serif;
	font-size:10px;
border: 1px solid black;
padding:0.5em;
width:740px;
}


thead.kh
{
	font-family:"Verdana", Verdana, sans-serif;
/*	font-weight: bold;*/
	font-size:14px;
border: 1px solid black;
padding:0.5em;
}


th.highlight {
    background: yellow;
  }

p.title
{
    font-weight: bold;
}

p.emf
{ /* to add emphasis to the sentence */
    font-weight: bold;
    text-align:center;
}

p.emfTitle
{ /* to add emphasis to the sentence */
    font-weight: bold;
    text-align:center;
	font-size:24px;
}

p.emfSub
{ /* to add emphasis to the sentence */
    font-weight: bold;
    text-align:center;
	font-size:16px;
}


span.emf
{ /* to add emphasis to the word */
    font-weight: bold;
}

.keyH {
	padding: 0.5em;
	
}
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin: 0 auto;
	border-bottom: 9px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin: 0 auto;
	border-top: 9px solid black;
}

div.mWrapper {
	margin-left: 10px;
	margin-right: 10px;
}
div.sOutput {
	width: 740px;
}
div.sWrapper {
	float:left;
	vertical-align:middle;
	width:25%;
}

div.lCell{
	float:left;
	vertical-align:middle;
	width:23%;
}

div.cCell{
	float:left;
	vertical-align:middle;
	width:47%;
}

div.c2Cell{
	float:left;
	padding:1em;
	vertical-align:middle;
	width:14%;
}
div.rCell{
	float:right;
	padding:1em;
	vertical-align:middle;
	width:10%;
}

div.ssButton{
	overflow: hidden;
	float:left; 
	height:10px; 
	width:10px;
	margin:7px;
}