body { 
	font-family: 'Saira', sans-serif;
	font-size: 16px;
	margin: 0px;
}
@supports (-ms-ime-align: auto) {
   /* Microsoft EdgeV13&14 CSS styles go here */
  body {
      font-size: 13px;
  }
}
p{
	margin: 0px 2px 0px 2px;
}
h4{
    font-weight: normal;
   padding-left: 10px;
}
input.largeForm{
    font-size: 110%;
}
input.smallForm{
    font-size: 90%;
}
.textstats p{
    padding-left: 10px;
    font-size: 90%;
    display: inline-block;
    
}

.textstats  h4{
    font-size: 120%;
    padding-left: 10px;
    display: inline-block;
    margin: 14px 0px 14px 0px;
}

#header2{
	width:100%;
	background-color: rgb(150, 150, 130);
        
}
#header2 p{
    color: white;
        font-size: 175%;
        padding: 20px;
}
#header1{
	width:100%;
	background-color: white;
        overflow: auto;
}
img {
    float: right;
}
#wrapper{

        max-width: 1400px;
        margin: auto;
}
#dash{
	padding: 20px;
        margin: auto;
        
}
#nav{
    position: relative;
}
.menulist{
    float: left;
    width: 50%;
}
.menuButtonL1, .menuButtonL2{
   overflow: hidden; 
}
.menuButtonL1 p{
    width: 80%;
    font-size: 100%;
    font-weight: normal;
    margin-left: 5px;
    
}
.menuButtonL2 p{
    width: 80%;
    font-size: 80%;
    font-weight: normal;
    margin-left: 8px;
}
.menuButtonL2 p:hover{
    background-color: lightgrey;
}
.menuButtonL2 h1:hover{
    background-color: lightgrey;
}
.menuButtonL1 p:hover{
    background-color: lightgrey;
}
.selected p{
	font-weight: bold;
}


#dataReading{
    display: none;
    position: absolute;
    font-weight: bold;
}

#titlebox{
font-size: 120%;
}
#barlabelbox{
    display: inline;
    background-color: lightcyan;
}
#labelbox, #derivedbox{
font-size: 100%;
}
input{
    width: 10%;
    padding-left: 4px;
}

.graphLabelA,.graphLabelB,.graphlabelY{
    font-size: 80%;
    
}
.centreTitle, .graphlabelX{
    font-size: 120%
}
.graphlabelX{
    font-size: 110%
}
svg{
    float: left;
}
.infobox{
   background-color: #f2f2f2;
   margin: 4px;
   float: left;
}
.infobox p{
    display: inline;
}
.dot {
  height: 25px;
  width: 25px;
  
  background-color: #bbb;
  border-radius: 50%;
  display: block;
}
span{
    margin: 20px;
}
#targets{
        max-width: 1500px;
        margin: auto;
        overflow: hidden;
        display: none;
}
#resiTargets{
    overflow-x: hidden;
    height: 100%;
    float:left;
    width: 50%;
}
#nonresiTargets{
    overflow-x: hidden;
    height: 20%;
    float:left;
    width: 50%;
}
.targetHeader{
    font-size: 120%;
    font-weight: bold;
    overflow: visible;
}
.targetInput{
    font-size: 100%;
   background-color: Gainsboro;
}
#options{
	display: inline-block;
	margin: 1% 0 1% 1%;
	overflow:hidden;
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}
.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { 
    border: 1px solid grey;
    box-shadow: 5px 5px 5px #888888;
}
.nobordernoshadow{
    border: 0px solid grey;
    box-shadow: 0px 0px 0px #888888;
    margin-top: 0;
    margin-bottom: 0;
}
.nobordernoshadow p{
    font-size: 85%;
}
h1{
    font-size: 120%;
    margin: 0px 2px 0px 2px;
    font-weight: normal;
}
/*  GO FULL WIDTH BELOW xxxx PIXELS */
@media only screen and (max-width:700px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }

}

