<style>
		    @import url("../webfonts/Cairo_Regular/stylesheet.css");
body,td,th {
	font-family: "Cairo Regular" !important;
}
#header {
	background:#0e94a7 !important;
	height:20px !important;
	text-align:right !important;
	color:#e8ae0c !important;
	top:0 auto !important;
}
#footer {
	background:#0e94a7;
	width:100%;
	height:10px;
	position:fixed;
	bottom:0px;
	left:0;
	text-align:center;
	color:#fff;
}
.block {
  display: block !important;
  width: 100% !important;
  border:double !important;
 
  padding: 14px 28px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  text-align: center !important;
}
div.scroll { 
                
                overflow-y: scroll !important;
            height: 20% !important;

                text-align:justify !important; 
            } 


		 </style>