
.batchFlytedImageWidget table {
    width: 100%;
    margin: auto;
    border-bottom: 1px solid #777;
    font-size: 70%;
}

.batchFlytedImageWidget td {
    border: 1px solid #777;
    text-align: center;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
}

.batchFlytedImageWidget th {
    border: 1px solid #777;
    font-weight: normal;
    color: #777;
    background-color: #fafafa;
    font-size: 100%;
    padding: 3px;
    text-align: center;
}

.batchFlytedImageWidget img {
    width: 100px;
    height: 75px;
}

.batchFlytedImageWidget p.caption {
    clear:both;
    margin-top: 0.5em;
    margin-bottom: 0;
}
