@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
*{font-family: 'Droid Arabic Kufi', serif;}

table {width:80%;}
table td {border-bottom: 1px solid #0277bd;}
h1 {color: white; text-align: center;padding: 0% 3%; font-size:32px; position: relative;
	top:18px;
}

h2 {font-size: 24px;}

#logo {
	
	margin:20px 20px 10px 20px;
	height:100px;
	width:90px;
	
}

img {margin-top: 12px;}

#head {
	display: inline-flex;
    flex-direction: row-reverse;
    width: 100%;
    background-color: #0277bd;
	border-top: 2px solid #031763;
	border-bottom: 2px solid #031763;
	margin:0;
	
}

td {font-size: 18px;}

.bt {border: 1px solid #0277bd;
    border-radius: 8px;
    padding: 7px 20px;
    margin: 10px;
    background-color: #0277bd;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold;
}
button:hover.bt {
	border: 1px solid #000;
	background-color: red;
    color: #000;}