a:link, a:visited {
	text-decoration: none;
	color: #0071BD;
}

a:hover {
	text-decoration: underline;
	color: #8fbf1b;
}

small {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size:16px;
    font-weight: normal;
}

img {
	border: none;
}

#wrapper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color: #777;
	width: 100%;
	float: left;
	min-width: 990px;
}

#banner {
	background: #0071bd;
	min-height: 50px;
	padding-top: 5px;
/*	margin-bottom: 15px;
	margin-bottom: 50px; */
}

#wrapper.member #banner {
	background: #8FBF1B;
}

#wrapper.nobackground #banner {
	background: #FFFFFF;
}

#banner_container{
	width: 950px;
}
#banner_container.custom-image{
	width: 100%;
}

#banner .left {
	float: left;
	width: 700px;
}

#logo {
	float: left;
	width: 298px;
}

#logo a {
	display: block;
	height: 51px;
	width: 298px;
	background: url(/static/images/logo.png) no-repeat;
}

#banner h1 {
	clear: both;
	color: #0071bd;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 2.2em;
	font-family: 'Rokkitt', Arial, sans-serif;
	padding: 0px 10px 20px;
	margin: 0px;
}

#wrapper.member #banner h1 {
	margin-left: -1000px;
}

#banner div.login {
	float: left;
	width: 250px;
	margin: 0;
}
#banner .custom-image div.login {
	float: right;
}

#banner div.login h2 {
	color: #FFFFFF;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-size: 1.7em;
	margin: 0px;
	padding-left: 5px;
}

div.login_user {
	color: white;
	float: left;
}
.custom-image div.login_user {
	float: left;
        color: inherit;
}

#banner div.login_user a {
	color: white;
}

#left_col {
	float: left;
	width: 150px;
	min-height: 10px;
	margin-right: 40px;
	margin-left: -100%;
}

#left_col ul {
	list-style: none;
	padding-left: 5px;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 0;
}
#left_col ul li {
	padding-bottom: 3px;
}
#left_col ul a {
	display: block;
	width: 120px;
	padding: 3px 8px;
	background: white;
	text-decoration: none;
}

#left_col ul li.active a {
	background: #daebf5;
}

#left_col ul li.sub a {
	padding-left: 20px;
	width: 120px;
}

#left_col ul a:hover {
	color: white;
	background: #0071BD;
}

#left_col ul li.members a {
	color: #8fbf1b;
}

#left_col ul li.members a:hover {
	background: #8fbf1b;
	color: white;
}

#left_col ul li.members.active a {
	background: #e5f5be;
	color: #8FBF1B;
}

#left_col ul li.members.active a:hover {
	background: #e5f5be;
	color: white;
}

#left_col select {
	display: none;
}

#content_wrapper{
	float: left;
	width: 100%;
}

#content {
	margin-left: 190px;
	padding-right: 20px;
}

#content h1 {
	/* For Worldpay pages */
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -2px;
	color: black;
	font-size: 38px;
	margin: 0 0 25px 0;
}

div.breadcrumb {
	font-size: 13px;
	margin-bottom: 30px;
}

div.result {
	margin-bottom: 10px;
}

div.result p {
	margin: 0 0 0 10px;
}

.clear_both {
	clear: both;
}

#footer {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
}

#dialog_layer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent url(/static/images/trans_white.png) top left;
}

#dialog_box {
	background-color: white;
	border: 2px solid #CCC;
	margin: 0px auto;
	min-height: 150px;
	width: 500px;
	float: none;
	padding: 20px;
	overflow-x: auto;
	position: relative;
	z-index: 1;
}

#dialog_box img.preload {
	display: block;
	margin: 114px auto;
}

#dialog_close {
	float: right;
	width: 20px;
	height: 20px;
	color: red;
	cursor: pointer;
}

div.notification {
	background-color:#EEEEEE;
	padding:20px 100px;
	margin:10px;
	font-color:#777777;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
}

div.notification-small {
	background-color:#EEEEEE;
	padding:10px;;
	font-color:#777777;
	text-align:left;
}

.priceplan {
	margin-left:30px;
}

.home_wrapper {
	width: 850px;
}

.content ul {
	margin-bottom: 20px;
}

.content a.button, .content input[type="submit"].button {
	color: white;
	background: transparent url(/static/images/arrow-green.png) right center no-repeat;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 800;
	font-size: 24px;
	display: inline-block;
	padding: 0px 8px;
	padding-right: 25px;
	height: 28px;
	letter-spacing: -1px;
	margin-right: 9px;
}

.content a.button:hover, .content input[type="submit"].button:hover {
	background: url(/static/images/blue-arrow.png) right center no-repeat;
	text-decoration: none;
}

.content input[type="submit"].blue {
	background: white url(/static/images/blue-arrow.png) right center no-repeat;
}

.content input[type="submit"].blue:hover {
	background: white url(/static/images/arrow-green.png) right center no-repeat;
	text-decoration: none;
}

.content .button .arrow {
	border-color: white white white #8FBF1B;
	border-style: solid;
	border-width: 14px;
	float: right;
	position: relative;
	left: 17px;
}

.content a.button:hover .arrow {
	border-color: white white white #0071BD;
}

.content a.button.blue {
	color: white;
	background: #0071BD;
}

.content a.button.blue:hover {
	background: #8FBF1B;
}

.content .button.blue .arrow {
	border-color: white white white #0071BD;
}

.content a.button.blue:hover .arrow {
	border-color: white white white #8FBF1B;
}

.ie .content a.button .arrow {
	display: none;
}

#banner a.button {
	font-size: 18px;
	margin-left: 5px;
	color: white;
	background: #8FBF1B;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 800;
	display: inline-block;
	padding: 1px 8px;
	height: 20px;
	letter-spacing: -1px;
}

#banner a.button:hover {
	background: white;
	text-decoration: none;
	color: #8FBF1B;
}
#banner .custom-image a.button:hover {
	background: #0071BD;
	text-decoration: none;
	color: #FFF;
}

#banner .button .arrow {
	border-color: #0071BD #0071BD #0071BD #8FBF1B;
	border-style: solid;
	border-width: 11px;
	float: right;
	position: relative;
	left: 11px;
	top: -1px;
}
#banner .custom-image .button .arrow {
	border-color: #FFF #FFF #FFF #8FBF1B;
}

#banner a.button:hover .arrow {
	border-color: #0071BD #0071BD #0071BD white;
}
#banner .custom-image a.button:hover .arrow {
	border-color: #FFF #FFF #FFF #0071BD;
}

.ie #banner a.button .arrow {
	display: none;
}

#wrapper.member #banner a.button {
	background: #0071BD;
}

#wrapper.member #banner a.button:hover {
	background: white;
	color: #8FBF1B;
}

#wrapper.member #banner .button .arrow {
	border-color:  #8FBF1B #8FBF1B #8FBF1B #0071BD;
}

#wrapper.member #banner a.button:hover .arrow {
	border-color: #8FBF1B #8FBF1B #8FBF1B white;
}


input.invisible_submit {
	visibility: hidden;
	width: 0px;
	float: right;
	margin: 0;
	padding: 0;
}
.content fieldset {
	border: none;
}

.content .form_row {
	padding-bottom: 10px;
	clear: both;
}

.autopay input[type="text"], .form_row select{
	width: 180px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

label.large {
	display: inline-block;
	width: 80px;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #0071BD;
}

.content label {
	width: 200px;
	display:inline-block;
}

.autopay label {
	width: 160px;
}

label.subs{
        vertical-align: middle;
        display: inline-block;
        width: 100px;  
	font-weight: 600;
}

.content .remember input {
	margin-left: 80px;
}

.content .remember label {
	width: auto;
	font-size: inherit;
}

.content input[type="text"], .content input[type="password"], .content textarea, .content select[multiple] {
	border: 2px solid #ccc;
	height: 24px;
	color: black;
	position: relative;
	top: -1px;
	padding: 0 4px;
}

.content textarea {
	height: auto;
}


input.grey_button {
	border: none;
	background-color: #b7b7b7;
	color: white;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 800;
	font-size: 24px;
	display: inline-block;
	padding: 0px 8px;
	height: 28px;
	letter-spacing: -1px;
	margin-right: 9px;
	cursor: pointer;
}

input.green_button {
	border: none;
	background-color: #8FBF1B;
	color: white;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 800;
	font-size: 24px;
	display: inline-block;
	padding: 0px 8px;
	height: 28px;
	letter-spacing: -1px;
	margin-right: 9px;
	cursor: pointer;
}

input[type="submit"].button {
	border: none;
	background-color: #b7b7b7;
	color: white;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 800;
	font-size: 24px;
	display: inline-block;
	padding: 0px 8px;
	height: 28px;
	letter-spacing: -1px;
	margin-right: 9px;
	cursor: pointer;
}

input[type="submit"].button.red {
	background-color: red;
}

input[type="submit"].button.green {
	background-color: green;
}

input.green_button:hover, input.grey_button:hover, input[type="submit"].button:hover {
	background-color: #0071BD;
}

input[type="submit"].small, input[type="submit"].button.small, a.button.small {
	font-size: 18px;
	padding: 0px 6px;
	padding-right: 15px;
	height: 22px;
	margin-right: 6px;
}

.button.small .arrow {
	border-width: 11px;
}

input[type="text"].small, input[type="password"].small {
	height: 17px;
	margin: 0;
	vertical-align: middle;
}

button.delete {
	border: none;
	display: inline-block;
	padding: 0px 8px;
	height: 28px;
	cursor: pointer;
}

button.simple {
	border: none;
	padding: 0px;
	cursor: pointer;
	background-color:transparent;
	text-decoration:underline;
	font-size:12px;
	padding: 0px;
	height: 28px;
}


.content input.unselected {
	color: #ccc;
}

.content h1, .content h2, .content h3, .content h4 {
	font-family: 'Rokkitt', Arial, sans-serif;
	/*color: #959595;*/
	color: black;
	font-weight: 700;
	letter-spacing: -2px;
}

.content h2, .content h3, .content h4 {
	letter-spacing: -1px;
}

.member .content h2, .member .content h3, .member .content h4 {
	color: #8FBF1B;
}

.content h1 {
	font-size: 38px;
	margin: 0 0 25px 0;
}

.content h2 {
	font-size: 30px;
	margin: 25px 0 17px;
}

.content h3 {
	font-size: 25px;
	margin: 20px 0 13px;
}

.content h4 {
	font-size: 20px;
	margin: 8px 0;
}

.content p {
	font-size: 1.1em;
	margin: 1em 0;
}

.content p.small {
	font-size: 0.9em;
	margin: 0.9em 0;
}

img.home_image {
	float: right;
	padding-left: 30px;
	height: 279px;
	width: 270px;
}

img.progressbar {
	display:block;
	float: left;
}

.content ul.home_table {
	margin: 0;
	padding: 1px 1px 1px 20px;
	list-style-image: url('/static/images/list-bullet.png');
	color: #666;
	font-size: 16px;
}

.content ul.home_table li {
	padding: 4px 0 4px 10px;
}

.content ol.instructions {
	margin: 0;
	padding: 1px 1px 1px 20px;
	color: #666;
}

.content ol.instructions li {
	padding: 4px 0 4px 10px;
}

pre.code {
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 0 0.5em #CCCCCC inset;
    overflow: auto;
    padding: 0.7em 1em;
    word-wrap: normal;
}

code{
	background-color: #FBFAF9;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 0 0.3em #CCCCCC inset;
//	color: #333333;
}

.blue, .content p.blue, .content h1.blue, .content h2.blue, .content h3.blue, .content h4.blue {
	color: #0071BD;
}

.green, .content green, .content h1.green, .content h2.green, .content h3.green, .content h4.green {
	color: #8FBF1B;
}

.blue_bg {
	background-color: #0071BD;
}

.green_bg {
	background-color: #8FBF1B;
}

.blue_bg, .green_bg {
	color: white;
}

.blue_bg a, .green_bg a {
	color: white;
	text-decoration: underline;
}

hr {
	clear: both;
}

hr.dotted {
	border-top: 1px dotted #000000;
	border-bottom: 0px;
	margin-top: 0px;
	height: 1px;
}

form fieldset {
	margin: 20px 0;
	padding: 0;
}

form legend {
	padding: 0;
}

form fieldset.inline legend {
	float: left;
	margin-right: 10px;
	height: 17px;
	vertical-align: middle;
	margin-top: 4px;
}

form fieldset.inline input[type="text"] {
	height: 17px;
	margin: 0;
	vertical-align: middle;
}

.content p.quote, .content p.attrib {
	font-size: 15px;
	width: 350px;
	line-height: 120%;
	margin: 25px;
}

.content p.quote {
	margin-bottom: 0;
	font-style: italic;
}

.content p.attrib {
	margin-top: 5px;
}

.content p.quote span {
	display: inline-block;
	color: #0071BD;
	font-size: 50px;
	padding: 0 2px;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 700;
	position: relative;
	top: 10px;
	left: -5px;
}

.content .support h4 {
	cursor: pointer;
	font-weight: bold;
	margin: 5px 0;
	font-size: 16px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0;
}

.content .support h4:hover {
	color: #0071BD;
}

.content .support div {
	border: 2px solid transparent;
	padding: 20px;
	color: #777;
	font-size: 13px;
}

.content .support div.active {
	border: 2px solid #8FBF1B;
}

div.tt {
	font-family: monospace;
}

div.pre {
	white-space: pre;
}

div#preload { display: none; }

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	word-spacing:0.0em;
	letter-spacing:0.0em;
	color:#000000;
	margin: 0px;
	padding:0px;
}

/*
 * td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	word-spacing: 0.0em;
	letter-spacing: 0.0em;
	color:#777;
} */

td.notile { background-repeat: no-repeat; background-position: top left; }

.small {
	font-size: 0.9em;
}

a.abook { color:#4d4d4d; font-weight:600; }
a.abook:hover { color:#4d4d4d; font-weight:600; }
a.abook:visited { color:#4d4d4d; font-weight:600; }

.error { color:red; }

.red { color:red; }

.green, .green a:link, .green a:visited, a.green:link, a.green:visited { color:#8FBF1B; }

.green a:hover, a.green:hover { color:#0071BD; }

.blue { color:#0071BD; }

.black { color:black; }

.white { color:#FFFFFF; }

.grey { color: #737373; }

.center {text-align:center;}


table.list_table {
	margin: 10px 0;
}

table.list_table td {
	padding: 2px 10px;
}

.indented {
	padding-left: 30pt;
	display: block;
}
			
.html { font-family: Courier, "Courier New", monospace; font-size:10pt; }

a.menulink:link, a.menulink:visited {
	text-decoration:none;
	font-size:12px;
	color:#737373;
	width:70px;
	display:block;
	vertical-align: middle;
	padding: 1px 0 2px 7px;
	font-weight:normal;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: dotted solid dotted solid;
	border-color: white white white orange;
	border-collapse: separate;

}

A.menulink:hover {
	text-decoration:none;
	font-size:12px;
	display:block;
	vertical-align: middle;
	font-weight:normal;
	background-color: #f59945;
	color:white;
}

A.menumembers:link, A.menumembers:visited {
	text-decoration:none;
	font-size:12px;
	color:#737373;
	width:100px;
	display:block;
	vertical-align: middle;
	padding: 1px 0 2px 7px;
	font-weight:normal;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: dotted solid dotted solid;
	border-color: white white white orange;
	border-collapse: separate;
}

A.menumembers:hover {
	text-decoration:none;
	font-size:12px;
	display:block;
	vertical-align: middle;
	font-weight:normal;
	background-color: #f59945;
	color:white;
}

.menutitle {
	font-size:12px;
	color:#f59945;
	width:70px;
	padding: 20px 0px 0px 7px;
}


/* General sensible cell padding default */
td { padding-right: 10px }

/* Used to highlight the address book items */
table {border-collapse: collapse;
}
tr.highlight#row1, tr.highlight.row1 {
	background-color: #F2F2F2;
									
}
tr.highlight#row2, tr.highlight.row2 {
	background-color: #ffffff;
	/*border-bottom: 1px solid #cfcfcf;*/
}

.highlightblue {
	background-color: #7399b5;
	padding: 2px 0px 2px 7px;
}

.highlightgreen {
	background-color: #81b97e;
	padding: 2px 0px 2px 7px;
}

.h3members {
	background-color: #81b97e;
	color: white;
	padding: 2px 0px 2px 7px;
	margin: 10px 0px 10px 0px;
	width:100%;
	display:block;
	font-size:12px;
}

.h3home {
	background-color: #7399b5;
	color: white;
	padding: 2px 0px 2px 7px;
	margin: 10px 0px 10px 0px;
	display:block;
	font-size:12px;
	width:100%;
}

.input {
	color: black;
	border: 1px solid #527b9a;
	margin: 0px 0px 0px 0px;
}

.input:hover {
	color: black;
	border: 1px solid #527b9a;
	margin: 0px 0px 0px 0px;
	background: #cfcfcf;
}

.selectheight { min-height:300px;
	height:auto !important;
	height:300px;
	min-width:200px;
	width:auto !important;
	width:200px;
}

IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.DefaultRow { color: #D5D9DC; background-color: #D6DfE6; }

.MouseoverRow0 { color: #113764; background-color: #778DC9; border-top:solid; border-bottom:solid; border-left:solid; border-right:solid;}

.MouseoverRow1 { color: #113764; background-color: #89CF6A; border-top:solid; border-bottom:solid; border-left:solid; border-right:solid;}

.MouseoverRow2 { color: #113764; background-color: #FDAC36; border-top:solid; border-bottom:solid; border-left:solid; border-right:solid;}

.MouseoverRow3 { color: #113764; background-color: #EF614A; border-top:solid; border-bottom:solid; border-left:solid; border-right:solid;}

.visible { position: absolute; z-index:2; visibility:visible; background:transparent; }

.hidden { position: absolute; z-index:2; visibility:hidden; background:transparent; }

.vertical-text {
	border:0px solid red;
	writing-mode:tb-rl;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	white-space:nowrap;
	display:block;
}

table.price_table td, table.price_table th {
	border-bottom: 1px solid #eee;
	padding: 6px 15px;
	text-align: center;
}

table.price_table th .small {
	font-weight: normal;
}


table.dottedoutline {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: dotted dotted dotted dotted;
	border-color: black black black black;
	border-collapse: separate;
}
table.dottedoutline th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.dottedoutline td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.infobox {
	border-collapse: separate;
	background-color: #eee;
}
table.infobox th, table.infobox td {
	border: none;
}

table.infobox p {
	margin: 0.2 em;
}

td.topleft {border: solid black; border-width: 1px 0px 0px 1px;}
td.topright {border: solid black; border-width: 1px 1px 0px 1px;}
td.bottomleft {border: solid black; border-width: 1px 0px 1px 1px;}
td.bottomright {border: solid black; border-width: 1px 1px 1px 1px;}
td.middle {border: solid black; border-width: 1px 1px 0px 1px;}
table.all td {border: solid black; border-width: 1px 1px 1px 1px;}
td.right {border: solid black; border-width: 0px 1px 0px 0px;}
td.bottom {border: solid black; border-width: 0px 0px 1px 0px;}
td.left {border: solid black; border-width: 1px 0px 0px 0px;}
td.topdot {border-top: 1px dotted black; }
td.topbottomdot {border-bottom: 1px dotted black; border-top: 1px dotted black; }

tr.accountdetails{
	height:50px;
}

td.align_left {
	text-align: left;
}

td.align_center {
	text-align: center;
}

td.align_right {
	text-align: right;
}

td.align_top {
	vertical-align: top;
}

td.align_middle {
	vertical-align: middle;
}

td.align_bottom {
	vertical-align: bottom;
}



/*Small urls for archives*/
.url {color: #115599}

/*Page descriptions*/
.description{font-size: 13px;}

/*For archive search result report*/
#result_report {
	text-align:center ;
	padding:3px;
	background-color:#e5ecf9; 
	font-weight: bold;
	margin-bottom:14px;
}


/*main results table */

#other_pages {
	text-align:center;
}

.divline{
	margin-top:20px;
	margin-bottom:-5px;
	border-bottom:1px solid #DDDDDD;
}

.signup_left {
	float: left;
	width: 450px;
	margin-right: 50px;
}

.signup_right {
	float: left;
	width: 300px;
	padding-top: 20px;
}

ul.signup_bullets {
	list-style-image: url('/static/images/list-bullet.png');
	color: #666;
	font-size: 14px;
}
ul.signup_bullets li {
	padding-bottom: 5px;
}

.signup_label {
	display: inline-block;
	font-family: 'Rokkitt', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #0071BD;
}

#content .recaptchatable input {
    width: auto;
    height: auto;
}

table.manageform {
	margin: 30px 0;
}

table.manageform td {
	width: 180px;
}

table.manageform .label {
	width: 197px;
}

table.manageform select {
	width: 125px;
}

hr.new_style {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}

#dialog_box.content p, #dialog_box.content table, #dialog_box.content li, #dialog_box.content dd {
	font-size: 0.8em;
}

#dialog_box.content dt {
	font-size: 0.8em;
        text-decoration: underline;
}

#dialog_box.content h1 {
	font-size: 28px;
}

#dialog_box.content h2 {
	font-size: 20px;
}

#dialog_box.content h3 {
	font-size: 15px;
}

span.help {
	position: relative;
}

span.text {
	display: none;
	position: absolute;
	top: 10px;
	left: -50px;
	z-index: 10;
	color: #0071BD;
	background-color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	letter-spacing: 0px;
}

span.help:hover span.text {
	display: block;
	border: 1px solid #ccc;
	width: 200px;
	padding: 10px;
	text-align: center;
	white-space:normal;
}

table.pricing-table {
	
}

table.pricing-table > tbody > tr > td {
	padding: 10px;
	text-align: center;
}

table.pricing-table table td {
	font-size: 10px;
}

table.subslogin > tbody > tr > td {
	padding: 5px;
}

table.subslogin table td {
	font-size: 10px;
}

#button_single {
	margin-left: 50%; 
}

#button_multiple {
	margin-left: 50%;
}

h1.subhead_desktop {
	display: block;
}

h1.subhead_mobile {
	display: none;
}


.socialmedia {
    display:inline-block;
    width:100%
}

#desktop-menu-container {
	display: block !important;
	float:right;
	padding-right:30px
}

#mobile-menu-container {
	display: none !important;
}

div.go_to_nav {
	display: none;
}

.notice {
	background-color:#EEEEEE;
	padding:20px;
	display:inline-block;
}

#forgotlabel {
	padding-left: 30px;
}

a.bggreen:hover {
	color: #777;
}

.docs {
    font-size: 15px;
}

.docs ul {
	margin: 0;
	padding: 1px 1px 1px 20px;
	color: #666;
}

.docs li {
	padding: 4px 0 4px 4px;
}

.docs p {
	margin: 1.3em 0;
	font-size: 1em;
}

.docs table {
    font-size: 15px;
    margin-left: 50px;
}

.docs table td, table th {
	border-bottom: 1px solid #eee;
	padding: 6px 15px;
	text-align: left;
	vertical-align: top;
}

.docs pre {
    font-size: 12px;
}

.member-label {
        display: block;
        font-weight: normal;
        margin-bottom: 10px;
}

.member-caption {
        font-size: 12px;
        display: block;
        opacity: 0.5;
}

.selectize-dropdown .active {
  color: #ffffff;
  background-color: #0088cc;
}

