html {
    height: 100%;
}
body {
    margin: auto;
    line-height: 26px;
    color: #222;
    height: 100%;
    font-size: 19px;
    font-family: times, serif;
    vertical-align: center;
    background: #f6f5f4;
}
h1 {
    font-size: 32px;
    margin-top: 7px;
    margin-bottom: 31px;
    font-family: sans-serif;
}
h1.summary {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: sans-serif;
}
h2 {
    font-size: 20px;
    margin-top: 38px;
    margin-bottom: 15px;
    font-family: sans-serif;
}
p {
    margin-top: 13px;
    margin-bottom: 13px;
}
a {
    color: #1a5fb4;
}
a.external {
    background: url('../images/external-link.png') no-repeat;
    background-position: right center;
    padding-right: 18px;
}
article img {
    border: 1px solid #bbb;
}
div.image {
    color: #333;
    font-family: arial, sans-serif;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 26px;
}
footer {
    padding: 12px;
    padding-bottom: 13px;
    clear: both;
    vertical-align: middle;
    background: rgba(0,0,0,0.15);
    text-align: center;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer a {
    color: #000;
}
footer a.external {
    background: url('../images/external-link-black.png') no-repeat;
    background-position: right center;
    padding-right: 18px;
}
div.setzer {
    margin: auto;
}
div.setzer div.header {
    text-align: center;
}
div.setzer img.icon {
    margin-top: 65px;
    padding-left: 9px;
    margin-bottom: 7px;
}
div.setzer h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}
div.setzer h2 {
    margin-top: 38px;
    margin-bottom: 14px;
}
div.setzer p.tagline {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 30px;
}
div.setzer p.download {
    margin-top: 0px;
    margin-bottom: 39px;
    line-height: 30px;
}
div.setzer div.text {
    margin: auto;
    width: 700px;
    clear: both;
    padding-bottom: 98px;
}
div.setzer-carousel {
    margin: auto;
    width: 960px;
    clear: both;
    height: 535px;
    position: relative;
}
span.carousel-target {
    display: none;
}
div.setzer-carousel div.carousel-item {
    width: 960px;
    display: none;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f5f4;
}
div.setzer-carousel #carousel-item1 {
    display: block;
    z-index: 1;
}
div.setzer-carousel #carousel-target1:target ~ #carousel-item1 {
    display: block;
    z-index: 2;
}
div.setzer-carousel #carousel-target2:target ~ #carousel-item2 {
    display: block;
    z-index: 2;
}
div.setzer-carousel #carousel-target3:target ~ #carousel-item3 {
    display: block;
    z-index: 2;
}
div.setzer-carousel #carousel-target4:target ~ #carousel-item4 {
    display: block;
    z-index: 2;
}
div.setzer-carousel a.carousel-link-left {
    float: left;
    display: block;
    width: 15px;
    height: 23px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 1px;
    margin-top: 232px;
    outline: none;
}
div.setzer-carousel a.carousel-link-right {
    float: right;
    display: block;
    width: 15px;
    height: 23px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 1px;
    padding-left: 2px;
    margin-top: 232px;
    outline: none;
}
div.setzer-carousel div.carousel-item img.screenshot {
    margin-left: 40px;
    display: block;
}
div.setzer-carousel div.carousel-item p {
    margin-left: 130px;
    margin-top: 2px;
    font-style: italic;
    color: #777;
}
