.editmaster-newMenuBarRight,
.editmaster-newMenuBar {
    display:none;
}

.tinynav {
    display: block;
    width: 100%;
}

.grid {
    margin: 0 auto;
    overflow: hidden;
    max-width: 662px;
    font-size: 1.2em;
}

.content article.col.gu1 {
    display: none;
}

.content article.col.gu10 {
    max-width: 622px;
}

.content {
    padding: 0px 10px;
}

.logo {
    padding-left: 10px;
    font-size: 1.5em;
}

img, td img {
    width: 100%;
}

@media screen
and (orientation : portrait) {
    p {
        font-size: 80%;
    }

    h5 {
        font-size: 100%; 
        letter-spacing: -.08em;
    }
}

p.strapline {
    font-size: .6em;
    font-style: italic;
}

@media screen and (orientation : landscape) {

    p {
        font-size: .6em;
    }

    p.strapline {
        font-size: .7em;
    }

    h5 {
        font-size: 140%; 
        letter-spacing: -.1em;
    }
}


@media screen and (max-width: 480px) {

}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

}

