
body {
	background: #fff;
}

a {
/*color: #5d7c9c;*/
color: #3c8adb;
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
/*font-size: 14px;*/
font-weight: 400;
line-height: 1.471;
text-decoration: underline;
}
strong a {
/*color: #5d7c9c;*/
color: #3c8adb;
font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
/*font-size: 14px;*/
font-weight: bold;
line-height: 1.471;
text-decoration: underline;
}

a:hover {
	color: #23527c;
	text-decoration: underline;
}

h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 18px;
}

.navbar-header {
	background-color: #f8f8f8;
}

.navbar-brand {
	color: #515356 !important;
}
/*
x_panel {
	height: auto;
}
*/
footer {
    margin-left: 0;
    margin-top: -70px;
}

.nav.navbar-nav > li > a:hover {
    background-color: #eeeeee !important;
}

.x_title {
    border: none;
}
.x_title h2 {
    width: 90%;
    color: #26B99A;
    font-size: 18px;
}

.x_panel {
    margin-top: 20px; /*70px;*/
}
@media (max-width: 768px) {
	.x_panel {
    	margin-top: 57px;
	}
}
    
.ui-ribbon-container .ui-ribbon {
	font-size: 12px;
}

.navbar-nav > li {
	margin-right: 5px;
}