﻿@media only screen and (max-width: 1010px) {
    .body_spacer { width: 99%;margin-left: auto;margin-right: auto; }
}

@media only screen and (max-width: 600px) {
    .left { float: none; }
    .right { float: none; }

    div.width50, div.width55, div.width40 { width: 90%; }
    form { margin-bottom: 50px; }

    .blue-bg h2 { font-size:36px;line-height: 36px; }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
    .blue-bg h2 { font-size: 40px;line-height: 40px; }
}