.right {
  float:right;
}
.left {
  float: left;
}
.clear {
  clear:both;
}

a {
  color: #FF713F;
}

#request {
	width: 1240px;
}

#connection {
	margin: 3px;
}

#connection label {
	display: inline;
	margin: 0 7px;
}

.list {
  height: 300px;
  overflow-y: auto;
  width: 330px;
}
.list .param {
  width: 300px;
  border: 1px solid #999;
  padding: 5px;
  background-color: #FFDABF;
}

.list .param.selected {
	background-color: #FF6D06;
	color: #FFF;
}

.dimensions, .metrics {
  margin: 0 5px;
}

.dimensions a, .metrics a {
  margin: auto;
  display: block;
  text-align: center;
  padding: 5px;
  font-weight: bold;
}

#dimensions, #metrics {
  width: 316px;
  padding: 5px;
}

.options {
	width: 550px;
  float: left;
	text-align: right;
}

.options label {
  display: block;
}

.options label input {
	width: 350px;
}

table.results {
	width: 100%;
}

table.results tr th {
  background-color: #FF6D06;
  color: #FFF;
  font-weight: bold;
}

table.results tr td.n1 {
  background-color: #FFF6EF;
}
