﻿#comment-box {
    border-top: 1px solid #D6D6D6;
    margin-top: 40px;
    padding-top: 20px;
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom:50px;
}

.comments-title h2 {
    font-family: 'Roboto';
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #002F60;
}

.comment-info{
    font-size:14px;
}

.comment-user{
    font-weight:bold;
}

.comment-time{
    font-size:12px;
    color:#c0c0c0;
}
.comment{
    margin:10px 0px;
    padding-bottom:10px;
    border-bottom:1px dotted #d6d6d6;
}
