div#profile-pic-container {
    background-position: center;
    border-radius: 4px;
    box-shadow:4px 4px 8px rgba(0, 0, 0, 0.3);
    height:270px;
    margin: auto;
    width:270px;
}

button#change-profile-pic {
    margin:1em 0 0 1em;
}

#yourId {
    height:270px;
    width:270px;
	position:relative; /* or fixed or absolute */
}

.jcrop-keymgr {
    opacity:0;
}

#image-crop-container {
    max-height:300px;
    max-width:300px;
}

#image-thumbnail-container {
    border:2px dashed #333;
    box-shadow:0 0 4px rgba(0,0,0,0.5);
    height:270px;
    overflow:hidden;
    width:270px;
}

.user-profile-pic-ticket-reply {
    background-color:var(--white);
    box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
    float: left;
    margin: 24px;
    padding: 8px;
    position: relative;
}

.user-profile-pic-ticket-reply:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left-color: #ffffff;
	border-right: 0;
	margin-top: -16px;
	margin-right: -16px;
}

    .user-profile-pic-ticket-reply img {
        width: 92px;
    }
