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