﻿.divVote {
    border-radius: 3px;
    background-color: #FCFDFF;
    border: 1px solid #CFD7E6;
    padding: 6px 0 6px 0;
    text-align: center;
    text-shadow: none;
    color: #878787;
    font-size: 16px;
    width: 80px;
}
.label {
    color: white !important;
    text-shadow: none;
    width: 100%;
    font-size: 12px;
}
.divVoteCount {
    color: #292C33;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.btnVote {
    width: 80px;
    margin-top: 4px;
}
.suggestionContainer {
    display: flex;
    gap: 20px;
}
.suggestionTitle {
    font-size: x-large;
    overflow-wrap: anywhere;
    color: white;
}
.nameNote {
    color: gray;
    margin-left: 8px;
}
.content {
    margin-top: 0;
    margin-bottom: 0;
}
.onwerImage {
    width: 20px;
    height: 20px;
}
.summary {
    max-height: 106px;
    overflow: hidden;
}
.content {
    font-size: 18px;
    margin: 0px;
    text-shadow: none;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
.SuggestionView {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
    .SuggestionView .info{
        display: flex;
        gap: 20px;
    }
    .SuggestionView .wrapper {
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
    }

    .SuggestionView .divMessage {
        text-align: left;
        background: #ffffff;
        color: black;
        border-radius: 10px;
        display: inline-block;
    }
        .SuggestionView .divMessage .icon {
            width: 16px;
            height: 16px;
        }

        .SuggestionView .box {
        padding: 8px 12px;
        position: relative;
        word-wrap: break-word;
        display: table-cell;
    }

    .SuggestionView .divName {
        color: white;
        font-size: small;
    }

    .SuggestionView .divHolder {
        margin-left: 4px;
    }
