@charset "utf-8";
/* CSS Document */



body {
	 font-family:"Segoe UI";
	 width: 100%;
	 -webkit-overflow-scrolling:touch;
}

#wrapper {
	height: 100%;
}

#header {
	background-color: #b70e0c;
	color: white;
	border: 1px solid #b70e0c;
	padding: 10px;
	margin-bottom: 20px;
	height: 170px;
}

#headerText {
	float: right;
	position: relative;
	text-align: right;
	font-weight: bold;
}

@media only screen and (max-width: 420px) {
    #headerImg img{
		visibility: collapse !important;
	}
	
}

@media only screen and (max-width: 460px) {
    #headerImg img{
		height: 100px !important;
		visibility: visible;
	}
	
	#header {
		height: 120px !important;	
	}
}

#headerImg {
	float: left;
}

#headerImg img{
	height: 150px;
}

#content {
	clear: both;
	padding: 10px;
}

#adminPanel {
	text-align: right;
}



.buttonClass {
	text-align: right;	
	width: 100px !important;
}

.btn-width {
	width: 130px !important;	
}










