* {
    font-family: Arial;
}

.feedback-container {
    height: auto;
    padding: 20px;
    background-color: #00B300;
    color: white;
}

.feedback-content-container {
    width: 1060px;
    float: left;
    text-align: center;
}

.forward {
    width: 40px;
    float: left;
}

.forward:hover {
    cursor: pointer;
}

.feedback-content {
    /*display: none;
    width: 90%;*/
    /*float: left;*/
}

.feedback-text {
    height: auto;
    text-align: justify;
    font-style: italic;
}

.feedback-name {
    text-align: right;
    font-style: italic;
    font-weight: bold;
}