/* 공통 */
#bo_list .bo_tit .fa-heart {
    display: none;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0;
}
a.btn_frmline, button.btn_frmline {
   font-size: 13px;
}

.file_del{
    width: 100%;
    display: flex;
}
.file_del label{
    width: 100%;
    margin-left:10px;
}

/* 리스트 */

#bo_list_total {
    width: 142px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Paperlogy 6', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    color: #000000;
}

#bo_list_total span {
    color: #0EB48D;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

/* NEW 캡슐 아이콘 */
.new_capsule {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-block;
    background: #0EB48D;
    border-radius: 20px;
    padding: 8px 18px 7px 18px;
    font-size: 12px;
    font-weight: 900;
    color: #FFFFFF;
    margin-right: 8px;
    letter-spacing: 0px;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    min-width: 40px;
    box-sizing: border-box;
}

#bo_btn_top .btn_bo_user li .more_opt.is_list_btn li {
    font-size: 13px;
    border: 0;
    border-bottom: 1px #eee solid;
}

#bo_btn_top .btn_bo_user li .more_opt.is_list_btn li i {
/*    line-height: 30px;*/
}

#bo_btn_top .btn_bo_user li {
    border: 1px #eee solid;
}


/* 카테코리 */
#bo_cate_ul {
    display:flex;
    justify-content:space-between;

}
#bo_cate_ul li {
    background: #fff !important;
    box-shadow: none;
    width: 100%;
    display:block;
    text-align: center;
    padding: 0;
}
#bo_cate_ul li a {
    border-radius: 0;
    background: #f5f5f5;
  border-top:1px #e3e3e3 solid;
  border-bottom:1px #000 solid;
  border-left: 1px #e3e3e3 solid;
  border-right: 1px #e3e3e3 solid;
  display:block;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: 0.2;
  font-weight:600;
  color: rgb(26, 26, 26);
  font-size:18px;
}
#bo_cate_ul li #bo_cate_on {
    background: #fff;
  border-bottom: 0;
  border-top: 3px #000 solid;
  outline: none;
  text-decoration: none;
  color: #000;
  box-shadow: none;
  border-left: 1px #e3e3e3 solid;
  border-right: 1px #e3e3e3 solid;
}
#bo_cate_ul li a:hover {
    text-decoration: none;
  background: #fff;
  color: #000;

}
/* 카테코리 마감 */
/* 페이징 */

.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3b3d41;border:1px solid #3b3d41;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}


/* 버튼 */
.bo_fx{
    margin-top:20px;
}
.bo_fx .btn_bo_user i {
    display: none;
}

.bo_fx .btn_bo_user li {
    display: inline-block !important;
}

.bo_fx .btn_bo_user .btn {
    min-width: 100px;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    border-radius: 4px !important;
}
.btn_cancel.btn,
.btn_submit.btn {
    min-width: 100px;
    height: 45px;
    line-height: 42px;
    font-size: 18px !important;
    font-weight: 600;
}

.bo_fx .btn_bo_user .btn,
.btn_cancel.btn {
    display: inline-block;
    /* IE 하위 호환성 */
    _display: inline;
    _zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4c4c4c;
    padding: 0px 30px;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
}
.btn_cancel.btn {
    /* 추가 스타일이 필요한 경우 여기에 작성 */
}
.bo_fx .btn_bo_user li a.btn_b01.btn,
.btn_submit.btn {
    background-color: #2c3d5e;
    border-color: #2c3d5e;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.bo_fx .btn_bo_user li a.btn_b01:hover,
.btn_submit.btn:hover {
    border-color: #506691;
    background-color: #506691;
    color: #fff;
}

.bo_fx .btn_bo_user .sound_only {
    display: inline-block !important;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 20px;
    margin: -2px auto !important;
    padding: auto !important;
    font-size: 18px;
    font-weight:600;
    line-height: 24px !important;
    border: 0 !important;
    overflow: hidden !important;
}

.bo_fx .btn_bo_user li {
    float: left;
    width: auto;
    text-align: center;
    margin-left: 5px;
    background: #fff
}

#bo_v_share .btn {
    display: none;
}
/* 서치 */

.bo_sch_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.bo_sch {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: left;
    width: 330px;
    max-height: 300px;
    margin-left: -165px;
    margin-top: -100px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    border: 0;
    background: #fff;
    border-radius: 0
}

.bo_sch:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_sch h3 {
    padding: 0;
    border-bottom: 0;
    font-size: 16px;
    background-color: #37406B;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    line-height: 55px;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #E9EBFA;
}

.bo_sch h3:before {
    white-space: nowrap;
    font-family: FontAwesome;
    content: "\f002     ";
}

.bo_sch legend {
    background: red
}

.bo_sch form {
    padding: 14px;
    display: block;
    font-size: 14px;
}

.bo_sch select {
    border: 0;
    width: 100%;
    height: 40px;
    border: 1px solid #d0d3db;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F5F5F5;
}

.bo_sch .sch_bar {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 5px;
    border: 1px solid #d0d3db;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #F5F5F5;
}

.bo_sch .sch_input {
    width: 250px;
    height: 38px;
    border: 0;
    padding: 0 0 0 30px;
    float: left;
    font-size: 14px;
    background-color: #F5F5F5;
}

.bo_sch .sch_btn {
    height: 38px;
    float: right;
    color: #656565;
    background-color: #F5F5F5;
    border: 0;
    width: 40px;
    font-size: 15px
}

.bo_sch .bo_sch_cls {
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b8bb;
    border: 0;
    padding: 12px 15px;
    font-size: 16px;
    background-color: transparent;
}

.bo_sch_bg {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%
}

/* 아이콘 */
#bo_list .bo_tit .fa-download,
#bo_list .bo_tit .fa-link,
#bo_list .bo_tit .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #8a8a8a;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 2px;
    margin-left: 5px;
    vertical-align: middle;
}

/* 마감  */


/* 뷰 페이지 */

#bo_v_title .bo_v_cate {
    display: none;
}

#bo_v_info strong {
  
    font-size: 16px;
}
/* 상세보기 */
.spac-table .table>tbody>tr>td,
.spac-table .table>tbody>tr>th,
.spac-table .table>tfoot>tr>td,
.spac-table .table>tfoot>tr>th,
.spac-table .table>thead>tr>td,
.spac-table .table>thead>tr>th {
    padding: 20px 18px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
}
/* sns */

/* #bo_v_link 관련 스타일 제거됨 - dataroom/style.css에서 관리 */


/* 다음글 이전글 */

.bo_v_nb {
    list-style: none;
    padding: 0;
    margin: 20px 0 54px 0;
    background: white;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    clear: both;
}

.bo_v_nb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.bo_v_nb li {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.bo_v_nb li:last-child {
    border-bottom: none;
}

.bo_v_nb li:hover {
    background: #fff;
}

.bo_v_nb .nb_tit {
    color: #666666;
    font-size: 16px;
    min-width: 80px;
    margin-left: 38px;
    margin-right: 118px;
}

.bo_v_nb .nb_tit i {
    display: none;
}

.bo_v_nb a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
}

.btn_confirm.write_div{
    margin-top: 60px !important;
}


.bo_v_nb a:hover {
    color: #000;
    text-decoration: underline;
}

.bo_v_nb .nb_date {
    color: #000 !important;
    font-size: 16px;
    margin-left: auto;
    margin-right: 38px;
}
.bo_v_nb img {
    border: 1px #eee solid;
    padding: 3px 3px;
    margin-right: 10px;
}

/* 댓글 */

/*
.bo_vc_w h2 {
    position: relative;
    ;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
}
*/

.bo_vc_w textarea {
    border: 1px solid #DCDBDB;
    background: #F9F9F9;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    padding: 5px;
    width: 100%;
    height: 120px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #DCDBDB;
    background: #F9F9F9;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    padding: 24px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.bo_vc_w .btn_confirm .secret_cm label {
    font-size: 12px !important;
}

.bo_vc_w .btn_submit {
    background-color: #fff;
    border: 1px #ccc solid;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    transition: 0.5s;
}
.bo_vc_w .btn_submit:hover {
    background-color: #fff;
    border: 1px #000 solid;
    color: #000;
    font-size: 16px;
    line-height: 18px;
}
.secret_cm {
    border-bottom: 1px #DCDBDB solid;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.chk_box input[type="checkbox"] + label span {
    margin-right: 6px;
}
/* 서치 */
#sch_res_detail {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 10px}
#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#sch_res_detail select { border:1px solid #d0d3db; width:175px; height:45px; padding:0 5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; font-size:16px; }
#sch_res_detail .frm_input { border:1px solid #d0d3db; background: #fff; width:300px; height:45px; border-radius:0; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px; -o-border-radius:3px; font-size:16px;  }
#sch_res_detail .sch_wr {position:relative;display:inline-block;}
#sch_res_detail .btn_submit {padding:0 10px;height:45px;width:88px;font-size:1.083em;font-weight:bold;color:#fff;background:#434a54; font-size:16px;}

.switch_field label {display:inline-block;width:60px;background-color:#fff;color:rgba(0, 0, 0, 0.6);font-size:1em;font-weight:normal;text-align:center;text-shadow:none;padding:12px 14px;border:1px solid #bbc0c6; font-size:15px; margin-top: 4px; }

/* 제목 스타일 */
.spac-table h1 {
    font-size: 38px !important;
    font-weight: 600 !important;
}
#bo_v {
    margin-top: 30px;
    margin-bottom: 20px;
    background: #fff;
    box-sizing: border-box;
}
/* 게시글 상세보기 제목 스타일 */
#bo_v h1 {
    font-size: 38px;
    font-family: 'Paperlogy 6', sans-serif !important;
    line-height: 1.4;
}

/* spac-table과 fotorama-wiz 사이 여백 */
.spac-table {
    margin-bottom: 60px !important;
}

/* 768px 이하 모바일 반응형 */
@media (max-width: 768px) {
    #bo_v h1 {
        font-size: 25px !important;
    }
    .wiztheme_list_gallery_wrap .box_wrap .box a {
        display: block;
        width: 100%;
        height: 270px;
    }
    .wiztheme_list_gallery_wrap .box_wrap .box .caption {
        padding: 42px 20px 0px 20px;
        color: #000;
    }
    #bo_btn_top .btn_bo_user .bo_search {
        margin-right: 0px !important;
    }
  /* 전체 컨테이너 패딩 조정 */
  .spac-table {
    /* padding: 0 15px; */
  }

  /* 제목 모바일 스타일 */
  .spac-table h1 {
    font-size: 24px !important;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  /* 테이블 모바일 스타일 */
  .spac-table .table>tbody>tr>td,
  .spac-table .table>tbody>tr>th,
  .spac-table .table>tfoot>tr>td,
  .spac-table .table>tfoot>tr>th,
  .spac-table .table>thead>tr>td,
  .spac-table .table>thead>tr>th {
    padding: 12px 8px;
    font-size: 14px;
  }

  /* 게시판 목록 모바일 */
  #bo_list_total {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
    height: 35px;
  }

  /* NEW 캡슐 아이콘 모바일 */
  .new_capsule {
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 10px;
    min-width: 35px;
  }

  /* 테이블 헤더 모바일 */
  .tbl_head01 {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .tbl_head01 table {
    width: 100% !important;
    table-layout: fixed !important;
  }

  /* colgroup 무력화 */
  .tbl_head01 colgroup {
    display: none !important;
  }

  .tbl_head01 col {
    display: none !important;
  }

  /* 테이블 컬럼 너비 조정 (공통) */
  .tbl_head01 .td_num {
    width: 8% !important;
  }

  .tbl_head01 .td_subject {
    width: 25% !important;
  }

  .tbl_head01 .td_name {
    width: 12% !important;
  }

  .tbl_head01 .td_datetime {
    width: 15% !important;
  }

  .tbl_head01 .td_board {
    width: 15% !important;
  }

  .tbl_head01 .td_group {
    width: 15% !important;
  }

  .tbl_head01 .td_mb_id {
    width: 10% !important;
  }

  /* 제목(발전소명) 모바일 스타일 */
  .tbl_head01 .td_subject a {
    font-size: 11px !important;
    line-height: 1.2 !important;
    word-break: break-all !important;
  }

  .tbl_head01 .td_subject .bo_tit {
    font-size: 10px !important;
    line-height: 1.2 !important;
    word-break: break-all !important;
  }

  /* 카테고리 모바일 */
  #bo_cate_ul {
    flex-direction: column;
    gap: 0;
  }

  #bo_cate_ul li {
    width: 100%;
  }

  #bo_cate_ul li a {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 0;
  }

  #bo_cate_ul li #bo_cate_on {
    border-radius: 0;
  }

  /* 버튼 모바일 */
  .bo_fx .btn_bo_user .btn {
    min-width: 80px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    font-size: 14px;
    margin: 2px;
  }

  .btn_cancel.btn,
  .btn_submit.btn {
    min-width: 80px;
    height: 40px;
    line-height: 38px;
    font-size: 14px !important;
  }

  .bo_fx .btn_bo_user .btn,
  .btn_cancel.btn {
    padding: 0px 20px;
    font-size: 14px;
  }

  .bo_fx .btn_bo_user li a.btn_b01.btn,
  .btn_submit.btn {
    font-size: 14px;
  }

  .bo_fx .btn_bo_user .sound_only {
    font-size: 14px;
    line-height: 20px !important;
  }

  /* 검색 모바일 */
  .bo_sch {
    width: 95%;
    margin-left: -47.5%;
    margin-top: -150px;
  }

  .bo_sch h3 {
    font-size: 14px;
    line-height: 45px;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .bo_sch form {
    padding: 10px;
    font-size: 12px;
  }

  .bo_sch select {
    height: 35px;
    font-size: 12px;
  }

  .bo_sch .sch_input {
    height: 33px;
    padding: 0 0 0 20px;
    font-size: 12px;
  }

  .bo_sch .sch_btn {
    height: 33px;
    font-size: 12px;
  }

  /* 아이콘 모바일 */
  #bo_list .bo_tit .fa-download,
  #bo_list .bo_tit .fa-link,
  #bo_list .bo_tit .new_icon {
    width: 14px;
    line-height: 14px;
    font-size: 0.7em;
    margin-left: 3px;
  }

  /* 뷰 페이지 모바일 */
  #bo_v_info strong {
    font-size: 14px;
  }

  /* 관련링크 모바일 스타일 제거됨 - dataroom/style.css에서 관리 */

  /* 다음글 이전글 모바일 */
  .bo_v_nb li {
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 11px;
  }

  .bo_v_nb .nb_tit {
    flex: 1;
    font-size: 11px;
    min-width: auto;
    margin: 0;
  }

  .bo_v_nb a {
    flex: 3;
    font-size: 11px;
    margin: 0;
    padding: 0 10px;
  }

  .bo_v_nb .nb_date {
    flex: 2;
    font-size: 11px;
    margin: 0;
    text-align: right;
  }

  /* 댓글 모바일 */
  .bo_vc_w textarea {
    height: 100px;
    font-size: 14px;
    padding: 10px;
  }

  .bo_vc_w .btn_submit {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .bo_vc_w .btn_confirm .secret_cm label {
    font-size: 11px !important;
  }

  .secret_cm {
    padding-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }

  /* 폼 입력 모바일 */
  .wr_content textarea,
  .tbl_frm01 textarea,
  .form_01 textarea,
  .frm_input {
    padding: 15px 10px;
    font-size: 14px;
  }

  /* 검색 상세 모바일 */
  #sch_res_detail {
    padding: 20px 15px;
  }

  #sch_res_detail select {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #sch_res_detail .frm_input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #sch_res_detail .btn_submit {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .switch_field label {
    width: 50px;
    padding: 10px 8px;
    font-size: 13px;
    margin-top: 2px;
  }



  /* 페이지네이션 모바일 */
  .pg_page, .pg_current {
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 3px;
  }

  .pg_start, .pg_prev, .pg_end, .pg_next {
    width: 30px;
    height: 30px;
  }

  /* spac-table 여백 조정 */
  .spac-table {
    margin-bottom: 30px !important;
  }

  /* 버튼 영역 모바일 */
  .btn_bo_user {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .btn_bo_user li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .bo_search {
    width: 100% !important;
    margin-left: 0 !important;
    border: none !important;
  }

  /* 검색창 모바일 스타일 */
  .search_container {
    width: 100%;
  }

  .search_input_wrap {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .search_input {
    width: 100%;
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
  }

  .search_btn {
    margin-left: 8px;
    padding: 12px 15px;
    background: #0EB48D;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .search_btn:hover {
    background: #0a9a7a;
  }

  /* 전체 리스트 영역 모바일 텍스트 크기 조정 */
  #bo_list {
    font-size: 11px;
  }

  #bo_list_total {
    font-size: 11px;
  }

  #bo_list_total span {
    font-size: 11px;
  }

  /* 페이지네이션 모바일 텍스트 크기 */
  .pg_page, .pg_current {
    font-size: 11px;
  }

  /* 제목 모바일 텍스트 크기 */
  .spac-table h1 {
    font-size: 20px !important;
  }

  /* 테이블 모바일 텍스트 크기 */
  .spac-table .table>tbody>tr>td,
  .spac-table .table>tbody>tr>th,
  .spac-table .table>tfoot>tr>td,
  .spac-table .table>tfoot>tr>th,
  .spac-table .table>thead>tr>td,
  .spac-table .table>thead>tr>th {
    font-size: 11px;
    padding: 8px 4px;
  }
}

