.kv-zoom-body .file-zoom-content
{
	display: none;
}

.fieldset-legend {
    font-size: 1.1em;
    font-weight: bold;
    color: blue;
    margin-bottom: 5px;
}
.table th, .table td {
    padding: 4px;
    line-height: 16px;
    text-align: left;
    vertical-align: top;
    font-size: 13.5px;
    border-top: 1px solid #ddd;
    
}