table.loginTable {
	margin: 10px 0;
}

table.loginTable td {
	padding: 2px;
	vertical-align: middle;
}

.navbar-default .navbar-text {
    font-weight: bold;
		font-size: 1.4em;
}

.wrapper {
	min-height: 300px;
}

.section {
	clear: both;
	margin-bottom: 10px;
}

.fgroup {
	clear: both;
	height: 40px;
	vertical-align: middle;
}

.fgroup label {
	line-height: 34px;
}

.tos {
	width: 100%;
	border: solid 1px #000;
	padding: 10px 0px;
	text-align: center;
}

.tos li {
	width: 30%;
}

#toResults {
	border: solid 1px #ccc;
	width: 98%;
	padding: 10px 10px;
	height: 150px;
	overflow-y: scroll;
}

#manageChecks {
	border: solid 1px #ccc;
	width: 98%;
	padding: 5px 5px 0;
	border-bottom: none;
}

#manageChecks ul {
	margin-bottom: 0;
}

#manageChecks ul a {
	text-decoration: underline;
}

#manageChecks ul li:last-child {
	margin-right: 5px;
}

ul.toResultsList li {
	width: 40%;
}

ul.toResultsList li.short {
	width: 5%;
}

ul.toResultsList li:first-child {
	width: 3%;
}

ul.toResultsList li:last-child {
	width: 11%;
}


#dues .row.header {
	font-weight: bold;
}

#dues .row label {
	font-weight: normal;
	line-height: 34px;
}

#dues .col-sm-2 {
	width: 10%;
}

#dues .buttons {
	margin: 10px 0;
}

#dues .buttons input{
	margin-left: 34px;
}