

@media screen and (max-width: 650px) {
.container-table-scroll{
overflow-x: scroll;
}
}
@media only screen 
and (min-device-width : 250px) 
and (max-device-width : 750px) {

body, h1, h2, h3, h4, h5, a, p, body .qbutton, body span{
font-family: Arial, sans-serif;
}
}

body.home .transparent_content .full_width{
background-color:#fff;
}

body.page-template-blog-split-column .qbutton{
color: #ffffff;
    background-color: #224080;
    border-color: #224080;
}
body.page-template-blog-split-column .qbutton:not(.white):hover{
    color: rgba(65,74,59,0.7);
border-color: #a6a7a3;
background-color: #ffffff;
}