body{
    font-family:Calibri, Trebuchet MS, Arial, tahoma, verdana, sans-serif ;
}
a{
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
.row{
    box-sizing: border-box;
}
.jumbotron{
    background: url("images/bg.jpg") no-repeat #007ed2;
    background-size: cover;
    padding: 20px 0;
    color: #ffffff;
    border-bottom: 3px solid #ffa200;
    line-height: 150%;
}
.jumbotron p{
    font-size: 18px;
}
p.load{
    font-size: 20px;
}
.jumbotron h1{
    font-size: 20px;
    font-weight: normal;
}
.wrap{
    max-width: 1000px;
    margin: 0 auto;
}
.wrap a img{
    height: 28px;
    width: 28px;
}
p.question{
    font-size: 36px;
    margin-bottom: 5px;
}
.wrap .row{
    margin-left: 30px;
    margin-top: 20px;
    margin-right: 0;
}
.wrap .col-md-6 img{
    margin: 0 auto;
}
.wrap .col-md-6 p span{
    font-size: 20px;
}
.container.body_container{
    max-width: 1000px;
}

.town {
    margin-top: 35px;
}

.town a{
    font-size: 20px;
    color: #037DD3;
    cursor: pointer;
    background: url(/images/other/arrow_large_right.png) right 6px no-repeat;
    padding-right: 20px;
    margin-top: 20px;
}
.town a:first-child{
    margin-top: 0;
}
.project{
    background: #e7fbe5;
}
.project a{
    color: #555;
    font-size: 18px;
}
.notown{
    background: #ecf3f7;
    margin-top: 20px;
}
.notown, .project{
    padding:5px 15px;
    border-radius: 5px;
}
.rating .col-md-4{
    font-size: 12px;
    padding-right: 5px;
}
.rating table{
    width: 100%;
}
.rating.row h4{
    padding-left: 10px;
}
.pages .btn{
    padding: 3px 6px 3px 6px;
    font-size: 10px;
    border-radius: 3px;
    color: #337ab7;
    text-decoration: none;
    margin-left: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn{
    float: none;
}
.pages{
    margin-left: -6px;
}
.rating td{
    padding-bottom: 15px;
}
td.cites {
    min-width: 94px;
}
footer{
    font-size: 13px;
    padding-bottom: 40px;
}
footer p{
    background:url(/images/icons/logo_gray.png) left top no-repeat;
    padding-left:75px;
}
.links{
    padding-left: 75px;
}
.links a:first-child{
    background: url(/images/other/statistics.png) left top no-repeat;
}
.links a{
    padding-left: 20px;
    margin-left: -20px;
    color: #009aff;
    background: url(/images/other/settings2_16x16.gif) left top no-repeat;
}