﻿/*
.header {
    margin-top: 1rem;
} */
#degreechart{
 margin-top:3rem;
    
}

.chartpicks{
    margin-top:40px;
	font-size: 11px;
    

}

.bar_female{
     margin-top:3rem;
    

}

.bar {
  fill: orange;

}

.pattern {
   
   height: 30px;
    background-color: #e0e0e0;
    border-radius: 25px;
}

#degreechart table td{
    font-size: 13.5px;
}


.selectedfilter{
    color:#004600;
   font-size:larger;
   font-style:italic;
   font-weight: bold;
   cursor: pointer;
                         
}


.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}