/***
 *	2017-09-17
 */
#simple-local-avatar-photo { display: inline-block; position: relative; width: 100px; }
	#simple-local-avatar-photo .profile-image { border-color: #555; }
	
	#avatar-place { display: block; width: 80px; height: 80px; border-radius: 50%; background: url() no-repeat 50% 50%; background-size: cover; }
	
	#simple-local-avatar-add,
	#simple-local-avatar-remove { display: block; width: 32px; height: 32px; line-height: 30px; text-align: center; color: #fff; position: absolute; bottom: 0; right: 0; border-radius: 50%; transition: all .3s ease-out; font-size: 1.5rem; }
	
	#simple-local-avatar-add { background: #3175bb; }
		#simple-local-avatar-add:hover { background: #265c94; }
	
	#simple-local-avatar-remove { background: #c00; }
		#simple-local-avatar-remove:hover { background: #A30000; }
	
	#avatar-file { font-size: 12px; color: #999; }