@import url("theme.css");

/* made wide for 'models pages' display without scrollbar */
.wy-nav-content {
	max-width:none;
}

#available-resources dt {
	display: block;
	background: #6ab0de;
}

#available-resources .sig-name {
	color: white;
	text-transform: lowercase;
}

#available-resources .http .sig-name:first-child {
	text-transform: uppercase;
}

#available-resources dt.field-odd, #available-resources dt.field-even {
	background: transparent;
}
