div.important *, div.note *, div.tip *, div.warning *, div.navheader *, div.navfooter *, div.calloutlist * {
    border: none !important;
    background: 0 0 !important;
    margin: 0;
}

div.important p, div.note p, div.tip p, div.warning p {
    color: #6f6f6f;
    line-height: 1.6;
    word-break: break-word;
    white-space: normal;
}

div.important img, div.note img, div.tip img, div.warning img {
    max-width: inherit;
}

div.important code, div.note code, div.tip code, div.warning code {
    background-color: #f2f2f2 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding: 1px 3px 0 !important;
    text-shadow: none !important;
    white-space: nowrap !important;
}

.note th, .tip th, .warning th {
    display: none;
}

.note tr:first-child td, .tip tr:first-child td, .warning tr:first-child td {
    border-right: 1px solid #ccc !important;
    padding-top: 10px;
}

div.calloutlist p, div.calloutlist td {
    padding: 0;
    margin: 0;
}

div.calloutlist > table > tbody > tr > td:first-child {
    padding-left: 10px;
    width: 30px !important;
}

div.important, div.note, div.tip, div.warning {
    margin-left: 0 !important;
    margin-right: 20px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
