#extBaseImage .collection {border: none;}
#extBaseImage .collection-item { padding:0px; border:none; }
#extBaseImage .collection-header { padding:0px; border:none; text-transform: capitalize;}

#modalResultBaseImage { max-height: 100%; background-color: #fff;} 
#modalResultBaseImage a.modal-close { position: fixed; right: 20px; background-color: #fff;}
.card.card-baseimage-result-photo {}
.card.card-baseimage-result-photo img.image-to-load {}

.card.card-baseimage-result-photo .card-image-author { float: right; margin-top: -25px; height:25px; position: relative; padding: 0px 5px; background-color: #333a; color:#fff;}
.card.card-baseimage-result-photo .card-image-author:not(.author-loaded) { display:none; }
/*Disable debugKit iframe */
iframe {width:0px;}

#extBaseImage .btn-link-base-image {
	display: flex;
	height: auto;
	line-height: 16px;
	justify-content:center;
	align-items: center;
	text-align: left;
	background-color: #82a62f;
	width:100%;
	padding:5px;
}

#extBaseImage .btn-link-base-image:hover {
	background-color: #a1c254;
}

#extBaseImage .btn-link-base-image svg {
	height:50px;
	padding:5px;
}

#extBaseImage .btn-link-base-image svg #circle2 {
	fill:#dce6c5;
}

p.debug {
	font-size: 12px;
	margin: 0px;
	background-color:#e5ead9;
}