.add-feedback-section {
    width:100%; 
    vertical-align:middle; 
    padding:4px 0px 4px 0px;
    margin-bottom: 20px;
}

.add-feedback-section .add-feedback-button {
    margin-right: 0px !important;
    float:right;
}

.view-results-button {
    margin-right: 0px !important;
}

.feedback-item-wrapper {
    border-bottom: 1px solid #cccccc;
    overflow: auto;
    margin: 20px 0px 20px 0px;
    width:100%;
    display: inline-block;
}

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

.feedback-item-wrapper table td {
    /*padding-left: 17px;*/
    padding-bottom: 12px;
}

.view-results-col {
    text-align: right;
}

.feedback-name-text {
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    float: left;
    height: 22px;
    overflow: hidden;
    padding-right: 10px;
}

.feedback-name-text {
    text-transform: uppercase;
}

a.feedback-action-btn:hover {
    text-decoration: none;
}
