@charset "utf-8";

a,
body {
    color: #FFF
}

body,
div,
form,
html,
img,
li,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit
}

body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #333
}

.but a {
    display: block;
    margin: 10px auto;
    width: 90%;
    font-family: sans-serif;
    font-size: 20px;
    appearance: none;
    box-shadow: none;
    background: #C5D80C;
    color: #000;
    padding: 15px 5px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #111;
    text-decoration: none;
    text-align: center
}

body {
    margin: 0px;
    background-color: #1B0D0D;
}

@charset "utf-8";

.button,
.name,
.profile {
    cursor: pointer
}

#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6,
#content2,
#content3,
#q2,
#q3,
#q4,
#result1,
#result2,
#result3 {
    display: none
}

.main-content p {
    font-size: 13px;
    color: #000000;
}

.main-content span {
    color: red
}

.main-content h1 {
    font-size: 20px
}

.main-content h2 {
    font-size: 18px;
    font-weight: 400
}

.main-content {
    padding: 10px;
    background-color: #fff !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.main-content h1 {
    font-size: 20px
}

.main-content h2 {
    font-size: 18px;
    font-weight: 400
}

.comment-status span,
.name {
    color: #3b5998
}

.profile {
    float: left;
    width: 60px;
    margin-right: 10px
}

.comments {
    background-color: #eeeff4;
    border-bottom: 2px solid #fff;
    padding: 10px
}

.comment-content img,
.profile img {
    width: 100%
}

.comment-content {
    float: left;
    width: 190px
}

.name {
    margin: 0
}

.clr {
    clear: both
}

.comment-status {
    font-size: 11px;
    cursor: pointer;
    color: #000000;
}

.comment-like {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px
}

.a {
    position: relative;
    top: 5% !important;
    background-color: #008000;
}