.flex-container {
    display:flex;
    justify-content: space-around;
}

.k-fab {
    z-index: 1002;
}

.k-card {
    width: 350px;
    height: auto;
    position: relative;
}

.k-card-image, .k-card-media {
    flex-shrink: 0;
}

#notes-overlay {
    display: none;
    position: absolute;
}

.notes-wrap {
    width: 350px;
    padding: 50px 20px 50px 20px;
    border: 1px solid #dedede;
    position: relative;
}

    .notes-wrap > h2 {
        font-size: 18px;
        color: #656565;
    }
