#line-chart, #myChart{
    max-width: 85%;
    background-color: white;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.chart-holder{
	width:100%;
}



#white{
	background-color:white;
}

h2.mainTitle{
	color:black!important;
	border-bottom:1px solid black;
	padding-bottom:5px;
	margin-bottom:5px;
    float: left;
    width: 100%;
}

.futureWork{
	display:none;
}

a.home{
    width: 100%!important;
    margin-left: 25px!important;
}

a#main_option {
    width: 100%;
    float: left;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    margin: 20px;
	text-align:center;
}

a#main_option span{
width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 30px;
    font-size: 2em;
    color: white;
}

.logged_in_main, .quickLinks {
    display: inline-block;
}

.stats_home{
    width: 80%;
    margin: 0 auto;
}

.stats_lefthand_item {
   height: 100px;
}
.stats_lefthand_item h1{
	font-size: 2.3em;
	text-align: center;
	padding-top: 5px;
	
}

h1.mainTitle{
    font-size: 2em;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 10px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.stats_lefthand_item h1, .stats_lefthand_item h2{
	color:white;
}

.stats_lefthand {
    max-width: 20%;
    float: left;
	margin-top:15px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.stats_righthand {
    display: inline-block;
    width: 80%;
    float: right;
}

#stats_lefthand_item1{
background-color:#A4E3FF;
}

#stats_lefthand_item2{
background-color:#5BCBFF;
}

#stats_lefthand_item3{
background-color:#24B8FD;
}

#stats_lefthand_item4{
background-color:#0092D6;
}

#stats_lefthand_item5{
background-color:#0072A7;
}

#stats_lefthand_item6{
background-color:#004F74;
}

a.returnLink{
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.5em;
    display: inline-block;
}


h2.form-signin-heading {
    color: white!important;
    font-size: 2em!important;
}

h3.routineSubHeader {
    width: 100%;
    background-color: transparent;
	float: left;
}

form.range-record select {
    max-width: 50%;
    float: left;
}

form.range-record button.submitPC {
    /* margin-bottom: 10px; */
    max-width: 49%;
    float: right;
    margin-top: 0px!important;
    margin-bottom: 15px;
}

@media screen and (max-width: 800px) {
	.stats_righthand {
    display: inline-block;
    width: 95%;
    float: left;
    margin-top: 15px;
}

	.stats_lefthand {
    width: 95%;
    max-width: 95%;
    float: left;
    margin-top: 15px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    margin-left: 2.5%;
}
	
	.stats_home {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}

a.range_training {
    background-image: url(/img/training.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -66px;
}
	
}


a.range_training {
    background-position: 0px -66px;
}

#graphLink{
	width:95%!important;
}


.statsWhatAreWeShowing{
    width: 80%;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    opacity: 0.9;
	margin-top:10px;
}

h1.statsTitle{
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 500;
}

.statsMaxWidth{
	max-width:100%!important;
}


div.form-group {
    margin-top: 3px;
    display: inline-block;
}
