ul {
    list-style: initial;
    padding-left: 15px;
}

/**
 * When the docs display the bundles, respect the original <ul> format
 */
ul.plugin-action-buttons {
    list-style: none;
    padding-left: 0;
}

.doc-highlight,
.doc-config-highlight,
.extension-highlight {    
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-sizing: border-box;
    background-color: white;
}
.doc-highlight,
.doc-config-highlight {
    padding: 0 1em;
}
.doc-config-highlight {
    background-color: lightyellow;
}
.extension-highlight {
    background-color: lightcyan;
    padding: 1em;
}

.doc-config-highlight.warning-style {
    border-left: 4px solid #dba617;
    color: #6b4e00;
}

/**
 * Make large images fit within the page
 */
.tab-content img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/**
 * Can't use <h1> for the doc title, so use <h2> and make it bigger
 * than the other <h2> in the doc
 */
h2.doc-title {
    font-size: 1.5em;
}
