
.container {
    background-color: #fff;
    position: relative;
    float: left;
    width: 100%;
}
.barLeft {
    height: 160px;
    width: 40px;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
}
.iconTop {
    height: 40px;
    background-color: rgba(0, 0, 0, 0.05);
    color: #EE4459;
    padding: 10px;
    font-size: 16px;
}
.textV {
    width: 100px;
    text-align: left;
    font-size: 10px;
    color: #EE4459;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: absolute;
    left: -100%;
    margin-left: 10px;
    bottom: 90px;
}
.actionIcon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #9b9797;
}

.content {
    float: left;
    position: absolute;
    left: 60px;
    top: 12px;
}

.content .date {
    text-align: right;
    width: 60px;
    float: left;
    font-weight: lighter;
}
.content .title {
    padding-top: 2px;
    padding-left: 75px;
    padding-right: 10px;
    height: 100px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
}

.content .location {
    height: 45px;
}
.content .location .city {
    display: inline;
}