*{
	direction:rtl;
	text-align:right;
}
header{
	box-shadow:0 0 10px 0 gray;
	margin-bottom:20px;
}

.navbar-brand img{
	width:200px;
	height:75px;
}
.btn{
	margin:0 5px 5px 0;
}
.centertext{
	text-align:center;
}
.lefttext{
	text-align:left;
}
.mytitle{
	margin:5px;
	padding:5px;
	border-radius:15px;
	box-shadow:0 0 10px 0 gray;
	margin-bottom:10px;
}
footer{
	box-shadow:0 -2px 10px 0 gray;
	margin-top:20px;
	font-weight:bold;
	padding:20px;
}
footer img{
	width:30px;
	height:30px;
	margin:2px;
}
.txtrow{
	padding:2px;
}
th{
	text-align:center;
	background-color:darkslategray;
	color:white;
}