.api-method h1,
.api-method-name { text-transform: none; }
.api-method h4 { font-weight: normal; text-transform: none; }

.api-methods-toc-blurb {
    margin-top: 2em;
    margin-bottom: 2em;

}

.api-sect {
    margin-bottom: 2em;
}

.api-sect ul {
    font-size: 12pt;
}

.api-sect ul li {
    list-style-type: circle;
    margin-bottom: 1em;
}

.api-sect-special-snowflake {
    background-color: #FDF2EE !important;
    background-image: url("/images/stripes_bg.gif");
}

.api-method h1 { text-transform: uppercase; }

.api-methods h3 {
    border-bottom: solid thin;
    margin-bottom: 1em;
}

.api-methods ul {
    margin: 0px;
    padding: 0px;
}

.api-methods h1:first-of-type { margin-top: 0; padding-top: 0; }

.api-methods ul li {
    list-style-type: none;
}

.api-methods .method-name { font-family: "CooperHewitt-Display",helvetica,arial,sans-serif; }

.api-method-disabled {
    color: red !important;
    background-color: #FDF2EE !important;
}

.api-method-disabled a {
    color: red !important;
}

.api-method-undocumented {
    color: red !important;
}

.api-method-undocumented a {
    color: red !important;
}
