<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Mukta Vaani', sans-serif;
  text-align: center;
}

h1 {
  margin: 0;
}

img.resize {
  max-width:80%;
  max-height:80%;
}

table, td {
  border: 1px #70b8ff dashed;
}

#loading {
  position: absolute;
  right: 0;
  left: 0;
  font-weight: bold;
  font-size: 4em;
}

#main-container {
  visibility: hidden;
}

#current-heart-rate {
  position: left;
  padding-top: 15px;
  padding-bottom: 15px;
}

#heart-rate {
  position: left;
    font-weight: bold;
  font-size: 2em;
}

#OXIchart-container {
  position: right;
}

#current-oxygen-saturation {
  position: right;
    padding-top: 15px;
  padding-bottom: 15px;
}

#oxi {
  position: right;
    font-weight: bold;
  font-size: 2em;
}
div.smoothie-chart-tooltip {
  background: #444;
  padding: 1em;
  margin-top: 20px;
  font-family: consolas;
  color: white;
  font-size: 10px;
  pointer-events: none;
}
div.ecgcanvas-tooltip {
  background: #444;
  padding: 1em;
  margin-top: 20px;
  font-family: consolas;
  color: white;
  font-size: 10px;
  pointer-events: none;
}
#current-ekg-lead-1 {
  position: right;
    padding-top: 15px;
  padding-bottom: 15px;
}
#ekg-lead-1 {
  position: right;
  font-weight: bold;
  font-size: 2em;
}

#built-with {
  padding-top: 15px;
}

#built-with img {
  display: inline;
  padding-top: 20px;
  padding-right: 30px;

}

.wrapper {
		text-align: left;
		display: inline-block;
		position: relative;
		&lt;!-- 
		top: 10%;
		left: 10%;
		--&gt;
}
.leftButtons {
		text-align: left;
		display: inline-block;
		position: relative;
		&lt;!-- 
		top: 10%;
		left: 10%
		--&gt;
}
/* Style the buttons */
.btn {
		text-align: left;
		display: inline-block;
		position: relative;
		border: none;
		outline: none;
		background-color: #f1f1f1;
		cursor: pointer;
		font-size: 18px;
}
/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
		background-color: green;
		color: white;
}

.btn-group button {
	background-color: black; /* Green background */
	border: 1px solid green; /* Green border */
	color: white; /* White text */
	padding: 10px 24px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	position: top;
	float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
	content: "";
	clear: both;
	display: table;
}

.btn-group button:not(:last-child) {
	border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
	background-color: #3e8e41;
}
/*
.blink {
	animation-duration: 1s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	81% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
*/
/*
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
*/
 /* Container holding the image and the text */
 /*
 This addition to the end of the breaks the Last Messages table 
 and the History table in the MQTT section of the page. For now leave with it.
 */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 10%;
  left: 250px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
} 

/* Center left text */
.center-left {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translate(-50%, -50%);
} 

/* Center right text */
.center-right {
  position: absolute;
  top: 50%;
  left: 300px;
  transform: translate(-50%, -50%);
} 

 /* Bordered form */
form {
  border: 3px solid #f1f1f1;
}

/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}
qcbutton {
  font-size: 18px;
  border:none; 
  width:50px;
  height:50px;
}
#QRorFieldsButton
{
  width:50px;
  height:50px;
  text-decoration-color: brown;
  background-size: 100%;
  background-image: url(../images/qrcode2.png);
  background-repeat: no-repeat;
}
/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text 
span.psw {
  float: right;
  padding-top: 16px;
}
*/

/* Change styles for span and cancel button on extra small screens */
/*
@media screen and (max-width: 300px) {
  span.psw {
    display: inline;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
*/


 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}
</pre></body></html>