body {
    font-size: 13px;
}

#page {
    padding-top: 60px;
}

@media (max-width: 979px) {
	#page {
		padding-top: 0px;
	}
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
 
::-webkit-scrollbar-track {
    border: 1px solid #dddddd;
}
 
::-webkit-scrollbar-thumb {
    background: #bbbbbb;
	opacity: 0.7;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaaaaa;
	opacity: 0.9;
}


@media only screen and (max-width: 767px) {
	
	/* Force table to not be like tables anymore */
	table.table-responsive table, 
	table.table-responsive thead, 
	table.table-responsive tbody, 
	table.table-responsive th, 
	table.table-responsive td, 
	table.table-responsive tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	table.table-responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table.table-responsive tr { border: 1px solid #ccc; }
 
	table.table-responsive td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	table.table-responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	table.table-responsive td:before { content: attr(data-label); }
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar .brand {
    font-size: 30px;
}

h1 {
    font-size: 1.6em;
    line-height: initial;
}

h2 {
    font-size: 1.4em;
    line-height: initial;
}

h3, h4 {
    color: #006DB0;
    font-size: 1.1em;
    line-height: initial;
}

h5, h6 {
    color: #1D1D1B;
    font-size: 1.1em;
    line-height: initial;
}

p, span {
    color: #0C0C0C;
    font-size: 1em;
}

.navbar .nav > li > a {
    font-size: 1.3em;
    background-color: #FFC800;
    color: #006DB0;
    text-shadow: none;
}

.navbar .nav > li > a:hover {
    font-size: 1.3em;
    background-color: #006DB0;
    color: #FFF;
}

.page-header {
    padding-bottom: 0;
}