@charset "UTF-8";

.vcard,
.vevent {
  border: 1px solid #ab9d07 !important;
}
.vcard {
	background-image: url(../../../../images/microformats/icon-hcard.png) !important;
  background-position: 10px 10px !important; 
  border-width: 1px !important;
  padding: 35px 10px 10px 10px !important; 
}
.vcard a {
	background: none;
  padding-left: 0;
	color: #5e5e9f;
}
.vcard a:visited,
.vcard a:hover,
.vcard a:active {
	color: #262761;
}
