/* RESET */
ul {
    list-style: none;
}

.floatfix {
    overflow: hidden;
}

* html .floatfix {
    width: 100%;
}

.clearfix {
    display: block;
}

.clearfix:after, li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix, * html {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix, *:first-child + html {
    zoom: 1;
}

/* IE7 */

.center, *[align="center"] {
    margin-left: auto;
    margin-right: auto;
}

.center-block {
    display: table;
    margin: 0 auto;
}

.bbcode.prevw {
    background-color: rgba(15, 15, 15, 0.078);
    filter: invert(68%) sepia(31%) saturate(0%) hue-rotate(252deg) brightness(85%) contrast(84%);
    width: 24px;
    height: 24px;
}