.post-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
}

h2 {
    margin-top: 5px;
}

h3 {
    padding-top: 5px;
}

.post-content p {
    margin-bottom: 18px;
}

.post-content a {
    text-decoration: none;
    color: #0072ec;
}

.post-content td {
    padding: 10px;
}

.post-content img {
    width:auto !important;
    max-width:100% !important;
    height:auto !important;

    image-rendering: -moz-crisp-edges !important; /* Firefox */
    -ms-interpolation-mode: nearest-neighbor !important;  /* IE */
    image-rendering: crisp-edges !important; /* Стандартное свойство */
}

.post-content figure > img {
    max-width: 100% !important;
}

.post-content li {
    padding: 0 0 5px;
}

.post-content li ul li:last-child {
    padding-bottom: 0;
}

.post-content table {
    margin-bottom: 20px;
}

.post-content table tr:first-child td {
    text-align: left;
    border-bottom: 1px solid #cecece;
    font-weight: 700;
}

.post-content table td, .post-content table th {
    padding: 8px 10px;
    white-space: nowrap;
}

.post-content table td.wrap, .post-content table th.wrap {
    word-wrap: break-word;
    white-space: normal;
}

.post-category-tab {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.post-category-tab > .panel-body:hover {
    background-color: #edf1f2;
}

.post-category-tab i {
    font-size: 60px;
}

.post-category-tab .panel-body > span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.post-extra-block {
    border-top: 1px solid #e4e5e7;
}

.post-extra-block {
    margin-bottom: 30px;
}

.post-extra-block .panel-heading {
    padding: 10px 0;
}

.post-extra-block h3 {
    padding: 0;
    margin: 0;
}

.post-extra-block .list-group-item {
    background-color: inherit;
    border: none;
    padding: 3px 0;

    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
}
