.native-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.native-list > li {
    -webkit-column-break-inside: avoid;
    padding-bottom: 3px;
}

.native-list h2 {
    padding-bottom: 3px;
}

.native-note {
    border: 1px solid #f8c176;
    border-radius: 4px;
    padding: 3px 10px 3px 40px;
    margin: 5px 5px 30px 5px;
    box-shadow: 1px 3px 5px #eee;
    background-color: #fffce2;
}

.native-note::before {
    content: url(/images/warning.png);
    position: absolute;
    margin: -14px 0 0 -56px;
}

.native-deprecated {
    border: 1px solid #f27c7c;
    background-color: #fce4e4;
}