table.injured-table {
    border:1px solid #808080; width: 100%;
}

table.injured-table .post .tooltip {
    width: 150px;
    display: none;
    position: absolute;
    border: 2px solid #666;
    background: white;
    font-size: smaller;
    margin: 5px;
}

table.injured-table .strip {
    background: #e4e4e4;
}

table.injured-table tr.header th {
    background: #084C7D; padding:4px;
}

table.injured-table th {
    background: #808080;
    color: white; padding:2px;
}

table.injured-table td.date {
    font-weight: bold;
}

table.injured-table td.name {

}

table.injured-table td.post {
    cursor: help;
}

table.injured-table td.played-match {

}

table.injured-table td.goals {

}
table.injured-table td.status {

}

