.shed {
    position: relative;
    top: 9px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 25px;
    width: 285px;
}

.shed tr:hover {
    background-color: #ed5153;
    color: #fff;
}

.shed tr:hover td {
    border-color: #c24e50;
}

.shed td {
    padding: 3px 4px 2px 10px;

    border: 1px solid #cfcfcf;
}

.shed td+td {
    text-align: right;
}

.shed1 {
    color: #B70000;
    text-align: center;
    position: relative;
    top: 0px;
    margin-bottom: 11px;
    width: 100%;
}

.shed1 thead td {
    color: #B70000;
    font: 13px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 28px 0;
}

.shed1 td{
    padding: 17px 0;
    border: 1px solid #cfcfcf;
    border-left: 1px solid #a2a19e;
    border-right: 1px solid #a2a19e;
}

.shed1 td time {
    position: relative;
    left: 2px;
}

.shed1 tbody  td:first-child {
    padding-right: 4px;
    color: #B70000;
   font: 13px/20px 'Open Sans', sans-serif;

}