body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.box {
    font: 10px sans-serif;
    padding : 20px;
}

.box line,
.box rect,
.box circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
}

.box .center {
    stroke-dasharray: 3,3;
}

.box .outlier {
    fill: #f00;
    stroke: #111;
}
.box .selectedCircle {
    fill: #ff0;
    stroke: #00f;
    stroke-width: 2px;
}
.d3-tip {
    line-height: 1;
    font-weight: bold;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}

/* Style northward tooltips differently */
.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
}

.box .y .domain {
    fill: none;
    stroke: #000;
    stroke-width: 1.2px;
    shape-rendering: crispEdges;
}
.box .x .domain {
    display: none;
}
.box .x .tick {
    display: none;
}
.box .x .label {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font: 10px sans-serif;
    padding : 20px;
}

.axis text {
    font-size: 10pt;
}
.label {
    font-size: 14pt;
    font-weight: bold;
}
.legend {
    font-size: 10pt;
}
 #outlierRadiusDiv, #geneOutlierRadiusDiv {
     border: 2px outset #777;
     width: 131px;
     margin-left: 10px;
 }
 #outlierRadiusDiv .outlierRadiusLabel, #geneOutlierRadiusDiv .outlierRadiusLabel {
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size: 9pt;
     margin-left:5px;
     padding-top:10px;
     font-weight: bold;
     text-decoration : underline;
 }
 #outlierRadius, #geneOutlierRadius{
     padding-left: 2px;
     padding-right: 1px;
     padding-top: 10px;
     padding-bottom: 2px;
 }
 #outlierRadius .options, #geneOutlierRadius .options {
     font-size: 7pt;
 }
 #slider, #geneSlider {
     border: 2px outset #777;
     margin-top: 4px;
     margin-left: 10px;
     margin-right: 10px;
     padding-left: 40px;
     padding-bottom: 50px;
     padding-top: 50px;
     padding-right: 40px;
 }
 #choiceOfCorrelationData, #geneChoiceOfCorrelationData {
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size: 14px;
     display: inline-block;
 }

 #sensitivityCorrelation, #geneSensitivityCorrelation {
     margin-left: 35px;
 }
 #correlationPlotLayout {
     width: 450px;
 }
 #correlationPlotControllers {
     width: 100px;
 }
 #correlationPlotControllers .iqmLabel {
     font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
     font-size: 12px;
     font-weight: bold;
     text-decoration: underline;
 }

#scatterPlotCloser, #geneScatterPlotCloser   {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.5em;
	padding: 4px;
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 3px solid #800000;
	background: #eeeeee;
}
