﻿a.item.menutekstforkortelse {
    display: none !important;
}

div.outer {
    margin: 5px;
}

h1.header {
    font-size: 1.2em!important;
}

a {
    font-weight: bold!important;
    text-decoration: underline!important;
}


@media only screen and (min-width : 767px) and (max-width: 900px){
    a.item.menutekstforkortelse {
        display: inline-block !important;
    }

    a.item.menutekstfuld {
        display: none !important;
    }
}

@media only screen and (min-width : 500px) {
    div.outer {
        margin: 50px;
    }
    h1.header {
        font-size: 2em!important;
    }
}

