/*body {
	transition: 0.5s;
}

body.open {
	margin-left: 250px;
}*/

.almareader-widget {
	position: fixed;
	bottom: 20px;
	left: 20px;
	display: block;
	z-index: 999999999;
	transition: 0.5s;
}

.almareader-widget a {
	color: inherit;
}

.almareader-controls {
	padding: 8px;
	background: #f2efe0;
	border: 2px solid #65514c;
	border-radius: 5px;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	float: left;
	margin-right: 20px;
}

.almareader-widget.open {
	left: 270px;
}

.almareader-btn {
	background: #FFF;
	border: 1px solid #292626;
	border-radius: 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	font-size: 20px;
	text-align: center;
}

.almareader-btn img {
	margin-top: 5px;
}

#almareader-status {
	background: #bf0000;
	color: #fff;
}

#almareader-status.active {
	background: #5eab03;
	color: #fff;
}

.almareader-copyrights {
	margin-top: 4px;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma, arial;
}

.almareader-copyrights .t1 {
	color: #de7600;
	padding-left: 2px;
}

.almareader-copyrights .t2 {
	color: #0f0f0e;
}

.almareader-setting {
	position: fixed;
	top: 0;
	left: -250px;
	width: 248px;
	height: 100%;
	overflow: hidden;
	background: #f2efe0;
	border-right: 2px solid #65514c;
	transition: 0.5s;
	z-index: 99999999;
	font-family: arial;
}

.settings-container {
	overflow: auto;
}

.almareader-setting.open {
	left: 0;
}

.almareader-setting fieldset {
	margin: 15px;
	padding: 10px;
	border: 1px solid #65514c;
}

.almareader-setting legend {
	margin: 0;
	border: 0;
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	font-weight: bold;
	width: auto;
}

.almareader-setting label {
	min-width: 25px;
	display: inline-block;
	cursor: pointer;
}

.almareader-logo {
	text-align: center;
	height: 82px;
}

.reader-reading {
	outline: 2px solid #cdcdcd;
}