@CHARSET "UTF-8";
.experience, .experience .company, .experience .company h4, .experience .description {
    background: url(/box.png) 100% 100% no-repeat #fff;
}
.experience {
    position: relative;
    margin: 20px 0;
    padding-right: 15px;
}
.experience .company {
    margin-right: -15px;
    padding-right: 15px;
    background-position: 100% 0;
    font-size: 1.1em;
}
.experience .company h4 {
    margin: 0;
    padding: 15px 0 0 15px;
    height: 30px;
    background-position: 0 0;
}
.experience .description {
    padding: 15px;
    background-position: 0 100%;
}
.experience .title {
    position: absolute;
    top: 30px;
    left: 15px;
}
.experience .date {
    position: absolute;
    top: 30px;
    right: 15px;
}
.experience .controls {
    position: absolute;
    top: 10px;
    right: 15px;
}