/* OCTOE Certificate CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	/*overflow: hidden;*/
}
#wrapper {
	position: absolute;
	overflow: visible;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 5px solid #3276B1;
}
#tools, .supporting_text_control, .text_control, .narration_control, header, #main_nav, article, footer {
	display: none;
}
#certificate {
	display: block;
}
.cert_rlo_title {
	/*padding: 5px 20px; */
	padding-bottom: 10px;
	/*font-size: 30px; */
	border-bottom:1px solid #3276B1;
	/*text-align: justify;*/
}
#cert_certify {
	font-size: 28px;
	text-align: center;
	font-style: italic;
}
#cert_name {
	font-size: 32px;
	font-weight: bold;
	text-align: center;	
}
#cert_date {
	font-size: 22px;
	text-align: center;
	border-bottom:1px solid #3276B1;
	padding-bottom: 20px;
}
#cert_signed {
	margin-left: 20px;
}
#cert_page1 {
	margin-top: 1%;
	/*padding: 15px 15px;*/
	/*border: 5px solid #3276B1;*/
}
#cert_page2, #cert_page3 {
	margin-top: 2%;
	page-break-before: always;
}
/*
.cert_page{
	display:block;
	min-height:250mm;
	page-break-before: always;
}
*/
@media(max-width:991px){
	#tools span.tool_text{
		display: none;
	}
}
@media(max-width:767px){
	#tools{
		display: none;
	}
	#tools span.tool_text{
		display:none;
	}
	#small_screen_menu_container{
		display: none;
		visibility: collapse;
	}
	#small_screen_menu_container p.rlo_title{
		display: none;
	}
	#small_screen_menu{
		display: none;
	}
	#small_screen_menu li{
		display: none;
	}
	#section_nav li a{
		display: none;
	}
	#doc_top_btn{
		display: none;
		visibility: collapse;
	}	
}