body {
    font-family: "myriad-pro", sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #DDEBFF;
}

#wrapper {
    display: block;
    width: 1080px;
    margin: auto;
}

table {
    line-height: 25px;
    border-collapse: collapse;
    margin-bottom: 40px;
    width: 100%;
    background-color: #FFEBD8;
    border: 1px solid #000000;
}

thead {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    vertical-align: bottom;
}

thead td {
    padding-bottom: 0;
    vertical-align: bottom;
    white-space: nowrap;
}

tbody.first {
    margin-top: -3px;
}

tbody.first tr.title td {
    padding-top: 0;
}

tr.title td {
    font-weight: bold;
    padding-top: 15px;
}

td {
    padding: 3px 13px;
    vertical-align: top;
}

td.even {
  background-color: rgba(0,0,0,0.05);
}

td.total, td.brochure, td.rate, td.term {
    text-align: right;
}

td.brochure {
    white-space: nowrap;
}

td.currency {
    text-align: center;
}

tr.even {
    background-color: rgba(0,0,0,0.05);
}

i {
    padding-left: 10px;
}

i.fa-exclamation {
    padding-right: 10px;
    padding-left: 0;
    color: #8D1835;
}

h1, .title {
    color: #8D1835
}

#info {
    margin-top: -30px;
}

p.key {
    font-size: 12px;
    display: inline;
}

p.key2 {
    font-size: 12px;
    margin-top: 0;
}

p.key2 i {
    padding: 0;
    width: 15px;
    text-align: center;
    color: #8D1835;
}

p.key2.news {
    margin-bottom: 0;
}

p.stamp {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 20px;
}

a {
    color: #8D1835;
}

#footer {
    text-align: center;
    margin-bottom: 25px;
}

#footer p {
    display: inline;
}

#footer p.impressum::after {
    content: " - ";
}