.sc-benchmark-pane {
  -webkit-box-shadow: 0px 0px 5px black;
  background: white;
  background-color: rgba(255,255,255,0.95);
  z-index: 10000;
}

.sc-benchmark-pane .sc-scroll-view {
  border: 1px solid #ddd;
}

.sc-benchmark-graph {
  width: 100%;
  height: 100%;
}

.sc-label-view.sc-regular-size.sc-benchmark-title {
  font-size: 16px;
}

.sc-benchmark-emphasis {
  font-weight: bold;
}

.sc-benchmark-top {
  height: 20px;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #ccc;
  position: absolute;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -moz-opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.sc-benchmark-tick {
  width: 1px;
  height: 2000px;
  position: absolute;
  top: 25px;
  background-color: #ccc;
}

.sc-benchmark-tick-label {
  width: 40px;
  position: absolute;
  top: 3px;
  font-size: 10px;
  margin-left: 2px;
  white-space: nowrap;
}

.sc-benchmark-bar {
  height: 16px;
  position: absolute;
  font-size: 10px;
  white-space: nowrap;
  border: 1px solid #CC6633;
  background-color: #FFCC33;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFCD82), to(#DE9C00));
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 14px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  color: #4F3800;
  z-index: 2;
}

.sc-benchmark-row {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 30px;
}

.sc-benchmark-row.even {
  background-color: #ddd;
  opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
}

.sc-benchmark-event {
  position: absolute;
  z-index: 1;
  width: 2px;
}

.sc-benchmark-event:hover {
  -webkit-border-radius: 5px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 5px black;
  background-color: red;
}

.sc-benchmark-event.idx0 {
  background: blue;
}

.sc-benchmark-event.idx1 {
  background: red;
}

.sc-benchmark-event.idx2 {
  background: green;
}

.sc-benchmark-event.idx3 {
  background: orange;
}

.sc-benchmark-event.idx4 {
  background: purple;
}

.sc-benchmark-event.idx5 {
  background: #ee82ee;
}

.sc-benchmark-event.idx6 {
  background: #800000;
}

.sc-view.sc-control-test-pane {
  border: 1px #888 solid;
  overflow-y: auto;
  background: white;
}

.sc-view.sc-control-test-pane .sc-view.wrapper {
  border: 1px #ccc solid;
}

.mozilla .sc-view .sc-text-field-view.inline-editor .border,
.webkit .sc-view .sc-text-field-view.inline-editor .border,
.msie .sc-view .sc-text-field-view.inline-editor .border,
.sc-view .sc-text-field-view.inline-editor .border {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

.mozilla .sc-view .sc-text-field-view.inline-editor.focus {
  outline-offset: 0px;
}

.sc-label-view {
  text-align: left;
  white-space: pre-line;
}

.sc-label-view.icon img {
  position: relative;
  vertical-align: middle;
}

.sc-label-view.sc-hint {
  position: absolute;
  top: 3px;
  left: 1px;
  right: 1px;
  bottom: 3px;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
}

.sc-label-view.disabled {
  color: #999;
  color: rgba(50,50,50,0.5);
}

.sc-label-view.sc-large-size {
  font-size: 18px;
}

.sc-label-view.sc-regular-size {
  font-size: 12px;
}

.sc-label-view.sc-small-size {
  font-size: 11px;
}

.sc-label-view.sc-tiny-size {
  font-size: 9px;
}

.sc-view.sc-static-layout {
  position: relative;
}

.sc-text-field-view {
  border: none;
  overflow: visible;
  background: white;
}

.sc-text-field-view .border {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}

.sc-text-field-view .padding {
  top: 0px;
  left: 3px;
  bottom: 0px;
  right: 3px;
  position: absolute;
}

.sc-text-field-view.sc-text-field-accessory-view {
  z-index: 2;
}

.sc-text-field-view input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  vertical-align: middle;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

.sc-text-field-view textarea {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: transparent;
  vertical-align: middle;
  resize: none;
  overflow: auto;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

.sc-text-field-view.text-area .padding {
  bottom: 1px;
  top: 2px;
}

.sc-text-field-view .sc-hint {
  z-index: 1;
}

.sc-text-field-view .sc-hint,
.sc-text-field-view .hint {
  position: absolute;
  top: 3px;
  left: 1px;
  right: 1px;
  bottom: 3px;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  cursor: text;
}

.sc-text-field-view.text-area .sc-hint,
.sc-text-field-view.text-area .hint {
  top: 0px;
  left: 1px;
  right: 1px;
  bottom: 2px;
}

.sc-text-field-view.focus .sc-hint,
.sc-text-field-view.not-empty .sc-hint {
  display: none;
}

.sc-text-field-view.sc-hint .field {
  color: #B3B3B3 !important;
}

.webkit .sc-text-field-view.focus {
  outline: auto 7px -webkit-focus-ring-color;
  outline-offset: -2px;
}

.webkit .sc-text-field-view .border {
  -webkit-appearance: textfield;
}

.firefox .sc-text-field-view.focus {
  outline-color: -moz-mac-focusring;
  outline-offset: -5px;
  outline-style: solid;
  outline-width: 3px;
}

.firefox .sc-text-field-view .border {
  -moz-appearance: textfield;
}

.firefox .sc-text-field-view textarea.field {
  height: 100%;
}

.ie .sc-text-field-view.focus {
  outline: 1px dotted;
}

.ie .sc-text-field-view .border {
  border: 1px inset;
}

.ie .sc-text-field-view textarea.field {
  height: 100%;
}

.opera .sc-text-field-view .border {
  border: 1px inset;
}

.mobile-safari .sc-text-field-view .border {
  border: 1px inset;
}