.project-mod-event-comments form {
    width: 60%;
    margin: auto;
}
.tab-content.comment .title {
    text-transform: uppercase;
}
.tab-content.comment form input,
.tab-content.comment form textarea {
    border-radius: 30px;
    border: 1px solid rgba(102, 102, 102, 0.45);
    padding-top: 5px;
    padding-left: 12px;
}
::placeholder {
    color: #BEBEBE; /* Firefox */
    font-size: 14px;
    font-weight: normal;
    margin-left: 0;
    padding-left: 0;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BEBEBE;
    font-size: 14px;
    font-weight: normal;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #BEBEBE;
    font-size: 14px;
    font-weight: normal;
}
.btn.btn-primary {
    margin-top: 30px;
}
.tab-content.comment .btn {
    border-radius: 47px !important;
    padding: 9px !important;
    font-weight: bold !important;
    font-size: 17px !important;
    text-transform: uppercase !important;
}
.comment-list {
    margin-top: 10%;
    margin-bottom: 5%;
}
.comment-item {
    background: #F3F4F9;
    border-radius: 16px;
    padding: 30px;
}
.comment-item .name {
    font-weight: bold;
    /*font-size: 14px;*/
    font-size: 1.4rem;
    color: #18428B;
    display: inline-block;
    float: left;
}
.comment-item .date {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    float: right;
}
.tab-content .comment-item .text {
    line-height: 17px;
    /*font-size: 13px;*/
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 10px;
}
.comment-item {
    margin-bottom: 20px;
}