label {
    display: block;
}

ol.educations li span {
    display: block;
}

ol.experiences li span {
    display: block;
}

ol li span.delete_edu a {
        float:left;
        margin: 0 5px;
        background-color: #cc0000;
        display: block;
        width: 15px;
        height: 15px;
        color: #fff;
        vertical-align: bottom;
}

ol li span.delete_edu a:hover {
        color: #cc0000;
}

ol.langs li {
    list-style: none;
    list-style-type: none;
}

ol.langs li ul li {
    list-style: none;
    list-style-type: none;
    background: none;
}

ol.langs li ul.inline li {
    display: inline;
    list-style: none;
    list-style-type: none;
}

ol.langs li ul.inline li span {
    margin: 0;
    padding: 0;
    width: 100px;
    display: inline-table;
    text-align: center;
}

ol.langs li ul.inline li.delete_lang a {
    text-align: right;
}