
body {
    margin: 0px;
    height: 100%;
    font-family: monospace;
    font-size: 14px;
    background-color: #070908;
    overflow-x:hidden;
    overflow-y:auto;
}


/* div {
    
    position: absolute;
   
} */

a {
    color: #a34117;
    text-decoration: none;
}
a:hover {
    font-weight: bold;
}

#navBar {
    /* background-image: url('img/navbar.png');
    background-image: linear-gradient(#3f3f3f, #181818);**/
    background-color: #181818;
    color: #FFFFFF;
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 23px;
    vertical-align: middle;
    z-index: 999;
    margin: auto;
}

#desktop {
    background-image: url('img/bg.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#footer {
    /* background-image: url('img/navbar.png'); */
    background-color: #181818;
    background-repeat: repeat-x;
    position:fixed;
    width: 100%;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    color: #848484;
    bottom: 0px;
    z-index: 999;
}

#navBar div {
    padding-left: 10px;
    padding-right: 10px;
    position:relative;
}
#navBar div.right {
    float: right;
}
#navBar div.left {
    float: left;
}

.icons {
    color: #FFFFFF;
    background-size: 100% auto;
    position: static;
    float: left;
    cursor: pointer;
    height: 17px;
    width: 72px;
    margin: 50px 25px 0px 25px;
    text-align: center;
    padding-top: 72px;
    font-weight: bold;
}



div.appDialog {
    display: none;
    color: #4c4c4c;
    background-color: #f2f1f0;
    width: calc(100% - 20px);
    max-width: 1200px;
    height: calc(100% - 60px);
    max-height: calc(100%-60px);
    opacity: 0.98;
    float: right;
    right: 10px;
    top: 30px;
    border: 1px solid #42413c;
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}
div.appheader {
    /* background-image: url('img/divheader.png');
    background-color: #4C4B44;
    background-repeat: repeat-x; */
    background-image: linear-gradient(#1c1c1c, #3a3a3a);

    position: static;
    height: 50px;
    line-height: 49px;
    vertical-align: middle;
    width: calc(100% - 14px);
    color: #FFFFFF;
    font-size: 22px;
    padding: 0 7px;
}
div.appTitle {
    /* background-image: url('img/navbar.png');
    background-color: #4C4B44;
    background-repeat: repeat-x; 
    background-color: #181818;*/
    background-image: linear-gradient(#1c1c1c, #292929);
    position: static;
    height: 24px;
    line-height: 23px;
    vertical-align: middle;
    width: calc(100% - 14px);
    color: #FFFFFF;
    padding: 0 7px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    cursor: move;
}
div.close {
    position: static;
    float: right;
    background-image: url('img/hide.png');
    background-repeat: no-repeat;
    width: 17px;
    height: 24px;
    cursor: pointer;
}

div.dialogAppIcon {
    position: static;
    float: left;

    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 2px;
    width: 18px;
    height: 18px;
}


div.preC {
    padding-left:5px;
    padding-right:5px;
    width: calc(100% - 15px);
    height: calc(100% - 80px);
    text-align: justify;
    overflow-y: scroll;
    overflow-x: hidden;
    /**white-space: pre-wrap;**/
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    line-height: 24px;
}

div.firRow {
    max-height:60px;
    background-color: #EBEBEB;
    padding-left:10px;
    line-height:29px;
    cursor: pointer;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

div.secRow {
    max-height:60px;
    background-color: #E3E3E3;
    padding-left:10px;
    line-height:29px;
    cursor: pointer;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

div.firRow:hover {
    background-color: #4C4B44;
    color: #FFFFFF;
    font-weight:bold;
}

div.secRow:hover {
    background-color: #4C4B44;
    color: #FFFFFF;
    font-weight:bold;
}

div.articleLabel {
    float: right;
    background-color: #A3A3A3;
    margin-right:10px;
    height: 20px;
    line-height:20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

div.articleTitle {
    float: left;
    max-width: 525px;
}

div.communicationTripcode {
    float: right;
    background-color: #A3A3A3;
    margin-right:10px;
    height: 20px;
    line-height:20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

div.communicationText {
    float: left;
    max-width:750px;
}
div.sp {
    height: 5px;
}

code {
    background-color: #E5E5E5;
    border: 1px solid #ADA9A4;
    padding-left: 5px;
    padding-right: 5px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-left: 3px solid #A9A9A9;
    border-right: 3px solid #A9A9A9;
}
pre code {
    background-color: #E5E5E5;
    border: 1px solid #9E9B97;
    border-left: 5px solid #777777;
    border-right: 5px solid #777777;
    
    display: block;
    padding: 5px;
    overflow-y: auto;
    overflow-x: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    max-height: 500px;

}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    
}
table {
    margin-top:5px;
    width: 100%;
    border-collapse:collapse;
}

td:first-child {
 border-left: none;
}

th {
    background-color: #5A5A5A;
    color: #FFFFFF;
}

td, th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    border-left:solid #BFBFBF 1px;
    height: 30px;
}
tr:nth-child(even) {
    background-color: #E3E3E3;
    border-bottom-left-radius: 9px;
    border-top-right-radius: 9px;
}


img[alt='right']{
    display: block;
    margin-left: auto;
    max-width: 100%;
}

img[alt='left']{
    display: block;
    margin-right: auto;
    max-width: 100%;
}

img[alt='center'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #E5E5E5;
}
img[alt='head'] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    max-height:260px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

time {
    float: right;
    color: #929292;
    font-size: 10px;
    margin-right: 10px;
}

blockquote {
    background-color: #E5E5E5;
    border-left: 6px solid #9E9B97;
    color: #777777;
    border-top-left-radius: 9px;
    border-bottom-right-radius: 9px;
    font-style: italic;
    margin: 1px 1px 1px 20px;
    padding: 1px 20px 1px 15px;
}

input {
    width: 98%;
}
