.linkedin-card-loading {
	display: none;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,0.5) url(/img/loading.gif) no-repeat center center;
}

.linkedin-card-wrapper {
	width: 100%;
	height: 100%;
}

.linkedin-card-wrapper ul, .linkedin-card-wrapper li{
	list-style-type: none;
}

.linkedin-card-profile-details-wrapper, .linkedin-card-profile-picture-wrapper {
	list-style-type: none;
}

.linkedin-card-profile-details-wrapper{
	padding-right: 20px;
}

.linkedin-card-email {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.linkedin-card-email:before {
    content: attr(data-domain) "\0040" attr(data-username);
}

.linkedin-card-positions .company-labels {
    font-style: italic !important;
    font-size: 0.80em !important;
}

.linkedin-card-positions .position-labels {
	font-weight: bold !important;
}