#main {
    margin: auto;
    width: 50%;
    padding: 10px;
    width: 80%;
    display: none;
}

#title {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
}

.required:after {
    content: "*";
    color: red;
    position: absolute;
    top: 0;
    right: 10px;
}

.email {
    font-size: 10px;
    margin-top: -5px;
    color: gray;
}

#newComment {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}


p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.avatar {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
  }

.avatar2 {
    vertical-align: middle;
    width: 45px;
    height: 45px;
}

img.rounded {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background: #eee no-repeat center;
    background-size: cover;
  }