@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

html,
body{
  width: 100%;
  height: 100%;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body{
  font-family: 'Bree Serif';
	background-color: rgba(199,226,220,1.0);
  color: rgb(0,0,0);
}
p{
  margin: 0;
}
#lo-gradient{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(
    rgb(199,226,220),
    rgb(179,206,200)
  );
}
#lo-logo{
  position: relative;
  width: 250px;
  height: auto;
  margin: 20px auto 20px auto;
}
#lo-logo img{
  width: 100%;
  height: auto;
}
#lo-flere{
  text-align: center;
  font-size: 40px;
	padding-top: 20px;
}
#lo-slider-click-container,
#lo-slider-container,
#lo-click-container,
#lo-cities-container,
#lo-frontpage{
  position: relative;
  display: block;
  width: 500px;
  margin: 40px auto 0 auto;
}
#lo-cities-container{
  margin-bottom: 100px;
}
#lo-slider-click{
  height: 200px;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}
#lo-show-result{
  position: absolute;
  display: none;
	color: rgba(255,255,255,1.00);
  background-color: rgba(0,0,0,1.00);
  border: 1px solid black;
  border-radius: 6px;
  padding: 6px 10px;
  box-shadow: 4px 4px 13px 0px rgba(0,0,0,0.5);
  font-size: 12px;
  text-align: center;
  cursor: default;
  z-index: 120;
}
#lo-frontpage{
  text-align: center;
  margin-bottom: 60px;
}
#lo-frontpage a{
  color: #ffffff;
  text-decoration: none;
}
#lo-hide{
	font-family: 'Bree Serif';
	font-size: 18px;
	background-color: rgba(100,160,180,1.00);
	border: none;
	padding: 6px 12px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 1.0);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}
.lo-header{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.lo-total{
  font-size: 20px;
}
.lo-container{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.lo-container-inner{
  text-align: center;
  padding: 0 8px;
}
.lo-container-inner:first-child{
  padding: 0 8px 0 0;
}
.lo-container-inner:last-child{
  padding: 0 0 0 8px;
}
.lo-total.lo-cities{
  margin-bottom: 15px;
}
.lo-col-no{
  width: 30px;
  padding-right: 10px;
}
.lo-col-graph{
  width: 470px;
}
.lo-graph-inner{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 110;
}
p.lo-no{
  margin-top: -8px;
  font-size: 12px;
  text-align: right;
  margin-bottom: 31px;
}
.lo-col-no p.lo-no:last-child{
  margin-bottom: 0;
}
.lo-bar{
  position: absolute;
  bottom: 0px;
  width: 80px;
  height: 50px;
  background-color: rgba(100,160,180,1.00);
  z-index: 100;
}
.lo-bar-1{
  left: 30px;
}
.lo-bar-2{
  left: 130px;
}
.lo-bar-3{
  left: 230px;
}
.lo-bar-4{
  left: 330px;
}
.lo-legends{
  display: flex;
}
.lo-legend{
  width: 100px;
  text-align: center;
}
.lo-legend-1{
  margin-left: 50px;
}
.lo-table{
  display: table;
  border-collapse: collapse;
  margin: 0 auto;
}
.lo-row{
  display: table-row;
  border-top: 0.5px solid black;
}
.lo-row:last-child{
  border-bottom: 0.5px solid black;
}
.lo-cell{
  display: table-cell;
  font-size: 14px;
  text-align: left;
  padding: 4px 8px;
}
.lo-cell-1{
	width: 210px
}
.lo-cell-2{
  text-align: right;
}
.lo-hide{
	display: none;
}
