.cell{
	width: 30px;
}
.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
#piechart{
    margin-left: 40px;
}
#tooltip {
    position: absolute;
    width: 180px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}
#tooltip.hidden {
    display: none;
}
#tooltip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#tooltip2 {
    position: absolute;
    width: 160px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}
#tooltip2.hidden {
    display: none;
}
#tooltip2 p {
    margin: 0;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#boxplotchart{
    margin-bottom: -80px;
    overflow-y: hidden;
}
#boxplotchart svg{
    height: 500px;
    width: 100%;
}
.overflowScroll{
	overflow-x: scroll;
    overflow-y: hidden;
}
#piechart{
	margin-left: 86px!important
}
.nv-boxplot-median{
	stroke: rgb(0,0,0);
}
#speciesMenu .btn{
    font-size: 17px!important
}
.expend_tab_nav:hover{
    background: white;
}
.expend_tab_nav:focus{
    background: white;
}