/* Stylesheet for main page */


a {
    color: red;
    text-decoration: none;
}

a:visited {
    color: #888833;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #fffff0;
}

.box {
    border: 1px solid black;
    background-color: #ffffd0;
}

.titlebox {
    text-align: center;
    border: 1px solid yellow;
    position: relative;
    left: 30%;
    top: 10px;
    width: 40%;
    padding: 5px;
    background-color:  #fffff0;
    color: white;
    border: 10px;
}

.maintitle{
    font-variant: small-caps;
}

.mainbox {
    /*position: relative;
    left: 10%;
    top: 20px;
    width: 80%;
    padding: 5px;*/
    float: right;
    width: 80%;
    padding: 0.4%;
    margin: 10px;
}

.boxtitle {
    color: red;
    text-align: center;
    font-variant: small-caps;
}

table.charsheets {
    /*border: 1px solid black;*/
    width: 100%;
    /*border-collapse: collapse;*/
}

.charsheets td {
    border: 1px double #888833;
}

.charsheets td {
    padding: 10px;
}

.oddsplat td {
    background-color: #fffff0;
}

.evensplat td {
    background-color: #fffff0;
}

td.splatname {
    text-align: center;
    font-variant: small-caps;
    width: 7em;
}

td.sheetlink {
    text-align: center;
    width: 3.5em;
}

td.description {
    text-align: left;
}

.andalso {
    position: absolute;
    left: 1%;
    width: 15%;
    padding: 0.4%;
    margin: 5px;
}

.approved {
    float: left;
    width: 15%;
    bottom: 5px;
    background-color: #fffff0;
    border: none;
}

.copyrightbox {
    float: right;
    font-size: 65%; 
    text-align: center;
    bottom: 5px;
    width: 100%;
}