#bo_list .btn,
#bo_list .btn_b01,
#bo_list .btn_b02,
#bo_list .btn_b03,
#bo_list .btn_b05,
#bo_list .btn_admin,
#bo_list .btn_submit,
#bo_list .btn_cancel,
#bo_list .btn_bo_sch,
#bo_list .btn1,
#bo_list .btn-fconfig,
#bo_list .btn_v_01 a,
#bo_v .btn,
#bo_v .btn_b01,
#bo_v .btn_b02,
#bo_v .btn_b03,
#bo_v .btn_b05,
#bo_v .btn_admin,
#bo_v .btn_submit,
#bo_v .btn_cancel,
#bo_v .btn1,
#bo_v .btn-fconfig,
#bo_v .btn_v_01 a,
#bo_w .btn,
#bo_w .btn_b01,
#bo_w .btn_b02,
#bo_w .btn_b03,
#bo_w .btn_b05,
#bo_w .btn_admin,
#bo_w .btn_submit,
#bo_w .btn_cancel,
#bo_w .btn1,
#bo_w .btn-fconfig,
#bo_gall .btn,
#bo_gall .btn_b01,
#bo_gall .btn_b02,
#bo_gall .btn_b03,
#bo_gall .btn_b05,
#bo_gall .btn_admin,
#bo_gall .btn_submit,
#bo_gall .btn_cancel,
#bo_gall .btn1,
#bo_gall .btn-fconfig,
.bo_vc_w .btn_submit,
.bo_vc_w .btn_cancel,
.btn_bo_user a,
.btn_bo_user button,
.btn_bo_user_btm a,
.btn_bo_user_btm button,
.btn_bo_user_btm_v a,
.btn_bo_user_btm_v button,
.btn_bo_adm a,
.btn_bo_adm button,
.btn_confirm .btn_submit,
.btn_confirm .btn_cancel{
    color:var(--board-btn-text) !important;
    background:var(--board-btn-bg) !important;
    border-style:solid !important;
    border-width:var(--board-btn-border-width) !important;
    border-color:var(--board-btn-border-color) !important;
}

#bo_list .btn:hover,
#bo_list .btn:focus,
#bo_v .btn:hover,
#bo_v .btn:focus,
#bo_w .btn:hover,
#bo_w .btn:focus,
#bo_gall .btn:hover,
#bo_gall .btn:focus,
.bo_vc_w .btn_submit:hover,
.bo_vc_w .btn_submit:focus,
.bo_vc_w .btn_cancel:hover,
.bo_vc_w .btn_cancel:focus,
.btn_bo_user a:hover,
.btn_bo_user a:focus,
.btn_bo_user button:hover,
.btn_bo_user button:focus,
.btn_bo_user_btm a:hover,
.btn_bo_user_btm a:focus,
.btn_bo_user_btm button:hover,
.btn_bo_user_btm button:focus,
.btn_bo_user_btm_v a:hover,
.btn_bo_user_btm_v a:focus,
.btn_bo_user_btm_v button:hover,
.btn_bo_user_btm_v button:focus,
.btn_bo_adm a:hover,
.btn_bo_adm a:focus,
.btn_bo_adm button:hover,
.btn_bo_adm button:focus,
.btn_confirm .btn_submit:hover,
.btn_confirm .btn_submit:focus,
.btn_confirm .btn_cancel:hover,
.btn_confirm .btn_cancel:focus{
    color:var(--board-btn-hover-text) !important;
    background:var(--board-btn-hover-bg) !important;
    border-style:solid !important;
    border-width:var(--board-btn-border-width) !important;
    border-color:var(--board-btn-hover-border-color) !important;
}