@charset "utf-8";

.tb-style2 { width: 100%;  border-top: 2px solid #62BE77; line-height: 1.3em; text-align: center; border-right: 1px solid #e5e5e5;}
.tb-style2 thead tr th { background: rgba(227, 236, 227, 0.5); color:#212121; padding: 14px 0;
                                  border-bottom: 1px solid #d5dfe7; border-left:1px solid #d5dfe7;  }
.tb-style2 tbody td { padding: 13px 15px; border-left: 1px solid #e8ede9; border-bottom: 1px solid #e8ede9; font-size: 0.875em;  word-break: keep-all;}
.tb-style2 tbody th{color: #62be77; font-weight: 600; border-bottom: 1px solid #e8ede9; background-color: rgba(227,236,227,0.3);}


@media all and (max-width:1239px){
/*    .tb-scroll{width: 100%; overflow-x: scroll; }*/
}
@media screen and (max-width:767px) {
   .tb-style2 thead th { padding: 1em; }
   .tb-style2 tbody td { padding: 0.8em; }
}