/* SC
.Benchmark */ .sc-benchmark-pane {
-webkit-box-shadow: 0px 0px 5px black; background: white; background-color: rgba(255,255,255,.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; font-weight: bold;
}
.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)); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; line-height: 14px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); text-shadow: rgba(255,255,255,.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;
}