.image-uploader {
    margin: 0px;
    padding: 8px;
    border: 1px solid #CDCDCD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px -2px #CCCCCC;
}

.h-divider{
    margin-top:5px;
    margin-bottom:5px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}

form .panel-body {
    padding: 0;
}

.del-icon {
    position:absolute; 
    top:-5px; 
    left:15px; 
    display: none; 
    color:red;
}

.img-over-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 50%;
}