.user-profile-picture, .avatar-settings {display: none;}
.cuav-avatar-preview {display: block; width: 128px; height: 128px; border-radius: 100px; margin-bottom: 15px; background-color: #c5c5c5; position: relative;}
.cuav-avatar-preview:before {content: ""; position:absolute; left:-2px; bottom:-1px; width:100%; height:100%; border-radius: 100px; border: 2px solid #c5c5c5; z-index:1;}
.button.cuav_remove_button, .button.cuav_remove_button:hover, .button.cuav_remove_button:focus {color: red; border-color: red;}
.button.cuav_remove_button:focus {box-shadow: 0 0 0 1px red;}