﻿button {
		    width: 144px;
		    height: 64px;
		    background-color: #000000;
		    color: #ffffff;
		}

        body {
            font-family: sans-serif;
            background-color: #ff6600;
            overflow-y: scroll;
        }

        input, textarea, select {
            color: #ffffff;
            background-color: #000000;
        }
        
        textarea {
            min-height: 100px;
            min-width: 260px;
            max-width: 95%;
        }

        input, select {
            max-width: 120px;
            max-height: 22.4px;
        }

        div.nav {
	        text-align: center;
	        margin-left: auto;
	        margin-right: auto;
	        margin-bottom: 3em;
	        margin-top: 1em;
}

        select {
            min-width: 144px;
            height: 32px;
            font-size:24px;
        }

        .checkbox{
            -ms-transform: scale(2); /* IE */
            -moz-transform: scale(2); /* FF */
            -webkit-transform: scale(2); /* Safari and Chrome */
            -o-transform: scale(2); /* Opera */
            margin-left: 40%;
            margin-right: 40%;
            margin-bottom: 10px;
        }

.column {
    float: left;
    width: 33.33%;
}

.bigtext {
    font-size: 36px;
}

.centertext {
    text-align: center;
}

.smalltext {
    font-size: 12px;
}

.statroll {
    width: 20px;
    display: inline-block;
}

.characterselect {
    max-height: 48px;
    max-width: 80%;
}

.shortbutton {
    height: 32px;
}

.righttext {
    text-align: right;
}

.checkboxcontainer {
    display: inline-block; 

}

.margintop {
    margin-top: 10px;
}