html,body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

#header {
    height: 5%;
    width: 100%;
}

#article {
    height:87%;
    width:100%;
}

#content {
    padding: 20px;
}

#button-bar {
    height: 5%;
}

h2 {
    padding-top: 20px;
    border-bottom: solid 1px black;
}

textarea {
    font-family: monospace;
}

blockquote {
    background-color: #eee;
    padding: 1em;
    border: solid 1px #ccc;
}

.edit-link {
    float: right;
    font-size: 0.8em;
}

.method-name {
}

.method-description {
    color: #999;
    font-style: italic;
    font-size: 80%;
}
 
.method-syntax{
    font-style: italic;
    padding: 0 0 1em 1em;
    font-size: 90%;
}

.method-header {
    text-decoration: underline;
}

.method-arguments-table {
   margin-left: 2em;
   padding-bottom: 1em;
}

.method-arguments-table td{
    font-size: .8em;
    vertical-align: top;
}

.method-arguments-name{
    font-weight: bold;
}

.method-arguments-default{
}

.method-arguments-description{
}

.method-arguments-example {
}

.method-response-table {
    margin-left: 2em;
}

.method-response-table td {
    font-size: 0.8em;
    vertical-align: top;
}

.method-response-arg {
    font-weight: bold;
}

.method-response-response {
}

.method-response-example {
    font-family: monospace;
}

.method-notes-section {
    padding-top: 1em;
}

.method-note {
} 

