/*
共用的css，可在web、ebook、app使用
文字pre效果等等
*/
.res_desc {
    white-space: pre-wrap;
    word-break: normal;
    text-align: left;
    
}
.pic_mini_app { 
    position: relative;
    z-index: 10;
}
.pic_mini_share { 
    position: absolute;
    bottom: 0px;
    z-index: 10;
    right: 0px;
}
.error-msg.desc-msg {
    color: red;
    font-size: 0.9rem;
}
.error-msg.keyword-msg {
    color: red;
    font-size: 0.9rem;
}
.error-msg.knowledge-msg {
    color: red;
    font-size: 0.9rem;
}

.link i {
    background-color: #2196F3;
}
.link i:hover {
    background-color: #2196F3;
}

#commentext:focus{
    border: 2px dashed #ff0000;
}

.comment_box {
    position: relative;
}

#commentlist button[comment_id] {
    position: absolute;
    right: 10px;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
pre {
    white-space: pre-wrap; /* 允許換行 */
    word-break: break-all; /* 斷行 */
}

#resMsg2 {
    background-color: rgb(148, 148, 148);
    display: none;
    text-align: center;
    color: rgb(254, 255, 255);
}

#start_hour[readonly], #start_minute[readonly], #start_second[readonly],
#end_hour[readonly], #end_minute[readonly], #end_second[readonly] {
    background-color: lightgray;
}

.description {
    word-wrap:break-word!important;   
}

.link{
    word-wrap:break-word!important;
}