
.date {
	font-size: 14px;
    font-weight: 700;
    color: #10100f;
    top: auto;
    bottom: -35px;
    padding: 5px 0;
    padding-bottom: 0px;
    background-color: #f7f7f7;
    border-bottom: #f3f3f3 solid 2px;
}

.comment-page {
    width: 100%;
    background-color: #fff;
    padding: 0
}
.comment-page .wrapper {
    max-width: 800px;
    width: 96%;
    margin: 0 auto
}
.comment-page .wrapper h2 {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 300;
    padding: 20px 0 5px
}
.f-comments {
    background-color: #000;
    color: #fff;
    padding: 1% 5% 15px;
    font-size: 12px;
    width: 90%;
    margin-top: 20px
}
.f-comments .row {
    width: 49%
}
blockquote {
    margin: 1.5em 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    background-color: rgba(255, 255, 255, .2);
    padding: 10px;
    border-radius: 3px
}
blockquote:before {
    color: #fff;
    content: '\"';
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em
}
.author b,
.author img {
    vertical-align: middle
}
.author b {
    margin-left: 5px
}
.footer {
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 2px 2px #d2d2d2;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px
}
.hidden {
    display: none
}
.comment,.commenta,
.comment .desc,
.commenta .desc,
.comment-img,
.image-wrapper,
.right-wrapper {
    display: inline-block
}

.comment-img {
    border-radius: 50%;
}
.validate .wrapper {
    max-width: 800px;
    width: 96%;
    margin: 0 auto
}

.comment, .commenta  {
    display: inline-block;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 2% 5%;
    width: 90%
}
.blue-text {
    color: #627aad
}
.gray-text {
    padding-top: 5px;
    color: #888a89;
    font-size: 10px
}
.comment-img {
    vertical-align: top;
    display: inline-block;
    border: 2px solid #ccc
}
.comment .desc, .commenta .desc {
    width: 85%;
    margin-left: 5%;
    vertical-align: top
}
.comment .desc p, .commenta .desc p {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 14px
}

/********** New Comments Styling **********/
.vicon{
    width: 16px;
    margin-left: 6px;
    vertical-align: text-bottom;
}
.vtext{
    font-size: 10px;
    padding-left: 4px;
    font-style: italic;
    color: #4CAF50;
    font-weight: bold;
}
.comment-rating {
    display: block;
    margin-bottom: 14px;
    margin-top: 0px;
}
.comment-rating img {
    max-width: 62px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.comment-time{
    font-size: 12px;
    color: #666;
}

.reward-wrap {
    width: 20%;
    position: absolute;
    right: 14px;
    top: -3px;
}
.reward-small-circle {
    position: absolute;
    top: -26px;
    left: -62px;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: #fff;
    border: 3px solid #ca0000;
}
.reward-small-circle p {
    font-size: 16px;
    color: #c00;
    font-weight: 100;
    line-height: 1.2;
    text-align: center;
    padding-top: 0px;
    font-weight: 700;
}
.modal-content p {
    padding: 10px;
}
.animated {
    animation: heartbeat 3s infinite;
}
.reward-big-circle {
    width: 135px;
    height: 135px;
    background-color: #ca0000;
    border-radius: 100px;
    position: relative;
}
.reward-big-circle p {
    vertical-align: middle;
    padding-top: 20px;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    font-size: 13px;
}
.reward-big-circle p span.big {
    display: block;
    font-size: 66px;
    line-height: 0;
    padding-top: 30px;
    padding-bottom: 29px;
    font-weight: 700;
}
.reward-big-circle p span.big span.sub-currency {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: -14px;
    left: -1px;
}