/*
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 : 21.08.2015, 10:23:27
    Author     : liebsche
*/

p {
    margin-bottom: 0.7rem;
}

h4 {
   color: var(--main-color);
   margin-bottom: 0.5rem;
}

a {
   /*font-weight: bold;*/
   color: var(--main-color);
   padding: 0.1rem;
   text-decoration: none;
   border-bottom: 1px dotted var(--main-color);
}
a:hover,
a:focus,
a:active {
   background-color: var(--main-color);
   color: white;
}
