.daily{
    width:100%;
    border-top:2px solid #666;
}
.daily thead th { background:#fefefe; }
.daily tr>th:last-child, .daily tr>td:last-child { border-right:0; }
.daily th, .daily td{
    border-bottom:1px solid #ccc;
    width:12.5%;
    padding:30px 0;
}
.daily td { padding:20px 0; }
.daily th { font-weight:bold; }
.daily tbody th:first-child { font-weight:normal; }
.daily td{
    text-align:center;
}
.daily td>img { padding-top:7px; }

.blind{
    position:absolute;
    left:-9999em;
}