*{
	direction:rtl;
	text-align:right;
}
.font {
    font-family: 'Cairo';
    font-size: 15px;
    font-weight: bold;
}
.navbar-brand img{
	width:200px;
	height:50px;
}
header {
    font-family: 'Cairo';
    font-size: 15px;
    font-weight: bold;
    box-shadow: 0 0 10px 0 #b4c0ca;
    margin-bottom: 20px;
}
.btn{
	margin:0 5px 5px 0;
    color:white;
}
.centertext{
	text-align:center;
}
.lefttext{
	text-align:left;
}
.mytitle {
    font-family: 'Cairo';
    font-size: 40px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    border-radius: 15px;
    box-shadow: 3px 3px 0 0 #afaeae;
}
footer{
	box-shadow:0 -2px 10px 0 #b4c0ca;
	margin-top:20px;
	font-weight:bold;
	padding:10px;
}
footer img{
	width:20px;
	height:20px;
	margin:2px;
}
.txtrow{
	padding:2px;
}
th{
	text-align:center;
	background-color:darkslategray;
	color:white;
}