@import "/public/res/css/common/front.css";
@import "/public/res/css/elements/front-common.css";
@import "/public/res/css/elements/tabset.css";
@import "/public/res/css/elements/calendar.css";
@import "/public/res/css/elements/upload.css";

.userpic {
    float: left;
    width: 100px;
    height: 100px;
}

#user-photo {
    margin-left: 40px;
    margin-bottom: 20px;
}

.cv {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #3d7bce;
}

.cv th {
    padding: 2px;
    background: #3d7bce;
    color: white;
    border: 1px solid white;
}

.cv td {
    padding: 5px;
    border: 1px solid #3d7bce;
}

.user-info {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.user-info th {
    text-align: left;
    font-size: 14px;
    width: 120px;
}

.user-info td {
    padding: 3px;
    font-size: 14px;
}

ol li {
    margin-top: 40px;
}
