@charset "utf-8";
/* CSS Document */

h1, h2, h3 { color: #000; }

body {background-color: #f5f5f5; }

.navbar {border-radius: none; }

.tabbing.navbar-default {
	background-color: #f5f5f5;
	border: none;
	border-bottom: solid 2px;
	border-bottom-color: #000;
}

.panel-collapse .note_panel .collaps .in {
	background-color: #f9f9f9;
}

.upper-record-details {
	background-color: #f9f9f9;
}

#header .logo { height: 85px; }

#header .row {
      border-bottom: 0.25rem solid #000;
      background-color: #000;
}

#header .row h1 {
	margin-top: 2rem;
	font-family: "Roboto Slab", serif;
	color: white;
}

#header .row h1 a {
	color: white;
}

#header a {color: #ffcd00; }

.h1 {color: #ffcd00; }


/* adding some overwriting <span> styles */
.em {font-style: italic;}
.extref {font-weight: bold; }
.blockquote {display:block; }


.center-block {max-width: 94%; }

.btn-primary {
    color: #ffcd00;
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
	 color: #000;
	 background-color: #ffcd00;
	 border-color: #ffcd00;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}
