
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box
 }
 
 .demo-wrapper {
  height: 400px;
  background: rgba(0, 0, 0, .8);
  border: 3px solid black;
 }
 
 .heatmap {
  width: 100%;
  height: 100%;
 }
 
 .btn {
  background: #ec1e1e;
  padding: 10px;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: 5px;
 }
 
 .trigger-refresh,
 .thankyou,
 .trigger-reconfig {
  float: right;
 }
 
 .trigger-refresh,
 .trigger-reconfig {
  margin-top: 10px;
 }
 
 .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
 }
	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }
 .title { 
 font-size: 2em;
 padding: 0.2em 0em 0.2em 0em; 
 text-align: center;
 background-color: rgb(0, 24, 45); 
 color: white; 
} 
 
 .log-title { 
 color: white;
 font-size: 1.3em;
 text-align: center;
 background-color: rgb(0, 10, 20);
 padding: 0.5em 0.5em 0.5em 0.5em;
} 
  #epcbox {
  text-align: left;
  color: bisque;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 10px;
  background: #000;
  height: 230px;
  width: 430px;
  border: 1px solid #ACD8F0;
  overflow: auto;
  } 
  #pbox {
  text-align: left;
  color: bisque;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 10px;
  background: #000;
  height: 230px;
  width: 430px;
  border: 1px solid #ACD8F0;
  overflow: auto;
  }
  
  body {
  background-color: #dddddd;
  color: #111111;
  font-family: tahoma, arial, sans-serif;
  padding-left: 0px;
  }
  
  h4 {
  margin-bottom: 1px;
  }
