.two-col-layout-table {
    display: flex;
}

.two-col-layout-right {
    margin: 3px 12px;
    width: 715px; 
}

.two-col-layout-left {
    width: 230px;
}

.two-col-layout-left form {
    display: block;
    width: 95%;
}

.two-col-layout-left form p {
  text-indent: 0;
}

#top-banner-home {
    background-image: url('/images/e-cfrgovinfo.jpg');
    height: 155px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#wrapper {
    width: auto;
    max-width: 994px;
}

@media only screen and (max-width: 994px) {
    .two-col-layout-table {
        flex-direction: column-reverse;
    }
    .two-col-layout-right,
    .two-col-layout-left {
        width: calc(100% - 20px);
        padding: 0;
        margin: 0 10px;
    }
    .two-col-layout-left p {
        font-size: 1.5em;
        margin: 0;
        padding: 5px 0;
    }
    .gpogovinfo a {
        display: inline-block;
        padding: 7px 0;
    }
    table[width="480"],
    table[width="90"],
    table[width="294"],
    table[width="354"],
    table[width="498"],
    table[width="498px"] {
        width: auto;
    }
    table[width="480"] {
        max-width: 480px;
    }
    img[width="480"] {
        width: 100%;
    }

    p {
      word-break: break-word;
    }

    .two-col-layout-right > img {
        max-width: 100%;
    }

    .two-col-layout-right > a {
        display: inline-block;
        padding: 0.5em 0;
        font-size: 1.2em;
    }
}
