﻿.imgedit,.imgfinalize {
    position: absolute;
bottom: 1px;
right: 0;
background-color: #0093ff;
    color: white;
padding: 10px;
border-radius: 2px;
border: 2px solid #cbcbcb;
border-collapse: collapse;
}

.imgfinalize {
    z-index: 100;
}

.imgeditingcontainer {
    background-color: black;
    color: white;
    opacity: 0.75;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

