/*
 * CSS for SurvNet contact webpage
 * $Id$
 */

.col {
    display: block;
    float: left;
    clear: right;
}

.col#contactme {
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vcard {
    display: inline-block;
}

.vcard .photo {
    align: left;
    display: inline;
    float: left;
    margin-right: 20px;
    spacing: 5px;
    vertical-align: middle;
    width: 114px;
    height: 173px;
}

.vcard .fn {
    font-size:   larger;
    font-weight: bold;
}

.vcard .title {
    font-weight: bold;
}

.vcard .award {
    font-style: italic;
}

.vcard .org {
    margin-top: 2em;
}

.vcard span.areacode::before {
    content: '(';
}

.vcard span.areacode::after {
    content: ')';
}

.vcard span.label {
    font-weight: bolder;
}

.vcard span.label::after {
    content: ':';
}

.vcard .tel {
    display: none;
}

