* {font-family: 'Open Sans', sans-serif!important;outline: none;}
.fa {font-family: FontAwesome!important;}

body {
    min-width: 489px;
	background-color: #eee;
	font: 13px/1.4 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
}

#wrap > .container {
	padding: 5px;
    margin: 60px auto 71px auto;
    font: 14px 'Open Sans', sans-serif;
    line-height: 20px;
    color: #333;
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.27);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.27);
	box-shadow: 0 0 6px rgba(0,0,0,0.27);
	border-radius: 2px;
	/*ooverflow: auto;
	verflow-y: hidden;*/
	min-width: 489px;
}

a {
	text-decoration: none;
	color: #777;
}

a:hover {color: #333;}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default {
    background: #eaeaea;
    background: -moz-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
    background: -webkit-linear-gradient(top, #eaeaea 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #eaeaea 0%, #f8f8f8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f8f8f8', GradientType=0);
    border-color: #e7e7e7;
    height: 50px;
}

.navbar-brand {
    color: #777;
    float: left;
    height: 50px;
    line-height: 20px;
    padding: 15px 15px;
    font: 15px 'Open Sans', sans-serif;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.container {
    width: 590px;
    margin-right: auto;
    margin-left: auto;
}

.container .credit {
    margin: 20px 0;
}

h2 {margin-left: 25px}

#footer {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    border-top: 1px solid #e2e2e2;
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #eaeaea 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
    z-index: 1001;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

#footer > .container > a {
    position: relative;
    float: right;
    top: 15px;
}

.text-muted {
    color: #777;
}

.text-muted a {
    color: #005E81;
}

