﻿@media only screen and (max-width: 650px) {

    #content {
        margin-top: -50px !important;
    }

    b, strong {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }
}