table.expirience {padding:0px;width:100%;margin-top: 15px;}
table.expirience tr td {border-bottom:1px solid #CBCBCB;padding:10px;}

table.expirience td.period {width:120px;background: #feefdb;border-right:1px dotted #CBCBCB;text-align: right; font-size: 1.1em;}
table.expirience td.info {font-size: 1.1em;padding:10px 2px 10px 15px;line-height: 150%;}
table.expirience .pos {font-weight: bold; font-size: 1.1em;}
table.expirience .firm {font-size: 1.1em;}
table.expirience .location {font-size: 0.8em;color:#808080;}
table.expirience .links {margin-top: 10px;font-size: 0.9em;}
table.expirience .links .del {}

table.expirience .title {position: relative;padding-left: 25px;}

table.expirience .strip {
    border: 1px solid;
    bottom: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    content: "";
    left: 0;
    position: absolute;
    top: 3px;
    width: 9px;
    min-height: 30px;
}

table.expirience .exp_act {
    background-color: #248761;
    background-image: linear-gradient(to bottom, #248761, #007347);
    border-color: #1c6a4c;
}
table.expirience .exp_inact {
    background-color: #808080;
    background-image: linear-gradient(to bottom, #808080, #404040);
    border-color: #404040;
}
table.expirience .edu {
    background-color: #ffecbd;
    background-image: linear-gradient(to bottom, #ffcc53, #fbb100);
    border-color: #fbb100;
}
table.expirience .logo {float:right;width:80px;margin-left: 10px;}
table.expirience .logo img {width: 100%; border: 1px solid #cccccc;}

table.expirience .descr {margin-top: 10px;margin-left: 25px;line-height: 120%;}
table.expirience .descr p {font-size: 13px;color:#707070;}