.sx_w1 { width: 100px; }

.sx_tableis { width: 50%; line-height: 25px; border-spacing: 0; border-collapse: collapse; text-align: center; }
.sx_tableis tr th { padding: 3px 5px; width: 30%; background: #F5FCFF; }
.sx_tableis tr td { padding: 3px 5px; }
@media screen and (max-width:640px) {
.sx_tableis { width: 100%; }
}