/* time.css */

body {
    /*background-color: #a7cfd4;*/
    background-image: url('images/diamondplate2.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;   
    text-align: center;
    margin: 0 auto;    /* Required in order to get table centered in ALL browsers */
    /*width: 100%;*/
    max-width: 100%;
}
body.mobile {
    font-size:  75px;
    height: 100%;
    margin-left: 2%;
    margin-right: 2%;
}
body.desktop {
    font-size: 20px;
    height: 100%;
    margin-left: 20%;
    margin-right: 20%;
}
table, form {
    width: 100%;
    text-align: center;
    text-align: -moz-center;
    vertical-align: middle;
    /*background-color: #87cfd4;*/
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(135, 207, 212);
    /* RGBa with 0.8 opacity */
    background: rgba(135, 207, 212, 0.8);

    margin: 0 auto;    /* Required in order to get table centered in ALL browsers */
}
span {
    padding: 0px;
    width:100%;
}
textarea {
    text-align: left;
    vertical-align: top;
    font-size: 70%;
    color: navy;
}
.mobile {
    font-size: 0.6em;
    color: navy;
}
input[type="radio"].mobile {
    height: 1em;
    width: 1em; 
}

input[type="checkbox"].mobile {
    height: 1em;
    width: 1em;
}

button.mobile {
    padding: 0px 30px 5px 30px;   /* top right bottom left */
}
button.mobile.username {
    min-width: 65%;
    max-width: 75%;
}
button.desktop.username {
    padding: 0px 30px 5px 30px;
    min-width: 35%;
    max-width: 50%;
}
.desktop {
    font-size: 80%;
    color: navy;
}
.desc {
    font-size: 70%;
    padding-left: 20px;
    border-bottom: 3px groove navy;
}
.date {
    text-align: left;
    font-size: 80%;
}
td {
    color: navy;
    text-align: left;
}
td.nav {
    text-align: center;
}
th {
    color: navy;
    border-bottom: 3px groove #9FB2C9;
    font-size: 0.7em;
}
a:link, a:active, a:hover, a:visited {
    text-decoration: none;
    border: none;
    color: blue;
}
.tip {
    font-size: 0.5em;
    color: grey;
}
.user {
    font-size: 110%;
    text-align: center;
    color: navy;
    font-style: oblique;
    font-weight: bold;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(184, 204, 204);
    /* RGBa with 0.5 opacity */
    background: rgba(184, 204, 204, 0.5);
}
.nums {
    text-align: center;
}
.error {
    text-align: center;
    color: #FC0505;
    font-size: 60%;
    font-weight: bold;
}
.footer {
    /*position: absolute;*/
    z-index: 1;
    padding-top: 10px;
    margin-left: 10px;
    margin-right: -10px;
    bottom: 0;
    width: 98%;
    /*max-width: 98%;*/
    text-align: center;
    /*height: 15px;*/
    clear: both;
    font-size: 0.6em;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(184, 204, 204);
    /* RGBa with 0.5 opacity */
    background: rgba(184, 204, 204, 0.5);
}