body {
    font: 16px/1.5 "Courier New", Arial, sans-serif
}

body,
a {
    color: #222;
    margin: 0;
    padding: 0
}

.wrapper {
    margin: 0 auto;
    max-width: 600px
}

section {
    margin: 0 0 25px
}

header {
    text-align: center
}

header a {
    text-decoration: none !important
}

header img {
    padding: 2%;
    height: auto;
    width: 96%
}

@media only screen and (min-width: 360px) {
    header img {
        padding: 0;
        width: 360px
    }
}

div#content {
    margin: 5px
}

p {
    text-align: justify
}

h3,
p {
    padding: 0 0 10px;
    margin: 10px 0 0
}

h3 {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 0
}

code {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    padding: 0
}

code.red {
    color: #f15a24
}

code.quoted:before {
    content: '`'
}

code.quoted:after {
    content: '`'
}

pre {
    background: #fff;
    border: 1px solid #d8d8d8;
    display: block;
    font-size: 13px;
    margin-bottom: 2em;
    padding: 1em;
    white-space: normal
}

code a#response_text {
    text-decoration: none
}

code.request:hover {
    cursor: pointer
}

code.request a:hover {
    text-decoration: underline
}

code.request.get:before {
    color: #f15a24;
    content: 'GET '
}

blockquote {
    text-align: justify;
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019"
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}

blockquote p {
    display: inline
}

footer:before {
    content: '';
    position: relative;
    bottom: -60px;
    display: inline-block;
    background-image: url("mario.gif");
    height: 150px;
    width: 150px
}

footer {
    margin: 5em 0 10em;
    text-align: center
}

footer small {
    display: block;
    margin: 0 auto 6px;
    font-size: 10px;
    text-align: center;
    width: 300px;
    padding: 10px 0 0
}

footer small.disclaimer {
    border-top: 1px solid
}

footer .dance-baby-dance {
    display: block;
    width: 40px;
    height: 40px;
    margin: 5em auto;
    border-bottom: 1px solid
}

.btn {
    position: relative;
    height: 20px;
    padding: 6px 8px 5px 6px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #222;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 11px;
    text-decoration: none
}

.btn i {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat
}


.btn.homepage {
    padding: 5px
}


.btn .label {
    text-decoration: none;
    margin-left: 3px;
    white-space: nowrap
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

form#newsletter {
    width: 100%
}

#newsletter input {
    background: #fff;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    margin-bottom: 2em;
    padding: 2%;
    white-space: normal
}

#newsletter input[type=email] {
    width: 74%
}

#newsletter input[type=submit] {
    width: 20%
}

#newsletter input[type=submit]:hover {
    cursor: pointer
}