body {
    font-family: courier, Arial, sans-serif;
    font-size: 15px;
}

#main {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

h1 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: -3px;
    font-size: 36px;
}

h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

#main > h2 {
    margin-bottom: 10px;
}

.subhead {
    width: auto;
    text-align: center;
    clear: both;
    margin: 15px 10px 20px 10px;
    font-size: 18px;
}

.text {
    width: auto;
    text-align: center;
    clear: both;
    margin: 7px 0px;
}

.controls {
    width: 80%;
    clear: both;
    margin: 25px auto;
}

.control {
    width: 100%;
    height: auto;
    clear: both;
    margin: 15px 0;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
}

.control label {
    display: block;
}

label.smaller {
    font-size: 13px;
}

.control a {
    text-decoration: none;
    font-style: italic;
    color: #000;
}

.control a:hover {
    color: #646464;
}

.control a.button, .control input.button, div.button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    background-color: #ededed;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
    width: 140px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
}

.control a.half.button, .control input.half.button {
    display: inline-block;
    width: 70px;
}

.control a.button:hover, .control input.button:hover, div.button:hover {
    background-color: #dfdfdf;
}

.control a.button:active, .control input.button:active {
}

span.u {
    text-decoration: underline;
}

input[type="text"],input[type="email"],input[type="password"] {
    width: 70%;
    height: 22px;
    font-size: 15px;
    font-family: courier;
}

input[name="zip"] {
    width: 120px;
}

.noone {
    margin-top: 15px !important;
    text-align: left;
}

textarea {
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

.control img {
    max-width: 100%;
    max-height: 70vh;
}

img {
    image-orientation: from-image;
}

form#create .create {
    line-height: 2;
}

#main h1 {
    font-weight: normal;
}

div.button.fileinput, .button.sm {
    text-align: center;
    cursor: pointer;
    /*width: 90px !important;*/
    height: 30px;
}

#filename {
    width: 65%;
    float: left;
    display: inline-block;
    padding-left: 5px;
    font-size: 15px;
}

#image {
    display: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

select {
    font-size: 15px;
    font-family: courier, Arial, sans-serif;
}

.keep, .toss {
    width: 45%;
    display: inline;
    clear: none;
    margin: 0;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
}

input, select, textarea {
    border: 1px solid rgba(133, 133, 133, 0.81);
    margin-top: 3px;
    margin-bottom: 3px;
}

input[name=zip], textarea[name=feedback] {
    font-size: 15px;
    font-family: courier, Arial, sans-serif;}

input[name="description[]"], input[name="feedback[]"] {
    width: 116px;
    font-size: 15px;
    font-family: courier, Arial, sans-serif;
}

ul {
    width: 100%;
    list-style-type: circle;
    margin: 10px 0 0 0;
    padding: 0;
}

li {
    display: inline-block;
    text-align: center;
    width: 48%;
    font-size: 15px;
    font-family: courier, Arial, sans-serif;
}

ul li:before {
    content: "";
}

.nobox {
    margin-left: 0;
    margin-right: 0;
}

.skinny {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.full {
    width: 100% !important;
}

.bold {
    font-weight: 600;
}

.link {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px;
    word-break: break-all;
}


table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

th {
    text-align: left;
    background: #fff;
}

th.amount {
    text-align: right;
}

td.date {
    width: 198px;
    vertical-align: top;
    text-align: left;
}

td.datetime {
    width: 99px;
    vertical-align: top;
    text-align: left;
}

td.amount {
    text-align: right;
    width: 100px;
    padding-left: 10px;
}

td.email {
    word-break: break-all;
    width: 100%;
}

table.altrows tr:nth-of-type(n), table.altrows2 tr:nth-of-type(n-1) {
    background: #ededed;
}

table.altrows tr:nth-of-type(2n), table.altrows2 tr:nth-of-type(2n-1) {
    background: #d8d8d8;
}

table.altrows2 tr:nth-of-type(2n), table.altrows2 tr:nth-of-type(2n-1) {
    background: #ededed;
}

table.altrows2 tr:nth-of-type(4n), table.altrows2 tr:nth-of-type(4n-1) {
    background: #d8d8d8;
}