body {
    font: 18px/1.5em Arial, sans-serif;
    text-align: left;
    hyphens: auto;
}

h1, h2 {
    line-height: 1.3em;
}

.logga {
    background: #eee;
}

.logga a {
    color: #000;
    text-decoration: none;
}

iframe, img {
    max-width: 100%;
    height: auto;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

h1 a, h2 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    border-bottom: 1px dotted black;
}

blockquote {
    margin: 0;
    font-style: italic;
}

.vanster {
    width: 63%;
    float: left;
}

.hoger {
    width: 30%;
    margin-top: 20px;
    background: #eee;
    padding: 0;
    float: right;
}

ul, ol {
    padding-left: 1.25em;
}

@media screen and (max-width: 768px) {
    .vanster, .hoger {
        display: block;
        width: 100%;
        padding: 0;
        float: none;
    }
}