
table.WebcamListView {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid blue;
}
table.WebcamListView th {
    background: blue;
    color: white;
}

table.WebcamListView td {
    background: white;
    color: blue;
    /*§border 1px #7777ff solid;*/
    border: 1px solid silver;
    padding: 15px;
}


table.WebcamCheckListView {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid blue;
}
table.WebcamCheckListView th {
    background: blue;
    color: white;
}

table.WebcamCheckListView td {
    background: white;
    color: blue;
    border: 1px solid silver;
}

table.WebcamThumb {
    width: 250px;
    border: 1px solid black;
}

table.WebcamThumb th {
    color: white;
    background: black;
    border: 1px solid black;
}

table.WebcamThumb td {
    border: 1px solid black;
}

img.WebcamThumbImg {
    width: 250px;
    height: 188px;
    background: #ccccff;
    /** TODO: fixed size */
}

