/*start - CSS format html*/
.h1title{
	text-align:center;
	margin-bottom:0px;
	margin-bottom:15px;
	font-size: 20px;
    font-weight: 600;
}
.kqoverflow{
	height:500px;
	overflow:auto;
}
.kqoverflow::-webkit-scrollbar {
  width: 2px;
}
.kqoverflow::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.kqhigherpacking{
	height:500px;
	overflow:auto;
}
.kqhigherpacking::-webkit-scrollbar {
  width: 2px;
}
.kqhigherpacking::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#saveresult{
	color:blue;
}
/*end - CSS format html*/
/*start - CSS for display sphera and Voronoi diagramm*/
#map{
	justify-content: center;
	align-items: center;
	display: flex;
}
.delaunay {
  stroke: #000;
  fill: none;
}
.pointV {
  stroke: #000;
  stroke-width: .2px;
  fill: red;
}
.pointC {
  stroke: #000;
  stroke-width: .2px;
  fill: white;
}
.circle {
  stroke: blue;
  stroke-width: 1.5px;
  fill: none;
}
.voronoi {
  stroke: #e5d9d9;  
}
.graticule {
  stroke: #000;
  stroke-width: .25px;
  fill: none;
}
/*end - CSS for display sphera and Voronoi diagramm*/