html, body {
    height: 100%;
}

body{
    background-image: url(../img/bg/default.png);
}

#sb-site{
    min-height: 100%;
}

.boxed{
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.mainBody{
    flex: 1 0 auto;
}

.mainFooter{
    flex: 0 0 auto;
}

#useful-phones-table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#useful-phones-table>thead{
    padding: 40px 0;
    color: #fff;
}

#useful-phones-table>thead th{
    padding: 8px;
}

#useful-phones-table>thead a{
    padding: 40px 0;
    /*color: #fff;*/
}

#useful-phones-table td{
    padding: 8px!important;
}

#useful-phones-table tr:hover:nth-child(n+2){
    background-color: #f0f0f0;
}

#meter-captcha-image{
    border: 1px #eee solid;
}

.news-header{
    height: 80px;
    margin-top:10px;
}

.siteLogo {
    max-height: 32px;
}

.home-sliderImg {
    width: 100%;
}

.stdBackground{
    background: #0099da;
}

.stdBackground a{
    color: white;
}