/**
* Extension "tt_address"
**/

.tx-ttaddress-pi1 {
	margin-bottom: 0px;
}

.tx-ttaddress-pi1 .vcard { 
	padding: 15px;
	margin-bottom: 0px; 
}
.tx-ttaddress-pi1 .vcard:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.tx-ttaddress-pi1 .vcard h3 small {
	display: block;
}