.navbar-brand {
    padding-left: 20px;
    padding-top: 2px;
    padding-right: 20px;
    padding-bottom: 0px;
}

.navbar-brand img {
    height: 70px;
    padding-right: 20px;
}

body {
    padding-top: 53px;
    height: 100%;
}

div.offer {
    margin-bottom: 0px;
}

#headline {
    padding-top: 40px;
    padding-bottom: 40px;
}

#download {
    padding-top: 40px;
    padding-bottom: 40px;
}

#adminpack {
    padding-top: 40px;
    padding-bottom: 40px;
}

#support {
    padding-top: 50px;
    padding-bottom: 10px;
}

#saas {
    padding-top: 50px;
    padding-bottom: 10px;
}

#contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer {
    padding-top: 60px;
    padding-bottom: 20px;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

h5 {
    font-size: 24px;
}

section:nth-child(even) {
    background-color: #bdc3c7;
}

small, .small {
    line-height: 1.3;
}

.btn-group label {
    margin-right: 1px;
    margin-top: 1px;
}

.spacer {
    margin-top: 20px;
}

.recurly .field .placeholder {
    line-height: inherit;
}

.recurly .field input {
    font-size: 14px;
}

.btn-oss.active {
    background-color: #f1c40f;
}

span#recaptcha_privacy {
    display: none;
}

section.jobs {
    padding-top: 50px;
    padding-bottom: 40px;
}

.login-form {
    margin-top: 30px;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}