.centered-dialog {
    position: fixed;
    z-index: 15;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.no-bullets li {
    list-style-type: none;
}

.small-image {
    height: 15px;
    cursor: default; 
    border: 0px solid; 
    float: left;
}

.image-right-margin {
    margin-right: 7px;
}

.big-image img {
    height: 125px;
    width: 109px;
    cursor: default; 
    border: 0px solid; 
    float: left;
}
.big-image-circle {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    cursor: default; 
    border: 2px solid #85439a; 
    float: left;
}
