body {
    background: #000;
    font: 13px 'Lucida sans', Arial, Helvetica;
    color: #eee;
    text-align: center;
}

a {
    color: #ccc;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

#main-content {
    max-width: 900px;
    margin: 0 auto;
}

.top img {
    max-width: 100px;
}

.form-wrapper {
    width: 300px;
    padding: 15px;
    margin: 0 auto;
    background: #003;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.form-wrapper input {
    width: 165px;
    height: 20px;
    padding: 10px 5px;
    float: left;
    font: 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #be0808;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    outline: none;
}

.form-wrapper button:hover {
    background: #be0808;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #be0808;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #be0808 transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #be0808;
}

.form-wrapper button:focus:before {
    border-right-color: #be0808;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.byline p {
    text-align: center;
    color: #ffffff;
    font: bold 18px Arial, Helvetica, Sans-serif;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
}

.byline p a, .byline p b {
    color: #be0808;
    text-decoration: none;
}

#result ul {
    list-style: none;
    border: 3px solid #cecece;
    border-radius: 15px;
    margin: 0;
    padding: 20px;
    background: white;
    color: #000;
}

#result ul li {
    border-bottom: 1px solid #cecece;
    margin-top: 10px;
}

#result ul li:first-child {
    margin: 0px;
}

#result ul li:last-child {
    border: none;
}

#result ul li a {
    color: #000;
}

#result ul li a img {
    margin-top: 10px;
}

#result pre {
    list-style: none;
    border: 3px solid #cecece;
    border-radius: 15px;
    margin: 0;
    padding: 20px;
    background: white;
    color: #000;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#main-content {
    display: table-cell;
    vertical-align: middle;
}