@charset "utf-8";
/* CSS Document */

html,
body,
*{
	direction: rtl;
	font-family: 'Speedee Arabic';
}

.langsel{
	font-family: 'Speedee';
}

.overlaylabel{
	right: 0.6rem;
}
.shiftedlabel{
	margin-right: 0.6rem;
}
.accessibilitycontainer{
	left: 0;
	-webkit-border-top-right-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}