
.perf-tool div, .perf-tool span, .perf-tool h1, .perf-tool h2, .perf-tool h3, .perf-tool h4, .perf-tool h5, .perf-tool h6, .perf-tool p, .perf-tool pre,
.perf-tool a, .perf-tool code, .perf-tool em, .perf-tool img, .perf-tool small, .perf-tool strike, .perf-tool strong, .perf-tool b, .perf-tool u, .perf-tool i, .perf-tool center,
.perf-tool ol, .perf-tool ul, .perf-tool li, .perf-tool fieldset, .perf-tool form, .perf-tool label,
.perf-tool table, .perf-tool tbody, .perf-tool tfoot, .perf-tool thead, .perf-tool tr, .perf-tool th, .perf-tool td,
.perf-tool article, .perf-tool aside, .perf-tool canvas, .perf-tool figure, .perf-tool figcaption, .perf-tool footer,
.perf-tool header, .perf-tool nav, .perf-tool section,
.perf-tool audio, .perf-tool video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	vertical-align: baseline;
	box-sizing: border-box;
}

.perf-tool article, .perf-tool aside, .perf-tool details, .perf-tool figcaption, .perf-tool figure,
.perf-tool footer, .perf-tool header, .perf-tool hgroup, .perf-tool menu, .perf-tool nav, .perf-tool section { display: block; }
body { line-height: 1; }
ol, .perf-tool ul { list-style: none; }
.perf-tool blockquote, .perf-tool q { quotes: none; }
.perf-tool blockquote:before, .perf-tool blockquote:after,
.perf-tool q:before, .perf-tool q:after {
	content: '';
	content: none;
}
.perf-tool table {
	border-collapse: collapse;
	border-spacing: 0;
}

.perf-tool.container {
  position: fixed;
  width: 100%; height: 200px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 50000000;
  font-family: 'Helvetica', sans-serif;
}

.perf-tool.container.bottom {
  right: 0px; bottom: 0px; left: 0px;
}

.perf-tool.container.bottom.hidden {
  bottom: -200px;
}


.perf-tool .resize-handler {
  width: 100%; height: 10px;
  position: absolute;
  top: -3px; right: 0; left: 0;
  cursor: row-resize;
}

.perf-tool .recButton {
  padding: 1em;
  width: 8px; height: 8px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #ddd;
  text-align: left;
  cursor: pointer;
}

.perf-tool .recButton.active {
  border: 1px solid red;
  background-color: red;
  box-shadow: 0 0 10px red;
}

.perf-tool .x-button {
  display: block;
  width: 1em; height: 1em;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  color: #5A5A5A;
  cursor: pointer;
}

.perf-tool .removeMeasurement {
  position: absolute;
  right: 0;
  top: 0.2em;
  transition: all .2s ease-out;
}

.perf-tool .removeMeasurement:hover {
  -webkit-transform: scale(1.3);
  transition: all .2s ease-out;
}

.perf-tool .toggleButton {
  position: absolute;
  top: -1px; right: 0px;
  z-index: 500;
}

.perf-tool .features {
  text-align: center;
}

.perf-tool .feature {
  border-bottom: 1px solid #ddd;
  padding: 0.3em;
  text-align: left;
}


.perf-tool .left-hand {
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 200px;
  border-right: 1px solid #ccc;
  background-color: #F3F3F3;
  min-height: 400px;
}


.perf-tool .right-hand {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 200px;
}

.perf-tool .tab-manager {
  position: relative;
}

.perf-tool .tab-bar {
  position: absolute;
  top: 0; right: 0; left: 0;
  background-color: #F3F3F3;
  border-bottom: 1px solid #CCCCCC;
}

.perf-tool .tab-header {
  display: inline-block;
  padding: 0.8em;
  font-size: 12px;
  max-width: 10em; width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s ease-out;
  user-select: none;
  -webkit-user-select: none;  
}

.perf-tool .tab-header:hover {
  background-color: #e5e5e5;
  transition: all .2s ease-out;
}

.perf-tool .tab-header.left {
  float: left;
}

.perf-tool .tab-header.right {
  float: right;
}
.perf-tool .tab-header.active {
  border-bottom: 1px solid #3879D9;
}

.perf-tool .tab {
  position: absolute;
  top: 2.1em; right: 0; bottom: 0; left: 0;
  height: 100%;
}


.perf-tool .tools {
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
  color: #5A5A5A;
}


.perf-tool .measurements {

}

.perf-tool .measurement {
  padding: 1em;
  border-bottom: 1px solud #ccc;
  cursor: pointer;
  position: relative;
}

.perf-tool .measurement:hover,
.perf-tool .measurement.active {
  background-color: #e5e5e5;
  transition: all .2s ease-out;
}

.perf-tool .no-measurements {
  padding: 1em;
}


.perf-tool .settings {
  padding: 1em;
}

.perf-tool .settings h4 {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0.5em 0;
}

.perf-tool .settings-list li {
  margin: 1em;
}

.perf-tool .settings-list li label {
  margin-right: 0.5em;
}

.perf-tool .settings-list li input {
  outline: none;
  border: 1px solid #A3A3A3;
  border-radius: 2px;
  padding: 0.3em;
}

/*# sourceMappingURL=styles.css.map*/