html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 100%;
    background-color: #90B8D4;
    color: #2D353B;
}

div {
/ / F5F7BC color: #5A9150;
    font-weight: bold;
    font-size: 1.2em;
/ / text-shadow: 1 px 1 px #000000;
}

textarea {
/ / height: 100 %;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    font-size: .8em;
}

input[type=text], input[type=password], select {
    font-size: .8em;
}

a, a:visited {
    color: #8C1818;
}

a:hover {
    color: #FFFFFF;
}

.body_container {
    width: 70%;
    height: 100%;
    min-width: 655px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    background-color: #487eb0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.head_container {
    display: flex;
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    height: 200px;
    border: 0px;
    overflow: hidden;
    text-align: left;
    background-image: url('../images/header-bg.png');
    background-repeat: repeat-x;
}

.head_container img {
    width: 100%;
    max-width: 650px;
}

.menu_container {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: 50px;
    padding-top: 2px;
    text-align: center;
    background-image: url('../images/menu-bg.png');
    background-repeat: repeat-x;
}

.menu_button, .menu_button:visited {
    -moz-box-shadow: inset 0px 0px 9px 3px #9fb4f2;
    -webkit-box-shadow: inset 0px 0px 9px 3px #9fb4f2;
    box-shadow: inset 0px 0px 9px 3px #9fb4f2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
    background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
    background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
    background-color: #7892c2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 21px;
    text-decoration: none;
    text-shadow: -2px 0px 0px #283966;
}

.menu_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
    background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
    background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
    background-color: #476e9e;
}

.menu_button:active {
    position: relative;
    top: 1px;
}

.menu_button_container {
    text-align: center;
    display: inline-block;
/ / float: left;
    padding: 0px;
}

.content_container {
    width: 95%;
    margin: 0 auto;
    margin-top: 5px;
    padding: 10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: left;
}

.content_divider {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    height: 10px;
    text-align: center;
    height: 50px;
    background-image: url('../images/menu-bg.png');
    background-repeat: repeat-x;
}

.content_description {
    font-size: .5em;
}

.content_modify {
    font-size: .6em;
}

.photo_blockx {
    width: 100%;
    height: 170px;
    overflow: auto;
    overflow-y: hidden;
    -ms-overflow-y: hidden;
    white-space: nowrap;
}

.photo_block img {
    object-fit: cover;
    width: 100% !important;
    min-height: 120px;
    height: auto !important;
}

.photo_block_container {
    display: inline-block;
    width: 150px;
    height: 120px;
    overflow: hidden;
    padding: 0px;
    margin: 0 auto;
    margin-right: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.photo_preview {
    height: 150px;
}

#random_photos {
    position: relative;
}

#random_photos img {
    z-index: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#random_photos img.active {
    display: block;
    z-index: 3;
}

.random_photo {
    width: 200px;
    height: 130px;
    overflow: hidden;
    padding: 0px;
    margin: 0 auto;
    float: left;
    margin-right: 20px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.random_photo img {
    max-height: 210px;
    max-width: 210px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.footer_container {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    margin-top: 10px;
    text-align: center;
}

.footer_div {
    width: 25%;
    display: inline-block;
    padding: 5px;
    height: 200px;
    text-align: center;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #FFFFFF;
    margin: 10px;
    overflow: hidden;
    font-size: .8em;
}

.footer_div img {
    max-width: 100%;
    border: 0px;
    v-align: center;
    align: center;
}

.footer_text {
    text-align: left;
}

.dash_hr {
    border: 1px dotted #ffffff;
    border-style: none none dotted;
    color: #ffffff;
}

.content_date {
    position: absolute;
    right: 20px;
    font-size: .6em;
}

.content_date a {
    text-decoration: none;
}

.content_title {
    font-weight: bold;
    color: #C92626;
    font-size: .8em;
}

.content_title a {
    font-weight: bold;
/ / color: #C92626;
    color: #1E3069;
    font-size: 1em;
}

.content_block {
    position: relative;
    display: block;
    background-color: #90B8D4;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    margin-top: 30px;
}

.content_block_comment {
    position: relative;
    display: block;
    background-color: #82A6BF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 auto;
    margin-left: 70px;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 1em;
}

.content_comment_container {
    display: inline;
}

.login_container {
    font-size: 1em;
    margin-bottom: 10px;
}

.login_container .menu_button {
    padding: 5px;
}

.post_right_side {
    margin-top: 0px;
    margin-left: 150px;
    font-size: 1em;
}

.post_member_pic {
    padding: 0px;
    float: left;
    width: 130px;
    height: 150px;
    font-size: .6em;
    text-align: center;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.post_member_pic img {
    height: 100px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.post_date {
    font-size: .6em;
}

.forumlink {
    font-size: .5em;
    text-decoration: none;
}

.forum_post_link_container {
    position: relative;
    width: 90%;
    border: 1px solid #757575;
    margin: 3px auto;
    line-height: 20px;
}

.forum_post_link {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

.forum_post_info {
    width: 100%;
    font-size: .4em;
    line-height: 30px;
    margin-left: 15px;
    display: block;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.read_more {
    position: relative;
    display: inline-block;
    font-size: .6em;
    float: right;
    text-align: right;
}

.tiny_text {
    font-size: .6em;
}

.float_right {
    float: right;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #000;
    background-color: gray;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #ccc;
}

/* Style the tab content */
div.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #000;
    border-top: none;
    font-size: 20px;
}

/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px),*/
    /*@media only screen and (min-device-width: 320px) and (max-device-width: 480px),*/
        /*@media only screen and (max-device-width: 480px) {*/
            /*.body_container {*/
                /*width: 100%;*/
            /*}*/
        /*}*/
    /*}*/
/*}*/