 .comments
            {
                padding-top: 50px;
                padding-bottom: 50px;
            }
            .comment-hero
            {
                font-weight: bold;
                font-size: 26px;
                color: #494949;
                text-transform: uppercase;
                padding-top: 50px
                margin-top: 10px;
                text-align: center;
            }
            .comment-section
            {
                padding-bottom: 25px;
                padding-top: 10px;
                border-bottom: 1px solid #dcdcdc;
            }
            .comment-date-name
            {
                margin-bottom: 5px;
            }
            .commenter-name
            {
                font-weight: 300;
                font-size: 20px;
                color: #494949;
                float: left;
                text-align: left;
                width: 15%;
                margin-bottom: 5px;
                margin-top: 0;
            }
            .commenter-date
            {
                font-weight: 400;
                font-size: 12px;
                color: #a5a5a5;
                float: right;
                text-align: right;
                width: 5%;
                /*                position: relative;
                                top: 20px;*/
            }
            .commenter-comment
            {
                font-weight: 400;
                font-size: 14px;
                color: #8c8c8c;
                text-align: left;
                margin-top: 100px;
                margin-bottom: 100px;
            }
            .commenter-reply
            {
                font-weight: 400;
                font-size: 12px;
                color: #475773;
                margin-top: 5px;
                margin-bottom: 0;
            }