body {
	font-family: 'Josefin Sans', 'Nunito', sans-serif;

}

.axis--x path {
    display: none;
  }

.bar:hover {
    fill: pink;
  }

.bar { fill: red; }
.summaryHeader {
	margin-bottom:10px;
	margin-top:10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.arc text {
	font-size: 10px;
	text-anchor: middle;
}

.arc path {
  stroke: #fff;
}


.summaryData {
	color: rgb(255, 51, 71);
	font-weight: 100;
	font-size: 50px;
}

.mainHeader {
	padding-top: 10px;
    width: 100%;
    text-align: center;
}

.wrapper > div {
    text-align: center;
}
.wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}

#drop_zone {
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    color: #bbb;
}

#drop_zone.hover
{
	border-color: #0f0;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

.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;
}


#instructorBarChart {
  width: 100%;
  height: 500px;
}

	.wrapDiv {
		position: relative;
		display: grid;
		overflow: wrap;
	}

	.chartGrid {
	    max-width: 85%;
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-box-pack: center;
	    justify-content: center;
	    margin: 0px auto;
	}

	.chartGrid2 {
	    max-width: 95%;
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-box-pack: center;
	    justify-content: center;
	    margin: 0px auto;
	}

	.gridBox {
		text-align: center;
	    align-self: center;
	    flex: 0 0 calc(20% - 22px);
	    margin: 10px;
	    min-width: 150px;
	}

	.gridBox2 {
		text-align: center;
	    align-self: center;
	    flex: 0 0 calc(20% - 22px);
	    margin: 10px;
	    min-width: 225px;
	}

	.gridBox3 {
		text-align: center;
	    align-self: center;
	    flex: 0 0 calc(20% - 22px);
	    margin: 10px;
	    min-width: 500px;
	    width: auto;
	    height: auto;
	}

	.gridBox img {
		text-align:center;
		max-width: 50px;
		max-height: 50px;
		margin: auto;
	}

	.fitnessTypeName {
		margin-bottom:10px;
		margin-top:10px;
	    font-weight: 700;
	    font-size: 16px;
	    line-height: 22px;
	    letter-spacing: 1.6px;
	    text-transform: uppercase;
	}

	.fitnessTypeNumber {
		color: rgb(255, 51, 71);
		font-weight: 100;
		font-size: 50px;
	}

	 #loadPage {

		all: initial;
		font-family: 'Josefin Sans', 'Nunito', sans-serif;	
		-webkit-font-smoothing: antialiased;
	
	}

	
#loadPage ol
{
	    -webkit-font-smoothing: antialiased;

	font-family: 'Josefin Sans', 'Nunito', sans-serif;
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
   list-style-position: inside; 
}

#loadPage li
{
	    -webkit-font-smoothing: antialiased;
	font-family: 'Josefin Sans', 'Nunito', sans-serif;
    display: list-item;
    list-style-type: decimal;
    width: 100%;
    box-shadow: none;
    margin-bottom: 5px;
}

#loadPage h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

#loadPage h4 {
    display: block;
    font-size: 2em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    text-align: center;
    color:red;
}

h1.sectionHeader {
 overflow: hidden;
 text-align: center;
 margin-bottom:10px;
 margin-top:30px;
 font-weight: 400;
 font-size: 40px;
 text-transform: uppercase;
}
h1.sectionHeader:before,
h1.sectionHeader:after{
 background-color: red;
 content: "";
 display: inline-block;
 height: 3px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
h1.sectionHeader:before {
 right: 0.5em;
 margin-left: -50%;
}
 h1.sectionHeader:after {
 left: 0.5em;
 margin-right: -50%;
}

.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: left;
  font-size: .8em;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}



/*
#loadPage {

	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 5vw;
	margin-right: 5vw;
	padding-top: 20px;
}*/

#powerClassTable th, #powerClassTable td {
    padding: 8px 6px !important;
} 

#powerClassTable th, #powerClassTable td {
    /*padding: 8px 10px;*/
    padding: 8px 6px !important;
}

#powerClassTable td.details-control-table {
    background: url('../../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
#powerClassTable tr.shown td.details-control-table {
    background: url('../../img/details_close.png') no-repeat center center;
}

#powerClassTable .lengthTableClass {
	max-width: 75px;
	width: 30px !important;
	text-align:center;
}

#powerClassTable .shortCoachTableClass {
	max-width: 75px;
	width: 20px !important;
	text-align:left;
}

#powerClassTable .classNameAbbrev {
	text-align:center;
}

#powerClassTable th.dt-align-left {
	text-align: left;
}

.cd-header h1 {
  font-size: 1.8rem;
}

@media only screen and (min-width: 1170px) {
  .cd-header h1 {
    /*line-height: 100px;*/
    font-size: 2.4rem;
  }
}

#loadPage .trending li {
	list-style-type: disc !important;
	margin-left: 20px;
}