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

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

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

.content {
    padding: 0px 10px;
}

.row.mast {
    
}

.row.desktop {

}

.mast .logo {
    width: 100%;
    min-height: 50px;
    background-image: url("../assets/template/hyltebjerggaard_375.png");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

.program table {
    display: none;
}

img, td img {
    width: 100%;
}

@media only screen
and (orientation : portrait) {
    .content p {
        font-size: 115%;
    }

    table {
        max-width: 320px;
	margin: 0px auto;
    }
    td {
    }
    td img {
        max-width: 175px;
    }

    td p {
        font-size: 1em;
    }
}

#subNavObj {
    padding: 5px;
}

.hamburger {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
    height: 30px;
    float: right;
    right: 10px;
    padding-left: 5px;
    text-indent: -9999px;
    overflow: hidden;
    background: #fff url("../assets/template/hamburger.png") no-repeat 50% ;
    background-position: center center;
    cursor: pointer;
}


@media screen and (max-width: 768px) and (min-width: 481px) {

}


@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) {
    .hamburger {
        background-image: url("../assets/template/hamburger-retina.png");
        -webkit-background-size: 100px 100px;
        -moz-background-size: 100px 100px;
        -o-background-size: 100px 100px;
        background-size: 100px 100px;
    }
}

