* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
    color: #264654;
    font-size: 15px;
    line-height: 1.4;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}
h1, h2, h4 {
    display: block;
    margin: 0.5em 0px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
h1 {font-size: 24px;}
h4 {font-size: 1.0625rem;}
a {
    color: red;
    text-decoration: underline;
}
ul {list-style: none;}
img {
    width: 100%;
    max-width: max-content;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    display: table;
    margin: 10px auto;
}
.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}
header {
    border-bottom: 3px solid #eeeff1;
    text-transform: uppercase;
}
header .wrapper {
    display: flex;
    align-items: center;
}
header a {
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none;
}
header p {
    font-size: 24px;
    margin-left: 10px;
}
header p span {font-size: 18px}
header ul {
    display: flex;
    margin-left: 50px;
    flex-wrap: wrap;
}
header li {margin: 0 20px;}
header li a {color: #f00;}
.main {
    width: 67%;
    border-right: 2px solid #eaeaea;
    padding: 10px;
    display: inline-block;
}
.imgBox {
    width: 600px;
    max-width: 100%;
    background: #dcd9d9;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.imgBox p {
    margin: 5px auto 5px!important;
    font-weight: bold;
}
.floatL {
    float: left;
    margin-right: 10px;
}
.voteBox {
    width: auto;
    display: block;
    background: #eeeff1;
    border-radius: 3px;
}
.voteBox h2 {
    display: block;
    text-align: left;
    width: auto;
    padding: 15px 20px;
    color: rgb(143, 0, 1);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
}
.voteBox h2 span {
    font-size: 18px;
    color: #000;
    text-transform: lowercase;
}
.vote-block-content {
    display: block;
    width: auto;
    border: 1px solid #eeeff1;
    background: #fff;
    padding: 0 20px;
}
.vote-block-content-container:first-child {margin-top: 30px;}
.vote-block-content-container:last-child {margin-bottom: 40px;}
.vote-block-content-container {
    display: block;
    width: auto;
    margin-bottom: 20px;
}
.vote-block-content-container:after {
    content: '';
    display: block;
    clear: both;
}
.voteBox p {
    margin: 0 !important;
    float: left;
    display: block;
    width: 40%;
    text-align: left;
}
.vote-block-content-stat {
    display: block;
    float: right;
    width: 60%;
    position: relative;
    background: #eeeff1;
    height: 25px;
}
.vote-block-content-stat-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #66a01d;
    text-align: right;
}
.voteBox h6 {
    font-size: 12px;
    color: #eeeff1;
    margin-left: 121%;
    margin-top: 4px;
}
.line-1 {width: 23%;}
.line-2 {width: 47%;}
.line-3 {width: 8%;}
.line-4 {
    width: 17%;
    background: #939598;
}
.line-5 {
    width: 5%;
    background: #939598;
}
.voteBox h6 {color: #66a01d;}
.line-2 h6 {margin-left: 108%;}
.line-4 h6, .line-5 h6 {color: #939598;}
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
    box-shadow: inset 0px 1px 0px 0px #f29c93;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
    background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
    background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100', GradientType=0);
    background-color: #fe1a00;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d83526;
    cursor: pointer;
    color: #ffffff!important;
    font-size: 23px;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 20px;
    margin: 10px auto;
    display: table;
    text-decoration: none;
    text-shadow: 0px 1px 0px #b23e35;
}
.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
    background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background: -o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
    background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00', GradientType=0);
    background-color: #ce0100;
}
.commLabel {
    background: #dae2e8 none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
    overflow: auto;
}
.commLabel h5 {
    padding: 0;
    margin: 5px 0 0 5px;
    color: #45688e;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
}
#report_post img {
    display: initial;
    margin: 0;
}
.comment {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.avatar {margin: 0 10px 0 0;}
.comment h2 {
    color: #2b587a;
    font-weight: bold;
    font-size: 12px;
}
.comment p {margin: 5px 0 !important;}
.sidebar {
    width: 30%;
    background-color: rgb(251, 251, 252);
    margin: 15px 0px 0px 20px;
    border: 2px solid rgb(246, 246, 246);
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.sidebar li {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}
.sidebar li img {
    margin: 0 10px 0 0;
    width: 70px;
}
.sidebar a {color: #007db6;}
.sidebar a:hover {color: #e86868;}
footer {
    text-align: center;
    padding: 0 0 10px;
}
.poppage {
    background-color: #fff;
    padding: 15px;
}

@media( max-width:980px) {
    .sidebar {display: none;}
    .main {
        width: 100%;
        border-right: none;
        padding: 0;
    }
    header ul {margin-left: 20px;}
}
@media( max-width:876px) {
    header li {margin: 0 5px;}
}
@media( max-width:750px) {
    header ul {display: none;}
    header .wrapper {
        justify-content: center;
        padding: 0;
    }
}
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/