div.reviewInfoAboutSupplier {
    display: flex;
    flex-wrap: wrap;
}

div.addReviewButton {
    background-color: #fda31c;
    border: 1px solid #fda31c;
    margin: 0 0 15px 5px;
}

div.backToReviewsButton {
    border: 1px solid #9b9b9b;
    width: 110px;
    min-width: 110px;
    font-size: 10px;
    padding: 4px;
    margin-bottom: 10px;
    margin-right: 5px;
}

div.reviewsListContainer {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #c2c1c1;
    padding-top: 10px;
}

div.reviewContainer {
    padding: 5px;
    margin: 0 0 5px 5px;
    width: 350px;
    border: 1px solid #c2c1c1;
}

div.reviewTitle {
    display: flex;
    flex-wrap: wrap;
}

div.reviewScore {
    flex-grow: 1;
    padding: 0 5px 5px 5px;
}

div.reviewAuthor {
    padding: 5px;
    font-size: 10px;
}

div.reviewMessage {
    padding: 5px;
}

span.reviewMessage {
    white-space: pre-wrap;
}

span.expandRestOfMessage {
    text-decoration: underline;
    font-size: 11px;
    cursor: pointer;
}

div.addReviewContainer {
    margin-bottom: 20px;
    padding: 5px;
}

textarea.messageField {
    height: 200px;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 10px;
}
