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

body {background-color:#000; color:#eee; font-family:Arial, Helvetica, sans-serif; font-size:16px; margin:0; margin-top:10px; padding:0; text-align:center;}

a {color:#62befe; text-decoration:none;}
a:hover {color:#fff; text-decoration:none;}

#mobilecontainer { width:100%; max-width:480px;}

.phone-link {}

.header {color:#fdf391; margin-left:15px; margin-top:15px; font-size:20px;}

.border {
	width:90%;
	margin:10px 0px;
	padding:10px;
	display: inline-block;
	text-align: center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border: #666 solid 1px;
}

.buttons {}
.buttons img {margin:8px 0px; border:none;}

#mobileheading {font-size:18px; color:#fdf391; border-bottom:1px solid #ccc; width:50%; text-align:center; padding:2px; margin-bottom:10px;}
#mobileheading2 {font-size:18px; color:#fdf391; border-bottom:1px solid #ccc; text-align:left; padding:2px; margin-bottom:10px;}

.smallcopy {font-size:12px;}