    @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
    body {
        height:100%;
        width:100%;
        font-family: 'Open Sans';
        letter-spacing:.01em;
    }

    p {
        font-size:17px;
    }
    .maxWidth {
        max-width:730px;
    }


@media all and (min-width: 320px) and (max-width: 599px) {
    td.hide_mobile, th.hide_mobile{
        display:none;
        width:0;
        height:0;
        opacity:0;
        visibility: collapse;
    }
}

/*
@media all and (max-width:600px) {
}
  */
    #bottomSampleImg {
        display:block;
    }


		h1 {font-size:22px;color:#28558E;font-weight:bold}
		h2 {font-size:21px;color:#28558E;font-weight:bold;}
		h3 {font-size:17px;color:#CC0000;padding-bottom:10px;}
		table,th, td {border:1px solid #28558E;padding:5px;}
        th{
            background-color:#7ddadb;

        }

		table {border-collapse:collapse;width:100%}
		#mainDiv {margin-left:0px;}
/*
		a:link {text-decoration: none; color: #0075DA;}
		a:visited {text-decoration: none; color: #0075DA;}
		a:active {text-decoration: none;color: #0075DA;}
		a:hover {text-decoration: underline; color: #0075DA;}
*/
    a.signupButton {
        color:#FFFFFF;
    }
    a.signupButton:visited {
        color:#FFFFFF;
    }
    a.signupButton:active {
        color:#FFFFFF;
    }
    a.signupButton:link {
        color:#FFFFFF;
    }

/*		#tryIt {border: 2px solid #28558E; width:650px;padding-left:15px;padding-right:15px;margin-bottom:40px;padding-bottom:10px;} */
		.bigRed:link {font-size:22px;color:#FF1100;}
		.bigRed:visited {font-size:22px;color:#FF1100;}
		.bigRed:active {font-size:22px;color:#FF3600;}
		.bigRed:hover {font-size:22px;color:#FF3600;}
/*
		.littleRed:link {font-size:19px;color:#FF1100;}
		.littleRed:visited {font-size:19px;color:#FF1100;}
		.littleRed:active {font-size:19px;color:#FF3600;}
		.littleRed:hover {font-size:19px;color:#FF3600;}
*/