﻿.overlay .profile-picture img {
    cursor: default;
    max-height: none;
    min-height: 200px;
    width: 100%;
}

.overlay-trigger-content {
    display: none;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    overflow: auto;
}

.overlay-container {
    max-width: 800px;
    background: white;
    border: 1px solid #999;
    margin: 120px auto;
}

.overlay-inner {
    padding: 24px;
}

.overlay-options {
    margin-top: 12px;
}

.overlay-template {
    display: none;
}
