#qa-nav .nav > li > a {
	color: white;
	text-shadow: 0 1px 0 #303030;
}
#qa-nav .brand {
	color: white;
	text-shadow: 0 1px 0 #303030;
    font-size: 1.4em;
}
#qa-nav .nav > li {
	margin-top: 13px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
#qa-nav .nav > li.active a {
	background-color: #0094D8;
	color: white;
}
#qa-nav .navbar-inner {

    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
	border-radius: 0;
	background: none;
	filter: none;
    box-shadow: none;
}
#qa-nav {
	background: rgb(56,69,76);
	background: -moz-linear-gradient(top,  rgb(56,69,76) 0%, rgb(29,31,40) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(56,69,76)), color-stop(100%,rgb(29,31,40)));
	background: -webkit-linear-gradient(top,  rgb(56,69,76) 0%,rgb(29,31,40) 100%);
	background: -o-linear-gradient(top,  rgb(56,69,76) 0%,rgb(29,31,40) 100%);
	background: -ms-linear-gradient(top,  rgb(56,69,76) 0%,rgb(29,31,40) 100%);
	background: linear-gradient(to bottom,  rgb(56,69,76) 0%,rgb(29,31,40) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38454c', endColorstr='#1d1f28',GradientType=0 );

}
.table-dense td {
    padding: 0.3em;
}
.dropdown-menu {
    border-radius: 0 !important;
}
.btn, .btn-group > .btn {
    border-radius: 0 !important;
}
.page-header h1 {
    text-shadow: 1px 1px 1px #909090;
}
.text-large {
    font-size: 1.3em;
}
.text-bold {
    font-weight: bold;
}

.stat-pane {
    border-left: 1px solid gold;
    border-right: 1px solid gold;
    border-bottom: 1px solid gold;
    width: 100%;
}

.stat-pane tr {
    color: #372700;
    padding: 1px;
    font-size: 1.3em;
    margin-bottom: 0.3em;
}
.stat-pane td {
    font-weight: bold;
    text-align: center;
}
.stat-pane th {
    text-align: right;
    font-weight: normal;
    background-color: #ffefa9;
}
.stat-pane th, .stat-pane td {
    width: 49%;
    border-top: 1px solid gold;
}
.stat-pane th small {
    text-transform: uppercase;
    font-size: 0.6em;
}
.progress .bar {
    color: #202020;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.clickable {
    cursor: pointer;
}