body
{
    background: #000000;
    font-size: 13pt;
}

#menu-nav-image
{
	width: 100%;
}

.hide-mobile
{
	display: none !important;
}



h1
{
	font-size: 17pt;
}



/* Content */
#title-top
{
    width: 1058px;
    margin: 50px auto 0px auto;
}

#content
{
    width: 100%;
    margin: 0px auto;
    border: 0;
    box-sizing: border-box;
}

#content-body
{
    position: inherit;
    background: #13131f;
    min-height: 900px;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-titles
{
    width: 100%;
    text-align: center;
}


/* Menus */
.button-list-container
{
    display: table;
    width: 100%;
}

.button-list-item
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    display: table-cell;
    clear: both;
    margin-bottom: 50px;
}

.button-list-item img
{
    width: 80%;
}


.button-list-item-caption
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/* Story styling */
.story-author
{
    display: block;
    margin-bottom: 20px;
    color: #ffd700;
    font-style: italic;
}

.story-title
{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #cccccc;
}

.story-body
{
    display: block;
}

.story-divider
{
    margin: 30px auto;
    width: 50%;
    height: 2px;
    border-top: 2px dashed white;
    border-bottom: 2px dashed white;
}

.author-divider
{
    margin: 30px auto;
    width: 100%;
    height: 2px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}


/* ZC */
.zc-image
{
    width: 50%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}

.zc-image img
{
    width: 100%;
}

.zc-bullet
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}


/* Contact */
.contact-input
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 2px solid #F0F0F0;
    padding: 10px;
    background-color: #13131f;
    color: #F2F2F2;
    box-sizing: border-box;
    vertical-align: baseline;;
}

.contact-submit
{
    -webkit-appearance:none;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0;
    padding: 10px 50px;
    background-color: #fefefe;
    color: #13131f;
    box-sizing: border-box;

}


.notice-hm
{
    width: 100%;
    /*background-color: #113e43;*/
    /*border: 2px solid #ffffff;*/
    margin: 0 auto 0 auto;
    box-sizing: border-box;
}

.notice-hm > div
{
    padding: 10px;
}

.notice-hm ul
{
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

.notice-hm li
{
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 10px auto;
    border: 2px solid #ffffff;
    border-radius: 50px;
    padding: 10px 0;
    background-color: #113e43;
}