
.container {
    background-color: #f9f9f9;
    position: relative;
    float: left;
    width: 100%;
}
.barLeft {
    height: 440px;
    width: 40px;
    text-align: center;
    background-color: #EFEFF0;
    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;
    top: 50px;
}
.actionIcon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #9b9797;
}

.content {
    float: left;
    position: absolute;
    left: 60px;
    top: 12px;
    padding-right: 20px;
}

.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;
    margin-bottom: 20px;
}

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

.body {
    color: #545454;
    font-size: 14px;
    float: left;
    width: 100%;
}

.spam {
    height: 30px;
    display: inline-block;
    padding: 15px 0;
}

.body .item {
    float: left;
    width: 100%;
    padding: 7px 0;
}

.listMembers {
    background-color: #fff;
    border-radius: 8px;
    list-style: none;
    padding: 0;
    margin: 0;

    float: left;
    width: 100%;
    height: 80px;
    overflow: auto;
    padding: 10px;
}

.listMembers li{
    padding: 5px 0;
    color: #545454;
    font-size: 11px;
}
