.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:200000000;width:81%; min-width: 200px; overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#000;color:#fff; border-right: 2px solid #000;} 

.sidr.right{left:auto;right:-80%} 

.sidr.left{left:-80%;right:auto} 

#sidr_logo {
	float: none;
	width: 100%;
	background: #181818;
	overflow: hidden;
	height: 58px;
}

#sidr_logo a{
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/logo_rapradar_header.png) no-repeat top center;
	background-size: contain;
	margin: 12px auto 0;
}


@media screen and (max-width: 360px) {

	#sidr_logo a{
		background-size: 70%;
	}

}