@charset "utf-8";

#navigation-yhteystiedot {
    color: #feff00 !important;
    font-weight: bold;
}

#googlemaps-container, #googlemaps {
    border: 0;
    height: 525px;
    overflow: hidden;
    width: 900px;
}
#karttalinkki {
/*    margin: 0 0 10px 15px;*/
}

.henkilot {
    display: block;
    margin: 0;
    padding-left: 25px;
}
.henkilo {
    float: left;
    height: 270px;
    margin: 0;
    position: relative;
    width: 435px;
}
.henkilo img {
    border-radius: 5px;
    -moz-box-shadow: 0 3px 8px 0 rgba(153, 153, 67, .5), 0 3px 6px 0 rgba(45, 45, 45, .75);
    -webkit-box-shadow: 0 3px 8px 0 rgba(153, 153, 67, .5), 0 3px 6px 0 rgba(45, 45, 45, .75);
    box-shadow: 0 3px 8px 0 rgba(153, 153, 67, .5), 0 3px 6px 0 rgba(45, 45, 45, .75);
    float: left;
    /*height: 250px;*/
    height: 231px;
    margin: 0 10px 0 0;
    /*width: 200px;*/
    width: 185px;
}
.henkilo .nimi {
    font-size: 18px;
    margin: 75px 0 0 0;
}
.henkilo .titteli {
    margin: 0;
    padding-bottom: 5px;
}
.henkilo .esittelylinkki {
    background-color: #aaaaaa;
    background-color: rgba(204, 204, 204, 0.5);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(45, 45, 45, 0.5);
    padding: 4px;
    position: absolute;
        /*left: 25px;*/
        /*top: 215px;*/
        left: 17px;
        top: 200px;
}
