.pb_spec_table_wrapper { padding:25px; border:1px solid #ddd; }
h3.pb_spec_table_title { margin:0 0 30px 0; padding:0 0 0.6em 0; font-size:180%; font-weight:400; line-height:1.5; text-align:center; border-bottom:3px solid #ddd; }
table.pb_spec_table { margin:0; width:100%; table-layout:auto; border-collapse:collapse; border-spacing:0; background:#fff; }
table.pb_spec_table th, table.pb_spec_table td { padding:12px; font-weight:300; line-height:1.7; vertical-align:middle; background:#fff; border:1px solid #ddd; }
table.pb_spec_table th { width:20%; text-align:center; }
table.pb_spec_table td { padding:12px 18px; }
table.pb_spec_table.columns-4 td.col-width-type2 { width:30%; }
table.pb_spec_table.columns-6 th { width:13%; }
table.pb_spec_table.columns-6 td.col-width-type2 { width:37%; }
table.pb_spec_table.columns-6 td.col-width-type3 { width:20.33%; }
table.pb_spec_table.columns-12 th { width:13%; }
table.pb_spec_table.columns-12 td.col-width-type2 { width:37%; }
table.pb_spec_table.columns-12 td.col-width-type3 { width:20.33%; }
.pb_spec_table_button { margin:38px 0 13px 0; text-align:center; }
.pb_spec_table_button a { display:inline-block; font-size:14px; text-decoration:none; text-align:center; padding:0 25px; height:50px; line-height:50px; min-width:180px; background:#444444; color:#fff; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.pb_spec_table_button a:after { font-family:'design_plus'; content:'\e910'; color:#fff; font-size:14px; display:block; position:absolute; top:1px; right:16px;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}

.pb_spec_table_rating { letter-spacing:0.2em; word-break:keep-all; word-wrap:normal; white-space:nowrap; }
.pb_spec_table-star-full:before { font-family:'design_plus'; content:'\f005'; color:#ffbe00; }
.pb_spec_table-star-empty:before { font-family:'design_plus'; content:'\f005'; color:#ccc; }

@media only screen and (max-width: 767px) {
  .pb_spec_table_title_wrapper { padding:20px; }
  h3.pb_spec_table_title { margin:0 0 20px 0; padding:0 0 0.6em 0; font-size:150%; border-bottom-width:2px; }
  table.pb_spec_table, table.pb_spec_table tbody, table.pb_spec_table tr { display:block; }
  table.pb_spec_table { border-top:1px solid #ddd; }
  table.pb_spec_table tr {
    display:-webkit-flex; display:-ms-flexbox; display:flex;
    -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap;
 }
  table.pb_spec_table th, table.pb_spec_table td { padding:9px; border-top:none;
    display:-webkit-flex; display:-ms-flexbox; display:flex;
    -webkit-align-items:center; -ms-align-items:center; align-items:center;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
  }
  table.pb_spec_table th { width:30% !important; padding:9px 12px; }
  table.pb_spec_table td { width:70% !important; border-left:none; }
  table.pb_spec_table th > div { width:100%; }
  .pb_spec_table_button { margin:25px 0 5px 0; }
}

@media only screen and (max-width: 360px) {
  .pb_spec_table_rating.pb_spec_table_rating-type2 {
    letter-spacing:0;
  }
}