body {
    background-color: #fff;
    color: #2e3e4f;
    margin: 25px;
}
h1 {
    color: #2e3e4f;
    margin-top: 60px;
    margin-bottom: 10px;
}

h2 {
    font-size: 2em;
    font-weight: 400;
}

.license-url {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

p {
  color: #2e3e4f
}

.method {
	padding: 10px;
}

pre {
    margin-bottom: 10px;
}

.field-label {
    margin-top: 10px;
}


.method-summary {
    font-size: 1.125em;
}

.method-notes {
    border: 1px solid #e6e6e3;
    background: #f4f4f4;
    padding: 10px;
}

h3.field-label {
    
    color: #1A62A4;
}


a.up:link {
	color: #fff;
	margin-top: 10px;
	margin-right: 10px;
	font-size: .685em;
}

/* visited link */
a.up:visited {
	color: #fffc00;
}

/* mouse over link */
a.up:hover {
	color: #fffc00;
}

/* selected link */
a.up:active {
	color: #fffc00;
}


