<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.01.2014, 21:00:47
    Author     : bausen
*/

body {
    background-color: #fff;
}

@media (max-width: 768px) {
    body {
        padding: 10px 20px 20px 20px;
        color: #555;
    }
}

@media (min-width: 768px) {
    body {
        padding: 30px 30px;
        color: #555;
    }
}

a, a:hover {
    color: #285e8e;
    text-decoration: none;
}

h1 {
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: -5px;
    border-bottom: 2px solid #ccc;
}

h3 {
    color: #333333;
}

#content p.heading {
    margin-top: 0px;
    font-weight: bold;
    color: #555;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
}

#content p {
    margin-top: -5px;
}
</pre></body></html>