ul ul, ol ol {
	margin: 0;
}

.ui-datasection-main section {
	margin: 0;
}

.ui-datasection-main .prettyprint {
	margin: 0.7em 0;
}

.mqlquery article {
	margin: 0;
	padding: 0;
}

.mqlquery .prettyprint {
	margin: 0.7em 0;
}

section.searchquery {
	position: relative;
}

section.searchquery pre {
	line-height: 1.54;
	padding: 8px 12px;
}

.data-button {
  background-color: #4D90FE !important;
  border-color: #3079ED !important;
  color: white !important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4D90FE), color-stop(100%, #4787ED)) !important;
  background-image: -webkit-linear-gradient(top, #4D90FE,#4787ED) !important;
  background-image: -moz-linear-gradient(top, #4D90FE,#4787ED) !important;
  background-image: -o-linear-gradient(top, #4D90FE,#4787ED) !important;
  background-image: linear-gradient(top, #4D90FE,#4787ED) !important;
  border-radius: 2px;
  display: inline-block;
  font-family: arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.54;
  padding: 5px 12px;
  text-align: center;
  border: 1px solid;
}

a.data-button:link, a.data-button:hover, a.data-button:active, a.data-button:visited {
  text-decoration:none;
  color:white;
}

.tryit {
	text-align: right;
	margin: 0;
	position: absolute;
	bottom: 8px;
	right: 8px;
}

.searchquery .tryit {
	bottom: 4px;
	right: 4px;
}

body.docs table.downloads {
  border: none;
}

/*body.docs table.downloads th {
  background: none;
  color: black;
  border: 0;
  border-bottom: 1px solid black;
}*/

body.docs table.downloads td {
  border: 0;
  /*border-bottom: 1px solid #ccc;*/
  padding: 0;
}
