/* CSS Document */
@media screen and (max-width:600px){
.histry {
    width: 90%;
    margin: auto;
    overflow-y: hidden;
    line-height: 160%;
    border-top: solid 1px #666666;
    border-bottom: solid 1px #666666;
}


table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
table tr {
  background-color: #fff;
  margin: 2px;
}
table tr:nth-child(even){
  background-color: #eee;
}
table th,
table td {
  padding: 10px;
    margin: 2px;
    border: solid 2px #FFFFFF;
    vertical-align: baseline;
}
table thead th {
    padding: 5px;
    background-color: #999999;
}
table thead tr{
  background-color: #CCCCCC;
  color:#fff;
}
table tbody th {
  text-align: left;
    background-color: #F9F6E6;
}
.txt{
   text-align: left;
}
}

