/* @override 
	https://boys-brigade.sanctusmedia.net/assets/css/bb.css
	https://boys-brigade.sanctusmedia.net/assets/css/bb.css?* */

p, tr, td, th, ul, li, a {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	text-decoration: none;
}

.bb_blue {
	color: hsla(220, 52%, 35%, 1.00) ;
}

h1, h2, h3, h4, h5 {
	font-family: "futura-pt-bold", sans-serif;
	font-weight: 700;
	color: hsla(220, 52%, 35%, 1.00) ;
}

header {
	background-color: hsla(226, 33%, 18%, 1.00);
	display: flex;
	align-items: center;
}

header .logo {
	height: 75px;
	margin: 22px 0px;
}

header a {
	color: white;
	opacity: 0.8;
}

header .mid-blue-bar {
	background-color: hsla(220, 53%, 36%, 1.00);
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.0em;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
}

.btn {
	background-color: hsla(220, 53%, 36%, 1.00);
	color: white;
	opacity: 1.0;
	font-weight: 600;
	margin-right: 30px;
	font-size: 16px;
}

.top-link {
	margin-right: 20px;
	font-weight: 600;
	margin-left: 1em;
}







footer {
	background-color: hsla(225, 30%, 26%, 1.00);
	padding: 33px;
	color: hsla(0, 0%, 100%, 1.00);
}

footer img.logo {
	height: 75px;
}

footer a {
	color: hsla(0, 0%, 100%, 1.00);
}

footer h2 {
	color: white;
	font-size: 1.3em;
}

footer .footer_social {
	padding-top: 64px;
	/*display: flex;*/
	/*align-items: flex-end;*/
}

footer .footer_social a  {
	width: 26px;
	display: inline-block;
	margin:  0px 10px 0px 0px;
	fill: #fff !important;
}

footer .terms {
	padding-top:  20px;
	color: hsla(225, 11%, 48%, 1.00);
	font-size: 11px;
	text-align: center;
	line-height: 1.3em;
}
footer .terms a {
	color: hsla(225, 11%, 48%, 1.00);
}

footer .terms a:hover {
	color:  #eee;
}


/* 
 * CURRENT LIVE DEBATE
 */
 
.table table td {
	padding: 15px 10px;
}

.title {
	
}

.title h1.page-heading {
	font-size: 2.3em;
	margin: 0px;
	padding: 0px;
}

.title p#link-status {
	margin: 0px;
}

.title p#link-status a {
	font-size: 1.0em;
	margin: 0px;
	padding: 4px 15px;
	border-radius: 8px;
	color: white;
	white-space: nowrap;
}

.title p#link-status.connected a {	
	background-color: hsla(161, 38%, 47%, 1.00);
}
 
.title p#link-status.disconnected a {
	background-color: hsla(1, 52%, 52%, 1.00);
} 

.btn.vote_btn {
	margin-right: 0px;
}

.vote_btn {
	min-width: 110px;	
}
	
.btn_no_display { display: none; }

.btn.green.inverted {
	background-color: hsla(161, 38%, 47%, 1.00);
	padding: 4px 8px;
	color: #fff;
	border-radius: 4px;
	/*width: 120px;*/
	display: inline-block;
	margin-bottom: 0.5em;
}

.btn.red.inverted {
	background-color: hsla(1, 52%, 52%, 1.00);
	padding: 4px 8px;
	color: #fff;
	border-radius: 4px;
	/*width: 120px;*/
	display: inline-block;
}

.status-Hidden {
	display: none;
}

table .action_col {
	text-align:right;
	width: 160px;
}


#alt_picker {
	background-color: hsla(49, 92%, 65%, 1.00);
	padding: 10px 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	color: hsla(220, 52%, 35%, 1.00);
	font-weight: 600;
}

#alt_picker_select {
	max-width: 300px;
	/*margin: 0px auto;*/
}















