@charset "UTF-8";

#graphic{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: default;	
}

.sliderDiv h3 a{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px rgb(187,187,187);
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(240,240,240);
    color: #FFF;
    padding: 0px 5px 2px 5px;
	margin-left: 6px;
	margin-right: 6px;
    text-decoration: none;
	vertical-align: 9%;
	cursor: pointer;
}

.sliderDiv h3 a:hover{
	color: black;
}

.sliderDiv h3 a:active{
	background: rgb(245,245,245);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sliderDiv h3 span{
	width: 3em;
	display: inline-block;
	text-align: center;
}

.sliderDiv{
	margin-bottom: 0.1em;
	overflow: auto;	
}

.sliderDiv>div.left{
	float: left;
	margin-left: 1em;
	
}

.sliderDiv>div.right{
	float: right;
	margin-right: 1em;
}

.sliderDiv>div{
	width: 45%;
	margin-top: 0.5em;
}

#sliders2>div{
	width: 100%;
	margin-top: 0px;
}

#sliders2 h3{
	display: inline-block;
	
}

.sliderDiv h3 span+a{
	margin-right: 0px;
}

.sliderDiv>div>div{
	margin-bottom: 0.5em;
	margin-left: 0.25em;	
}

.sliderDiv h3{
	margin-top: 2px;
	margin-bottom: 12px;
	font-weight: normal;
}

#svgHolder{
	width: 100%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#measures{
	width: 380px;
	margin-top: 0.75em;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;	
}

#measures td, #measures th{
	text-align: right;	
	width: 120px;
	padding-right: 0.5em;
}

/*#measures td:first-child, #measures th:first-child{
	width: 170px;
}*/

#measures tr th{
  background-color: rgb(229,229,229);
  font-weight: normal;
  border-bottom: 1px solid rgb(127,127,127);	
}

table tbody tr:nth-child(odd){
  background-color: rgb(242,242,242);
}

table .breaker{
	border-top:  1px dashed rgb(127,127,127);
}

#noSVG, #noWW{
	color: red !important;	
}

#graphic{
	display: none;	
}

html.svg #graphic{
	display: block;	
}

html.svg #noSVG, html.webworkers #noWW{
	display: none;
}

/*#graphic svg{
	pointer-events: none;	
}*/

@media all and (max-width: 879px){

	.sliderDiv>div.left, .sliderDiv>div.right{
		float: none;
		width: 100%;	
		margin-left: 0px;
		margin-right: 0px;	
	}
	
	.sliderDiv>div.left{
		margin-bottom: 1.5em;	
	}
	
	.sliderDiv>div>div{
		margin-left: 1em;
		margin-right: 1em;
	}	
}


@media all and (max-width: 599px){

	.sliderDiv{
		margin-bottom: 0.75em;
	}
	
	#simForm{
		margin-bottom: 0.75em;
	}	
}


@media all and (max-width: 436px){
	
	#graphic{
		font-size: 0.75em;
	}
	
	#measures{
		width: 230px;
	}
	
	#measures td, #measures th{
		width: 70px;
	}
		
}


@media all and (max-width: 319px){
	
	#graphic{
		font-size: 0.65em;
	}
	
	#measures{
		width: 200px;
	}
	
	#measures td, #measures th{
		width: 60px;
	}
		
}

