/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 27, 2015, 9:47:03 AM
    Author     : Sergey
*/

@media (min-width: 992px){
    #content {
        position: relative;
        padding: 0 114px;
    }
}
@media (min-width: 1200px){
    #content {        
        position: relative;
        padding: 0 214px;
    }    
}

#eh-buttons{
    margin-top: 40px;
}