/* 
    Created on : 19.2.2020
    Author     : Janne Mustonen
*/

h1 {
    color: #444;
    background-color: transparent;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 0;
}

#header h1{
    color: white;
    border: 0;
    font-size: 30px;
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}

li.active{
    background-color: f0ab00;
}

li.active a{
    color: white;
}

a.button2{
    background-color: lightgrey;
    border: 1px solid grey;
    padding: 4px 8px;
    text-decoration: none;
    color: black;
}

#body {
    margin: 0 15px 0 15px;
}

p.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

.flex{
    display: flex;
}

.template
{
    display: none;
}