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

#dev_button {
	display:none;
}

@media (max-width: 768px) {
#dev_button {
	display:block;
	position:absolute;
	margin-top:16px;
	margin-left:52px;
	float:right;
	width:204px;
	height:30px;
	border-radius:3px;
	background-color: #3a82cc;;
	text-align:center;
	display: none;
	
}

#dev_button a {
	font-size:1.3em;
	padding-top:5px;	
	color:white;
	display: block;
	height: 100%;
	width: 100%;
}
}

#dev_banner {
	display:none;
}

@media (max-width: 768px) {
#dev_banner {
	display:block;
	width:100%;
	height:100px;
	background-color: #3a82cc;
	margin-bottom:20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align:center;	
	display: none;
}

#dev_banner a {
	display: block;
	height: 100%;
	width: 100%;
	font-size:2em;
	padding-top:37px;	
	color:white;
}
}

@media (max-device-width: 768px) {
#dev_button {
	display:block;
	position:absolute;
	margin-top:16px;
	margin-left:52px;
	float:right;
	width:204px;
	height:30px;
	border-radius:3px;
	background-color: #3a82cc;;
	text-align:center;
	display: none;
	
}

#dev_button a {
	font-size:1.3em;
	padding-top:5px;	
	color:white;
	display: block;
	height: 100%;
	width: 100%;
}
}

@media (max-device-width: 768px) {
#dev_banner {
	display:block;
	width:100%;
	height:100px;
	background-color: #3a82cc;
	margin-bottom:20px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	text-align:center;	
	display: none;
}
#dev_banner a {
	display: block;
	height: 100%;
	width: 100%;
	font-size:2em;
	padding-top:37px;	
	color:white;
}
}