/*for accessible buttons using odot-btn class */
.odot-btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:White;
	border-radius:6px;
	border:1px solid #1C355E;
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-align:Left;
	color:#1C355E !important;
	margin-right: 10px !important;
}

.odot-btn:hover {
	color:#1C355E;
	Background-color:Whitesmoke;
	text-decoration:none !important;
}

.odot-btn-alt {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:Whitesmoke;
	border-radius:6px;
	border:1px solid #1C355E;
	display:inline-block;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-align:Left;
	color:#1C355E !important;
	margin-right: 10px !important;
}

.odot-btn-alt:hover {
	color:#1C355E;
	Background-color:White;
	text-decoration:none !important;
}

.three {
	width:32%;
	
}

.two {
	width:49%;
	
}

.block {
	width:100%;
}

.previous {
	width:100px;
	float:left;
	text-align:center !important;
}

.next {
	width:100px;
	float:right;
	text-align:center !important;
}
.previous:before {
	content: "<<";
	margin-right:6px;
}	

.next:after {
	content: ">>";
	margin-left:6px