.mail_list_signup_msg {
   width: 250px !important;
}

#show_hide_mobile_menu_btn {
   display: none;
}

.maillist_signup_iframe {
   width: 100% !important;
   max-width: 750px !important;
   height: 1539px !important;
}

#left_div {
   width: 200px;
}

body {
   background-color: #000;
}

p {
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
   color: #4D88FE;
}

h3 {
   font-family: Verdana, Arial, sans-serif;
   font-size: 16px;
   color: #4D88FE;
}

#breeze_link {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #CCCCCC;
   text-align: right;
   position: absolute;
   right: 80px;
   bottom: 30px;
   display: block;
   width: 300px;
}

#breeze_link a:link {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:visited {
   color: #CCCCCC;
   text-decoration: none;
}

#breeze_link a:hover {
   color: #999999;
   text-decoration: underline;
}

#breeze_link a:active {
   color: #AA9999;
   text-decoration: underline;
}

@media screen and (min-width: 1490px) {
	#breeze_link	{	right: 80px;	}
}
@media screen and (max-width: 1290px) {
	#breeze_link	{	display: none;	}
}
@media not screen {
	#breeze_link	{	display: none;	}
}