﻿@smartphones: ~"only screen and (max-width: 767px)";
@tablets: ~"only screen and (min-width: 768px) and (max-width: 959px)";

body {


    .bodyContainer{
        margin-top: 20px;
        padding:0;
    }

    .siteHeaderButtons{
                
        position:fixed;
        top:65px;
        right:335px;
        z-index: 850;
    }

}
