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

#enterbubble-box form {
	padding:0;
	margin:10px;
}
#enterbubble-box {
	width:661px;
	width:621px !important;
	padding:20px;
	font-family: 'Open Sans', sans-serif;
	background-color:#0783be;
	font-size:12px;
	font-style:normal;
	text-align:left;
	color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
#enterbubble-box h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 16px 0;
	padding: 0;
	color:#FFF;
}
#enterbubble-box h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0;
	color:#FFF;
}
#enterbubble-box label {
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	margin-right:20px;
}
#sublabel {
	float:left;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	width:100px;
	text-align:right;
	margin-right:20px;
}
#enterbubble-box input {
	float:left;
	color:#000;
}
textarea{
	margin:0;
	font:inherit;
	color:#000;
}

@media (min-width: 0px) and (max-width: 481px) {
h1 {
	font-size:22px;
}
}

@media (min-width: 0px) and (max-width: 767px) {
body {
	background:#FFF;
}
#header {
	display:none;
}
#container {
	display:none;
}
#solarWholesalerLogoMobile {
	text-align:center;
}
#access {
	display:none;
}
#contentWrapper {
	font-size:14px;
}
#sidebar {
	display:none;
}
#mobile-content {
	font-size: 14px;
}
#mysolarestimator label {
	margin-top:10px;
}
#mysolarestimator span {
    display: block;
    padding-right: 5px;
    overflow: hidden;
}
.nav a {
	text-decoration:none;
}
.nav a:hover {
	text-decoration:undelrine;
}
#footer-mobile {
	padding-top:10px;
}
#footer-mobile ul {
	list-style:none;
}


/* ---------------- TABLET VIEW AND DESKTOP BELOW ---------------- */
@media (min-width: 768px) and (max-width: 979px) {
}


@media (min-width: 980px) and (max-width: 1200px) {
}


@media (min-width: 1201px) {
}
