html, body {
    padding-bottom: 100px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 16px;
}
.title {
    margin-top: 50px;
    font-size: 72px;
}
.options {
    margin: 25px 0 35px 0;
}
.btn {
    width: 150px;
}
.description {
    margin-bottom: 35px;
}
pre {
    font-size: 14px;
}
.options-table {
    font-size: 14px;
}
.more-info {
    margin-top: 35px;
    padding: 10px;
}
.animatecss-link,.animatecss-link:hover{
    color: #F35625;
}
.box {
    height: 150px;
}
.red {
    background-color: red;
}
.green {
    background-color: green;
}
.blue {
    background-color: blue;
}
.custom-classes {
    margin-top: 35px;
    margin-bottom: 35px;
}
.small-box{
    padding: 15px;
    color: yellow;
}
.fast {
    -moz-animation-duration: 1s;
    -moz-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
}
.slow {
    -moz-animation-duration: 3s;
    -moz-animation-delay: 1s;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 1s;
}
.reallyslow {
    -moz-animation-duration: 6s;
    -moz-animation-delay: 3s;
    -webkit-animation-duration: 6s;
    -webkit-animation-delay: 3s;
}
.conclusion {
    margin-top: 50px;
}