body {
	margin: 0;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #ddd;
	background-color: rgb(47, 62, 66);
	height: 100%;
	/*background: url('/img/wall.jpg') no-repeat center center fixed; */
	/*background-size: cover;*/
	/*background: url('/img/tile.png') repeat;*/
    overscroll-behavior-y: contain;
    }

html {
	height: 100%;
    }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	font-size: 2em;
}

@media (min-width: 400px) {
	body {
		font-size: 16px;
	}

@keyframes fade { 
  from { opacity: 0.5; } 
}

.blinking {
  animation: fade 0.5s infinite alternate;
}

table.popup {
width:100%;
border-collapse: collapse; 
}

table.popup td {
padding-right: 15px;
white-space: nowrap;
}


table.popup tr {
border-bottom:1px solid #aaa
}

}