.glitz-studio-label {
    color: white;
    font-size: 30px;
    margin-left: 20px;
}

.glitz-studio-tab {
    margin-top: 30px;
}

.photie-files-tab {
    margin-top: 4px;
}

.photie-files-table {
    width: 100%;
    font-size: 25px;
    color: rgba(255, 255, 255, 1.0);
    padding-bottom: var(---height-navigation-bar);
    padding-left: 15px;
    padding-top: 15px;
}

.photie-files-table td {
    padding-right: 40px;
}

.photie-files-thumbnail {
    height: 140px;
    border: 1px solid rgba(192, 192, 192, 1);
    max-width: 400px;
    box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}

.photie-files-preview {
    height: 60px;
    border: 1px solid rgba(192, 192, 192, 1);
}

.photie-files-button {
    position: relative;
    width: 30px;
    filter: invert(100%);
}