hr {
    background: none;
    height: 1px;
    margin: 25px 0;
    border: none;
    border-top: solid 1px #8CB6E4;
    box-sizing: border-box;
}
img[align="right"] {
    margin: 0 0 10px 20px;
}
img[align="left"] {
    margin: 0 20px 10px 0;
}

.content img {
    max-width: 100%;
}

.cat-table {

}
.cat-table--full {
    width: 100%;
}
.cat-table th {
    padding: 10px;
    color: #999;
    text-align: left;
    font-weight: bold;
    border: none;
}
.cat-table td {
    border: solid 1px #8CB6E4;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    line-height: 16px;
}
.cell--standart {
    white-space: nowrap;
}
td.cell--date {
    white-space: nowrap;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
}

.publication__detail table {
    width: 100%;
}
.publication__detail table th {
    padding: 10px;
    color: #999;
    text-align: left;
    font-weight: bold;
    border: none;
}
.publication__detail table td {
    border: solid 1px #8CB6E4;
    padding: 10px;
    vertical-align: top;
    text-align: left;
    line-height: 16px;
}
.publication__detail table td.table-in {
    padding: 0;
}
.publication__detail table td.table-in table td {
    padding: 5px;
}
.cell--standart {
    white-space: nowrap;
}
td.cell--date {
    white-space: nowrap;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
}
