@media (min-width: 1200px){
	#container{
		width: 50%;
	}
	#about{
		left: 35%;
	}
	#acknowledge{
		left: 35%;
		margin-top: 11%;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	#container{
		width: 50%;
	}
	#about{
		left: 35%;
	}
	#acknowledge{
		left: 35%;
		margin-top: 11%;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	#container{
		width: 50%;
	}
	#about{
		left: 1%;
		margin-top: 20%;
	}
	#acknowledge{
		left: 1%;
		margin-top: 40%;
	}
}
@media (max-width: 767px){
	#container{
		width: 50%;
	}
	#about{
		left: 1%;
		margin-top: 20%;
	}
	#acknowledge{
		left: 1%;
		margin-top: 40%;
	}
}
*{
	box-sizing: border-box;
	padding: 0.5% 0.2% 0.5% 0.2%;
}
body{
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	background-color: rgba(249, 250, 250, 0.83);
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	border:0;
}

input[type=range]{
    -webkit-appearance:none;
}

input[type=range]::-webkit-slider-runnable-track{
   width:80%;
   height:50%;
   background:#ddd;
   border:none;
   border-radius:5px; 
}

input[type=range]::-webkit-slider-thumb{
	-webkit-appearance:none;
	border:none;
	height:16px;
	width:16px;
	border-radius:50%;
	background:rgba(63, 127, 191, 1);
	margin-top: -4px;
}

input[type=range]:focus{
	outline:none;
}

input[type=range]:focus::-webkit-slider-runnable-track{
	background:#ccc;
}

input[type=range]{
	border:none;
	width: 40%;
}

input[type=range]::-moz-range-track{
	width: 100%;
	height: 70%;
	background:#ddd;
	border:none;
	border-radius: 5px;
}

input[type=range]::-moz-range-thumb{
	border:none;
	height:16px;
	width:16px;
	border-radius:50%;
	background:rgba(63, 127, 191, 1);	
}

input[type=range]:-moz-focusring{
	outline: none;
}

input[type=range]:focus::-moz-range-track{
	background:#ccc;
}

input[type=range]::-ms-track{
	width: 100%;
	height: 70%;
	background:#ddd;
	border:none;
	border-radius: 5px;
}

input[type=range]::-ms-thumb{
	border:none;
	height:16px;
	width:16px;
	border-radius:50%;
	background:rgba(63, 127, 191, 1);	
}

input[type=range]::-ms-fill-lower{
	background:#ddd;
}

input[type=range]::-ms-fill-upper{
	background:#ddd;
}


input[type=range]:focus::-ms-fill-lower{
	background:#ddd;
}

input[type=range]:focus::-ms-fill-upper{
	background:#ddd;
}





.node {
    stroke: #fff;
	opacity:0.9;
    stroke-width: 1.5px;
}

.link {
    stroke: #999999;
    stroke-opacity: .9;
	stroke-width:2px;
}

text {
  font: 10px Helvetica;
  pointer-events: none;
  stroke-width:1px;
  stroke:black;
}


h2{
	font-family: 'Bree Serif', serif;
	font-size: 200%;
	margin: 0;
}

h3{
	font-size: 110%;
	margin-top:0;
	margin-bottom: 0;
}

p{
	font-size: 100%;
	margin-bottom: 8px;
	margin-top:8px;
}

text{
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	font-size: 120%;
	text-anchor: center;
}

input{
	text-align: center;
}

p{
	line-height: 1.5;
}

#par{
	margin-left: 1%;
	width: 40%;
}
#container{
	margin-top: 5%;
	margin-left: 42%;
	position: absolute;
	transform: translate(5%,-2%);
}

#buttons{
	margin-left:50%;
	width: 50%;
	position: absolute;
}

#headers{
	top: 1%;
	margin-left: 42%;
	position: absolute;
}

#header{
	text-align: center;
	background-color: rgba(26, 139, 239, 0.6);
	color: black;
	font-family: 'Lobster', cursive;
	height: 4%;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-top: 0;
	margin-left: 0;
}


#background{
	width: 100%;
	height: auto;
}
#background>li{
	list-style: square;
}
#background>li::before{
	font-size: 120%;
	vertical-align: middle;
	line-height: 1.1;
	margin-right: 10px;
}
#introduction{
	width: 40%;
	margin-left: 1%;
	text-align: justify;
}
#introduction>li{
	list-style: square;
}
#introduction>li::before{

	font-size: 200%;
	vertical-align: middle;
	line-height: 1.1;
	margin-right: 5px;
}


#options{
	width:40%;
    margin-left: 1%;
	height:auto;
}

#options>li{
	list-style: square;
}


#cdo{
	width: 40%;
	height: 100%;
	display:inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace; 
	text-align: center;
}

#bank{
	height: 100%;
	width: 25%;
	margin-right: 1%;
	display:inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
}

#cdoOwnership{
	height: 100%;
	width: 52%;
	margin-left: 0.2%;
	display:inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
}

#shortestWay{
	width: 100%;
	height: auto;
	margin-top: 1%;
}

#shortestWay>li{
	list-style: square;
}

#distance{
	width: 45%;
	height: auto;
	top: 18%;
	left: 50%;
	position: absolute;
	float: left;
	display: none;
}

#distance>li{
	list-style: square;
	color: rgba(26, 139, 239, 1);
}


#bankList1{
	height: 20%;
	width: 25%;
	display:inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
}

#bankList2{
	height: 20%;
	width: 25%;
	display:inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	text-align: center;
}

#path,#path_bank{
	height: 20%;
	width: 5%;
	display: inline-block;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
}

#tooltip{
	background:rgba(253, 249, 210, 0.4); 
	border:solid white;
	border-width:0.7px;
	display: none;
	font-size: 110%;
	padding: 20px;
	text-align: left;
	width: 150px;
	top: 30%;
	right: 2%;
	position: fixed;
	height:auto;
	line-height: 1.5;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Source Code Pro', monospace;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#reset_about{
	margin-left: 1%;
	width:30%;
	position: absolute;
	float: left;
}
#reset_button{
	left: 1%;
	position: absolute;
	float: left;
}

#about{
	position: absolute;
	float: left;
}
#acknowledge{
	position: absolute;
	float: left;
	display: none;
	text-align: left;
	width: 80%;
	height: auto;
	font-size: 14px;
}
.button{
	background-color: rgba(26, 139, 239, 0.1);
	border: none;
	color: black;
	padding: 10px 25px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
li span{
	color: black;
}

ol{
	margin-bottom: 0;
	margin-top: 0;
}

