﻿* {
    box-sizing: border-box;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #252525;
    color: #000;
    min-height: 100%;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;
}

input[type="submit"] {
    background: #5e881e;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    border: none;
    display: inline-block;
    width: 100%;
}

.formWrapper {
    margin: 20px 0;
}

.buttonWrapper {
    text-align: center;
}

    .buttonWrapper div {
        width: 40%;
        display: inline-block;
    }

    .buttonWrapper form {
        width: 100%;
        display: inline-block;
    }

    .buttonWrapper .formButtonLeft {
        display: inline-block;
    }

.stdButton {
    width: 100%;
}

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-bottom {
    margin-bottom: 0;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding: 20px 10px;
}

    .body-content p {
        text-align: left;
        margin: 0;
    }

        .body-content p + p {
            margin: 0 0 10px 0;
        }

    .body-content h2 {
        margin-top: 0;
        text-align: center;
    }

#player {
    width: 100%;
}

​ #bullets ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

ul {
    padding: 0;
}

#bullets ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

#bullets div {
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #ccc;
}

    #bullets div.current {
        background: #eee;
    }


.wrapper {
    overflow: hidden;
}

.wrapperLeft {
    float: left;
    height: 100%; 
    vertical-align: middle;
}

.wrapperRight {
    font-size: 40px;
    padding: 0 10px;
    float: left;
    overflow: hidden;
    line-height: 40px;
}

.clearfix {
    height: 0;
    overflow: hidden;
    clear: both;
}

input[type="submit"]:disabled {
    background: red;
}

ul {
    list-style-type: none;
}

.margin-top-20 {
    margin-top: 20px;
}

.msg {
    text-align: left;
}

.nolist li {
    list-style-type: none;
}

textarea {
    font-size: 18px;
}
a {
    color: white;
}