﻿body {
    font-family: verdana;
}

.citat {
    font-style: italic;
    background-color: lightblue;
}

.ingress {
    color: gray;
}

.alert-info {
    color: #ffffff;
    background-color: #6679BB;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}