﻿.ProviderPopup {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row; 
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;

	font-size: 12px;
	background-color: #fff;
	padding: 10px 0 10px 0;

}
.ProviderPopup a,
.ProviderPopup label {
   width: 100%;
   background-color: rgb(229, 232, 221);
   margin: 1px 0px 1px 0px;
}
.ProviderPopup a span:nth-child(2),
.ProviderPopup label span:nth-child(2) {
   float: right;
}

/*.ProviderPopupLink:before {content:"==> "; color:#ff0000;} */
.ProviderPopupLink:after {content:": hier klicken"; color:#ff0000;}
