.feedback-item-wrapper table {
    width: 100%;
}

.feedback-item-wrapper {
    border-bottom: 1px solid #cccccc;
    overflow: auto;
    margin: 0px 1px 20px 2px;
}

.feedback-info {
    float: left;
    margin-bottom: 5px;
}

.feedback-info .number-questions {
    margin-top: 5px;
    clear: both;
}

.feedback-name-text {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
    overflow: hidden;
    text-transform: uppercase;
    padding-right: 10px;
    color: #21434d;
    font-weight: 400;
    font-size: 14px;
}

.take-feedback-button-wrapper {
    text-align:right
}

.take-feedback-button-wrapper button {
    margin-right: 0px !important; 
    margin-bottom: 6px;
}