@charset "UTF-8";

table{
  width:100%;
}
table th,
table td{
  padding:10px 15px;
  border: 1px solid #ccc;
    vertical-align:middle;
}
table th{
  font-size: 14px;
  text-align: center;
  background: #F0F0F0;
  width: 16%;
  color:#464646;
}
table td{
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  table tr:first-of-type{
    display: none;
  }
  table th{
    padding:10px 3px;
    width:22%;
    font-size: 12px;

  }
  table td{
    font-size: 12px;
  }
    table th, table td {
        display: block;
        width: 100%;
    }
}
