/* stylesheet */
* {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    background-color: #657565;
}

h3 {
    display: inline;
}

p {
    text-indent: 40px;
    margin-top: 1em;
}

table {
    border-collapse: collapse;
    width: 75%;
    margin: auto;
}

td {
    border: 1px solid #808080;
    text-align: left;
    padding: 3px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

a:link {
    color: #38445a;
    text-decoration: none;
}

a:visited {
    color: #38445a;
    text-decoration: none;
}

.page {
    max-width: 800px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    color: #d0d0d0;
    background-image: url("head2.png");
    background-repeat: no-repeat;
    line-height: 0.7;
    max-width: 800px;
    height: 200px;
}

.title {
    padding-left: 10px;
    display: table;
    clear: both;
}

.ha {
    font-size: 2.5em;
    #padding-left: 20px;
    padding-top: 200px;
    letter-spacing: 5px;
    font-family: Lucida Console, monospace;
    font-weight: 900;
    float: left;
    transform: translate(0,-50%);
}

.hb {
    font-size: 0.25em;
    #padding-left: 20px;
    margin: auto;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0px;
}

.sidebar {
    color: #d0d0d0;
    background-color: #657565;
    max-width: 100px;
    width: 15%;
    float: left;
    font-size: 1.5em;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    background-image: url("side.png");
    background-repeat: repeat-y;
}

.content {
    color: black;
    background-color: #d0d0d0;
    #max-width: 680px;
    width: 85%;
    #margin-top: 200px;
    #margin-left: 200px;
    float: right;
}

.content_preview {
    color: black;
    border: 2px solid black;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
}

.true_content {
    color: black;
    border: 2px solid black;
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    #text-indent: 50px;
}

.tab {
    text-indent: 40px;
}

.note{
	padding-left: 15%;
	padding-right: 15%;
}

.row {
    display: table;
    clear: both;
    position: relative;
    min-width: 320px;
}

.footer {
    color: #d0d0d0;
    background-image: url("foot.png");
    background-repeat: no-repeat;
    height: 50px;
    position: relative;
    z-index: -1;
}

.footer_text {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-height: 45px;
}

@media only screen and (max-width: 799px) {
    .row {
        position: relative;
    }

    .sidebar {
        width: 100%;
        max-width: 800px;
        position: relative;
        text-align: center;
        background-repeat: repeat;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .content {
        width: auto;
    }

    .footer {
        #display: none;
    }
}