/* CSS Document */

#apiIntro, #apiContent{
	line-height:1.4em;
}

code, #apiContent iframe{
	background-color:#F3F3F3;
	border:1px solid #CCC;
   padding: 10px;
   width: 800px;
   white-space: normal;
   display: block;
   margin-top: 10px;
}

#apiContent iframe{
	height: 200px;
	padding: 0px;
}

#apiTocBody, #generalTocBody{
	line-height: 1.5em;
}

#exampleCode{
	height: auto;
	overflow: auto;
}

#requestRealmTable {
	margin: 0px;
	border: 1px solid #CCC;
}