@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

body {
	background: #fff;
	color: #74777b;
	font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 12px;
    font-weight: bold;
	direction: rtl;
}

a {
	color: #2CC185;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #74777b;
}

.container > section {
	padding: 0;
	min-height: 100%;
}

.widr {
	text-align: center;
	padding: 16px;
}