    .tooltip.box, .tooltip.triangle {
      stroke-width: 2px;
    }
    
    text.toolbar {
      font: 12px sans-serif;
    }
		
		.selection.bar {
			opacity: 0;
		}
		
    .axis {
      font: 10px sans-serif;
    }
    
    .axis path,
    .axis line {
	    fill: none;
	    stroke: #000;
	    shape-rendering: crispEdges;
    }
    
    path.horizontalGrid {
      fill: none;
	    stroke: lightGrey;
      stroke-width : 1px;
	    shape-rendering: crispEdges;
    }
    
    div.container{
    position: relative;
    float: left;
    width: 400px;
    height: 150px;
    padding: 10px;
    border: 2px solid grey;
    margin: 0;
    font: 12px sans-serif;
    }
    
    h3 {
      text-align: center;
      padding: 0px;
      margin: 0px;
    }
    
    div.colLeft {
      position: absolute;
      right: 290px;
    }
    
    div.colRight {
      position: absolute;
      right: 130px;
    }  
    
    div.info.left{
      position: absolute;
      left: 130px;
      padding-left: 3px;
    }
    
    div.info.right{
      position: absolute;
      left: 290px;
      padding-left: 3px;
    }
    
    div#empty{
      border: none;
      width: 2px;
      padding: 0px;
    } 
    
    div#mining {
      text-align:center;
      margin:auto;
    }
              
    #patternTable, #selectionTable{
        width: 100%;
        border-collapse: collapse;
        overflow:auto;
    }
    
    #patternDiv, #selectionDiv{
        margin-top: 5px;
        width: 400px;
        height: 110px;
        overflow:auto;
    }
    
    #selectionDiv{
        height: 70px;
        overflow:auto;      
        text-align: center;
        margin-top: -2px;
    }
        
    #patternTable td, #patternTable th, #selectionTable td {
        font-size: 1em;
        border: 1px solid grey;
        padding: 3px 7px 2px 7px;
        white-space:nowrap;
    }
    
    #patternTable tr:hover { 
        background: #aaa; 
    }
    
    #patternTable td:nth-child(3), #patternTable td:nth-child(4),
    #selectionTable td {
      text-align: right;
    }

    #patternTable th, div.header{
        font-weight: bold;
        border: 1px solid grey;
        font-size: 1.1em;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: lightgrey;
        color: #000000;
    }
    
    div.header {
      margin-top: 5px;
      height:16px;
      width:398px;
      background-color: lightblue;
      text-align: center;
    }
    
    div.break {
      margin-top: 20px;
    }
    
    div.interaction{
    float: left;
    }
    
    div.interaction.update{
      margin-left: 50px;
    }
    
    div.interaction.help{
      float: right;
      padding: 5px;
      background: lightgrey;
      border: 1px solid darkgrey;
    }
    
    .unselect {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    
    div.chart {
      width: 100%;
      height: 100%;
    }
    
    pre#data {
      display:none;
    }
    
    div.center {
      width: 850px;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    svg.IEChart {
      display: block;
      margin: auto;
    }
    