
table.table>thead>tr>th {
    border-bottom: 1px solid;
    font-weight:bold;
}

.thumb-tile {
    float:left; margin: 0 1em 2em 0; padding-left: 0.5em; border:1px solid black; background-color:#222;
}

.thumb-tile > input {
    width:auto;display:inline;
}

.thumb-tile img {
    max-width:100px;
}

.thumb-tile > div {
    float:right; padding:1em;
}