/**
 * CSS style for iKlubovna user profile
 * @author Miroslav Kvasnica - niwi, niwiweb.wz.cz, miradrda@volny.cz
 * @date 14.7.2011
 */
.postcard {
    width: 500px;
    margin: 10px 20px;
    border: 5px solid #b8c943;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #f4f3c2;
}

.postcard .image {
    float: right;
    margin: 20px;
}

.postcard .card {
    margin: 10px 10px 15px 15px;
}

.postcard .card div strong {
    font-weight: bold;
    color: #666666;
}

.postcard a.gsf-context-edit, .postcard a.gsf-context-delete {
    float: left;
    width: 100px;
    margin: 5px 5px;
    padding-left: 25px;
}