body {
	display: none;
	font-family: 'Oxygen', sans-serif;
}
.navbar-brand>img {
	position: absolute;
	top: 10px;
}
.centerContent {
	margin: auto;
	max-width: 90%;
}
.btn-xlarge {
	padding: 18px 28px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 22px; //change this to your desired size
	line-height: normal;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
}
.btn-bottom {
	margin-bottom: 10px;
}
.stretch {
	width: 100%;
	font-size: 1em;
}

.emptyRow th {
			
	text-align:center;
}
#messageArea {
	color: red;
}
.jumbotron {
	background-color: #428bca;
	color: white;
	padding-bottom: 3em;
	padding-top: 2em;
}

.jumbotron h1 {
	text-shadow: #111111 0.1em 0.1em 0.2em;
}
fieldset {
    padding: 0;
    margin-bottom: 0.6em;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 19.5px;
    line-height: 36px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #B2B2B2;
}
.btn-custom {
	background-color: #E8870C;
	color: white;
	border: 1px solid #B8670A;
}
.btn-custom:hover, .btn-custom:active {
	background-color: #DA790A;
	color: white;
	border: 1px solid #884C07;
}

.specialist {
	text-align: center;
	padding: 0.3em;
	margin-bottom: 1em;
	color: black;
	
	height: auto;
	width: 17em;
	
	border: 1px inset #CCC;
	background-color: #C4DAEE;
	-moz-box-shadow:    inset 0 0 5px #333333;
   -webkit-box-shadow: inset 0 0 5px #333333;
   box-shadow:         inset 0 0 5px #333333;
}


.navbar-collapse.collapse {
        text-align: center; /* Set this */
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        font-weight:bold;
}
.navbar-nav {
    display:inline-block;
    float: none;
    margin: 0;
}