pie_chart_image {

margin:  15px 0px 15px 0px;

}

reset_transactions, reset_transactions a {

color:red;
text-align:right;

}

.code {

font-family: monospace;
font-size: 13px;

}

.application_stack_trace, .full_stack_trace {

margin-top: 10px;
margin-left: 20px;
overflow: auto;

}

.sql_statement {

overflow: auto;

}

.selected {

background: url(/oneapm/image?file=arrow-close.png) no-repeat;

}

.expand {

background-image:url(/oneapm/image?file=arrow-open.png);
width:16px;
background-position: top left;
padding-left: 20px;
background-repeat:no-repeat;
text-decoration: none;

}

.collapse {

background-image:url(/oneapm/image?file=arrow-close.png);
text-decoration: none;
width:16px;
padding-left: 20px;
background-position: top left;
background-repeat:no-repeat;

}

/* new style */

html, body {

height: 100%;
background: #fcfcfc;

}

.header {

background: #393939;
padding-top: 15px;
padding-bottom: 15px;
color: #eee;
line-height: 44px;

}

.header a.goto-oneapm-ruby {

color: #fff;
text-decoration: underline;

}

.header a.goto-oneapm-ruby:hover {

background: #fff;
color: #333;

}

.footer {

border-top: 4px solid #666;
padding-top: 15px;
padding-bottom: 15px;
background: #fcfcfc;

}

span.application_title {

font-weight: bold;
font-size: 18px;
color: #eee;
display: inline-block;
padding-left: 20px;

}

.main-container {

padding-top: 15px;
padding-bottom: 15px;
background: #fff;

}

.sample-table td {

text-align: left;

}

.current-url {

background: #f9f9f9;
margin: 0px;
padding: 0px;

}

.current-url h3 {

margin: 0px;
padding: 10px 8px;

}

.current-request {

font-size: 14px;
background: #333;
color: #fff;

}

.table caption {

font-size: 18px;
color: #333;

}

chart-legend ul {

list-style-type: none;

}

chart-legend ul li {

text-align: left;
line-height: 20px;
padding: 2px;
border-radius: 2px;

}

chart-legend ul li:hover {

background: #eee;
cursor: pointer;

}

chart-legend li span{

display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
border-radius: 2px;
line-height: 20px;

}

svg {

overflow: hidden;

} .node rect {

stroke: #333;
stroke-width: 1.5px;
fill: #fff;

} .edgeLabel rect {

fill: #fff;

} .edgePath {

stroke: #333;
stroke-width: 1.5px;
fill: none;

}