.b-content sup
.b-content__wide sup {
    top: -0.4em;
}

.b-content sub,
.b-content__wide sub {
    bottom: -0.3em;
}

.b-content blockquote,
.b-content__wide blockquote {
    margin-bottom: 1em;
    padding-right: 5px;
    padding-left: 10px;
    border-left: 3px solid #ddd;
    line-height: 1.3em;
}

.b-content > p,
.b-content__wide > p {
    margin-bottom: 1.3em;
    line-height: 1.4em;
    font-size: 80%;
}

.b-content > ul, .b-content > ol,
.b-content__wide > ul, .b-content__wide > ol {
    margin: 0 0 1.3em 0;
    line-height: 1.5em;
    font-size: 80%;
}

.b-content > ul ul,
.b-content > ul ol,
.b-content > ol ul,
.b-content > ol ol,
.b-content__wide > ul ul,
.b-content__wide  > ul ol,
.b-content__wide  > ol ul,
.b-content__wide  > ol ol {
    margin-left: 15px;
}

.b-content p table,
.b-content__wide p table {
    margin: 0;
    margin-bottom: 1.3em;
    border-collapse: collapse;
    font-size: 80%;
}

.b-content table.content,
.b-content__wide table.content {
    font-size: 80%;
}

.b-content > table td,
.b-content__wide > table td {
    padding: 5px;
    border: 1px solid #ddd;
}

.b-content > table[id],
.b-content__wide > table[id] td {
    font-size: 80%;
}

.b-content table thead td,
.b-content__wide table thead td {
    border-bottom: 2px solid #000 !important;
    font-weight: bold;
}

.b-content code, pre
.b-content__wide code, pre {
    margin: 0 10px;
    margin-bottom: 1.3em;
    padding: 1em;
    background: #f5f5f5;
    font: 1.2em/1 "Courier New", Courier, monospace;
}

.b-content pre,
.b-content__wide pre {
    overflow: auto;
    border: 1px dashed #ccc;
    background: #f5f5f5;
    line-height: 1.7em;
    font-size: .9em;
}

.b-content .img_left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.b-content .img_right {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

/*FILE*/
.b-content .file,
.b-content__wide .file {
    margin-right: 2em;
    margin-left: 32px !important;
    font-size: 100%;

}

.b-content .file a,
.b-content__wide .file a {
    font-size: 80%;
    line-height: 1.1em;
}

.b-content .file span,
.b-content__wide .file span {
    display: block;
    color: #999;
    font-size: 70%;
}

.b-content .file i,
.b-content__wide .file i {
    float: left;
    margin: -1px 0 0.5em -32px;
    width: 30px;
    height: 40px;
    background: url('/media/i/icons/files.png') 0 0 no-repeat;
}

.b-content .pdf i,
.b-content__wide .pdf i {
    background-position: 0 0;
}

.b-content .doc i,
.b-content .docx i,
.b-content__wide .doc i,
.b-content__wide .docx i {
    background-position: -40px 0;
}

.b-content .xls i,
.b-content .xlsx i,
.b-content__wide .xls i,
.b-content__wide .xlsx i {
    background-position: -280px 0;
}

.b-content .ppt i,
.b-content__wide .ppt i {
    background-position: -400px 0;
}

.b-content .jpg i,
.b-content__wide .jpg i {
    background-position: -120px 0;
}

.b-content .gif i,
.b-content__wide .gif i {
    background-position: -80px 0;
}

.b-content .tiff i,
.b-content .tif i,
.b-content__wide .tiff i,
.b-content__wide .tif i {
    background-position: -160px 0;
}

.b-content .rar i,
.b-content__wide .rar i {
    background-position: -200px 0;
}

.b-content .zip i,
.b-content__wide .zip i {
    background-position: -240px 0;
}

.b-content .rtf i,
.b-content__wide .rtf i {
    background-position: -320px 0;
}

.b-content .dot i,
.b-content__wide .dot i {
    background-position: -360px 0;
}

.b-content .dir i,
.b-content__wide .dir i {
    background-position: -440px 0;
}

.b-content .odir i,
.b-content__wide .odir i {
    background-position: -480px 0;
}

.b-content h1,
.b-content h2,
.b-content h3,
.b-content h4,
.b-content h5,
.b-content h6,
.b-content__wide h1,
.b-content__wide h2,
.b-content__wide h3,
.b-content__wide h4,
.b-content__wide h5,
.b-content__wide h6 {
    font-weight: normal;
    font-size: 100%;
}

.b-content h1,
.b-content__wide h1 {
    margin-bottom: 15px;
    font-size: 160%;
}

.b-content h2,
.b-content__wide h2 {
    margin-bottom: 10px;
    font-size: 140%;
}

.b-content h3,
.b-content__wide h3 {
    margin-bottom: 10px;
    font-size: 130%;
}

.b-content h4,
.b-content__wide h4 {
    margin-bottom: 10px;
    font-size: 120%;
}