[data-element-key="dealstore"] {
    display: none;
}

.im-row {
    margin-bottom: 10px;
    display: inline-block;
}

.image_item {
    float: left;
    width: 98px;
    min-height: 108px;
    margin-right: 10px;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
    -ms-box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15) inset;
    cursor: pointer;
}

.im-over {
    border: 4px solid orange;
}

.im-selected {
    border: 4px solid #82b965;
}

.user-image {
    max-width: 300px;
    max-height: 300px;
}

.image-error {
    color: red;
    font-size: 12px;
}


.fpp-notice {
    display: flex;
    background-color: rgb(244, 67, 54);
    min-width: 48px;
    -webkit-box-align: baseline;
    align-items: baseline;
    word-break: break-word;
    color: inherit;
    border-radius: 3px;
    margin: 1em auto;
    padding: 8px;
}

.fpp-icon-container {
    color: rgb(0, 82, 204);
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    box-sizing: content-box;
    padding-left: 5px;
}

.fpp-icon {
    vertical-align: middle;
    color: white;
    display: inline-block;
    fill: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
}

.fpp-content {
    margin: 1px 0px;
    flex: 1 0 0px;
    padding: 0;
}

.fpp-content > p {
    color: white;
    font-size: 1em;
    line-height: 1.714;
    font-weight: normal;
    margin-bottom: 0;
    letter-spacing: -0.005em;
}