.feedback-container {
    position: fixed;
    left: 50%; transform: translate(-50%);
    bottom: 10px;
    background-color: aliceblue;  
    padding: 15px 15px;
    -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
    -moz-box-shadow:  3px 3px 5px -2px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.3);
    z-index: 1000;
}

.feedback-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: small

}

.feedback-close {
    position: absolute;
    top: 2px;
    right: 5px;
    color: darkred;
    font-size: small

}

.feedback-success {
  
    color: green;
    font-size: small

}

#FeedbackComment {
    width: 300px;
    display: inline;
    font-size:small;
}