.clsContainer {
    width: 550px;
    margin-right: 70px;
}

    .clsContainer .clsBody {
        padding: 20px 0 30px 0;
    }

.clsPoolInnerBox {
    position: relative;
    width: 420px;
    height: 300px;
    padding: 15px 35px 10px 20px;
    margin: 30px auto 15px auto;
    border: 1px solid #000000;
    background-color: #ffffff;
}

    .clsPoolInnerBox h2 {
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }

.clsGraph {
    display: flex;
    height: 230px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-end;
}

.clsBar {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0 0 0 10px;
}

.clsBarInner {
    display: block;
}

.clsVoters {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

td span.clsResponse {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

td span.clsResponseName {
    font-size: 12px;
    text-decoration: none;
}
