<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : 20.07.2015, 17:05:16
    Author     : robert.schnabel
*/

h1, h2, h3, h4, h5{
    margin: 10px 0 !important;
}

img{
    height:auto;
}


a.more_info{
    margin:10px 0;
    padding:5px;
    width:100%;
    background:#999;
    color:#fff;
    display:block;
    text-decoration:none;
    text-align:center;
    border:0px !important;
    
    &amp;:hover{
        background:#ccc;
    }
}

</pre></body></html>