/* Board Question page */
.board-isNew{
    float:right;
    color:#f80707;
    font-weight:bold;
}

.board-post{
    /*height:300px;
    overflow-y:scroll;*/
    margin-bottom: 20px;
}
.post-top-bordered {
    border-top: 1px dotted #8a8d90;
}
.board-post header{
    color: #888;
    font-size: 14px;
}
.board-post article{
    position:relative;
    border: solid 1px rgba(178, 178, 178, 0.42);
    padding: 25px 35px;
}
.board-post img {
    max-width: 750px;
    max-height: 750px;
}

.board-post .article-comment{
    margin-top: 15px;
    margin-left: 25px;
    box-sizing:border-box;
}

.board-post-content .post-status{
   position:absolute;
   right:10px;
}
.board-post-content .post-status-select{
    padding-left:180px;
}

.board-post::-webkit-scrollbar {
    width: 1em;
}
 
.board-post::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.board-post::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.board-question-container .board-btn-write{
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px 20px;
}
.board-question-container .btn-search{
    background:#00c3b3;
    color:#fff;
}
.board-question-container .btn-search > img{
    height:16px;
}
.article-question header a, .article-comment header a{
    color:#00c3b3;
}
.article-question p, .article-comment p {
    word-wrap:break-word;
}
/* end Board Question */