div#kboard-ask-one-list .kboard-list-header a.kboard-ask-one-button-small {
    display: none;
}

.kboard-ask-one-poweredby {
    display: none;
}

div#kboard-ask-one-list tbody td {
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
}

div#kboard-ask-one-list thead td {
    font-weight: 400 !important;
    font-size: 15px !important;
    letter-spacing: 0px !important;
}

#kboard-ask-one-list .kboard-search input {
    height: 26px !important;
}

#kboard-ask-one-list button.kboard-ask-one-button-search {
    font-weight: 400 !important;
    padding: 0px 13px !important;
    font-size: 13px;
    background-color: #053275 !important;
}






#kboard-ask-one-editor .kboard-attr-row {
    background-color: rgba(255, 255, 255, 0) !important;
}

#kboard-ask-one-editor .kboard-attr-row .attr-value {
    background-color: rgba(255, 255, 255, 0) !important;
}

#kboard-ask-one-editor .kboard-content {
    background-color: rgba(255, 255, 255, 0) !important;
}

#kboard-ask-one-editor .kboard-attr-row .attr-value .description {
    color: #ff0000 !important;
}




#kboard-ask-one-document .kboard-detail .detail-attr .detail-name {
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 15px;
}

#kboard-ask-one-document .kboard-document-add-option-value span.option-name {
    color: #17a0db;
}
















@media only screen and (max-width: 768px) {
#kboard-ask-one-list .kboard-search input {
    height: 28px !important;
}
}