#header{
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 99999
}
.main-content{
	margin-top: 80px;
}

#footer-outer{
	background: #333
}
table{
	font-size: 12px;
}

.panel{
	border-radius: 0!important
}

.panelIcon{
	top: -17px;
	position: relative;
}
#questionList .form-group{
	margin-bottom: 0
}

/* TABLE */
.filter-table .quick { margin-left: 0.5em; font-size: 0.8em; text-decoration: none; }
.fitler-table .quick:hover { text-decoration: underline; }
td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }

.top-buffer { margin-top:20px; }

.docTable>tbody>tr>td{
	vertical-align: middle!important;
}


.betaHead{
	display: block;
	padding: 15px 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #0275d8;
	margin-top: -100px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}
