﻿.vcard {
    margin:0;
    font-size:.8em;
    min-height:1px;
}* html .vcard  {height:1px;} .vcard:after {height:0px; visibility:hidden; content:"."; clear:both; display:block;}

.vcard-wrapper .vcard {
    padding:0;
    list-style-type:none;
    margin:0 0 10px 0;
    background:#e9e4d3;
    padding:10px;
    -moz-box-shadow:0 1px 0 #d0c9b0;

    
}

.vcard .header {
    font-weight:bold;
    font-size:1.2em;
}

.vcard div {
    min-height:1px;
} * html .vcard div {height:1px;} .vcard div:after {height:0px; visibility:hidden; content:"."; clear:both; display:block;}

.vcard .type {
    
    width:50px;
    display:block;
    float:left;
    font-style:italic;
    color:#999;
}




.vcard .fn {
    font-weight:bold;
}


.vcard .adr, .vcard .phone-email {
    float:left;
    width:200px;
}
