.PRE-container{
    width:100%;
	max-width: 769px; /* Maximum width */
	box-shadow: 0 4px 12px rgba(119,119,217, 1); /* Subtle shadow */
	background-color: #fff;
    /*flex: 1;*/
    display: flex;
    flex-direction: column;

    height: 100%;
}
html, body {
	height: 100%;
    
}

body {
    margin: 0;
	padding: 0;

	font-family: Arial, sans-serif;
	background: #151721;
	overflow: hidden; /* Prevent body scrolling */

	justify-content: center;
	display: flex;
}




label.offset{
	padding-left:7px;
	font-size: 10px;
	text-align: center;
	font-weight: 600;
}

label.off_-1{
	color:#27ae60;
}

label.off_1{
	color:#c0392b;
}

label.off_NaN{
	color:#2980b9;
}