.invisible{
    display: none;
}

.for-clear{
    clear: both;
}

body>#footer{
    position:relative;
}

#news-title{
    font-weight: bold;
    text-align: center;
    font-size:26px;
    margin-top:50px;
}

.sub-header{
    text-align: center;
    font-size:12px;
    color:gray;
    padding-bottom:20px;
    border-bottom:solid #ddd 1px;
}

#news-source{
    margin-right:20px;
}

#news-content{
    min-height:200px;
    margin:0 auto;
    padding:15px 30px;
    margin-bottom:20px;
    font-size:14px;
    border-bottom:1px solid #ddd;
}

.login-zone{
    font-size:12px;
}

.existcComments-zone{
    margin-top:20px;
    margin-bottom:20px;
}

#newsCommentText{
    margin-bottom:5px;
}

#submitCommentBtn{
    font-size:16px;
    /* font-weight: bold; */
    float:right;
    width:100px;
    border:none;
    background-color: #237bd1;
    color:whitesmoke;
}

#submitCommentBtn:hover{
    background-color: #f49500;
    box-shadow: 0 0 5px 0px gray;
}

#submitCommentBtn.disable{
    background-color: lightgray;
    cursor: default;
    border: none
}

#submitCommentBtn.disable:hover,#submitCommentBtn.disable:focus{
    background-color: lightgray;
    box-shadow: unset;
    border:none;
    outline:none;
}


/*# sourceMappingURL=newsdetail.css.map*/