/* Please define your custom styles here */
body {
	/*padding-top:70px;*/
	width: 100%;
	height: 100%;
	font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
}

a {
	color: #00B7FF;
}

.submit-btn {
	background-color: #b1dbff;
	margin: 10px 0 10px 0;
}

.post {
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.odd {
	background-color: #f2f9ff;
}

.even {
	background-color: #eceff3;
}

.form-auth {
	max-width: 330px;
	padding: 5px;
	margin: 0 auto;
}

.unselectable {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-title, .ui-dialog .ui-dialog-buttonpane {
	text-align:center;
	padding-left: 0.4em;
	padding-right: 0.4em;
}

#task {
	border: 0px solid White;
	text-align:center;
}

#slider label {
	position: absolute;
	width: 20px;
	margin-left: -10px;
	text-align: center;
	margin-top: 20px;
}

#custom-handle {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

.ui-dialog-titlebar-close {
	visibility: hidden;
}

table {
	margin: 0 auto;
}

/*table, th, td {
   border: 1px solid black;
}*/

.OptionsHeadings {
	width: 160px;
	height: 80px;
	font-weight: bold;
	text-align: center;
}

.CuesHeadings {
	width: 160px;
	height: 80px;
	font-weight: bold;
	text-align: center;
}

.CellHolder {
	width: 160px;
	height: 80px;
	text-align: center;
}

.Cell {
	width: 160px;
	height: 80px;
	text-align: center;
	font-size: 30px;
}
header {
		font-size: 18px;
		text-align: left;
		text-transform: uppercase;
		line-height: 1.8;
		letter-spacing: 3px;
	}
	.header_text {
		position: absolute;
		bottom: 85%;
	}
	main {
		line-height: 150%;
		word-spacing: 5px;
		text-align: left;
		font-size: 18px;
		font-family: Helvetica, Geneva, Tahoma, sans-serif;
		letter-spacing: 1px;
		margin-left:auto;
		margin-right:auto;
		width:100%;
		min-height: 780px;
	}