body {
	padding-top: 12px;
	padding-bottom: 12px;
}

.header,.marketing,.footer {
	padding-bottom: 10px;
}

.header h3 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
	padding-bottom: 12px;
}

.footer {
	font-size: 10px;
	padding-top: 10px;
	color: #777;
}

/*
@media (min-width: 768px) {
	.container {
		max-width: 840px;
	}
}*/
.container-narrow > hr {
	margin: 30px 0;
}

.jumbotron {
	margin: 5px 0;
	text-align: center;
	background-color:#ffffff;
}
.jumbotron h1 {
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}
/*
@media screen and (min-width: 768px) {
	.header,.marketing,.footer {
		padding-left: 0;
		padding-right: 0;
	}
	.header {
		margin-bottom: 5px;
	}
	.jumbotron {
		border-bottom: 0;
	}
}*/
#helpInfo {
	margin-bottom: 15px;
}
#accountSubnav {
	margin-bottom: 15px;
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
h4{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
.message {
	color: #FF0000;
}
table.tablesorter thead tr .header {
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.gif);
}
