body {
    background-color: #98B4D0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

p {
	margin: 0px;
	padding: 0px;
}

#warningOverlay {
	position: fixed;
	z-index: 999999;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255,0,0,0.7);
}

#warningOverlay div {
	width: 100%;
    height: 100%;
	font-size: 10vh;
	text-align: center;
	display: flex;
  	justify-content: center;
	align-items: center;
}

#warningText {
	padding: 2% 2% 2% 2%;
	font-size: 15vh;
	background-color: #FFDFDF;
}

#bag {
    position: absolute;
    width: 8vw;
    height: 22vh;
    top: 2vh;
    left: 1vw;
}

#bag img {
    width: 100%;
    height: 100%;
}

#cbw img, #cbw_status img, #press_status img, #dryer1 img, #dryer2 img, #dryer3 img {
    width: 100%;
    height: 100%;
}

#cbw {
    position: absolute;
    width: 98vw;
    height: 30vh;
    top: 25vh;
    left: 1vw;
}

#cbw_status, #press_status {
    position: absolute;
    width: 3.5vw;
    height: 3.5vw;
    top: 19vh;
    left: 1vw;
}

#cbw_status {
    left: 1vw;
}

#press_status {
    left: 92.1vw;
}

#dryer1, #dryer2, #dryer3 {
    position: absolute;
    width: 12vw;
    height: 25vh;
    top: 56vh;
}

#dryer1 {
    left: 87vw;
}

#dryer2 {
    left: 74vw;
}

#dryer3 {
    left: 61vw;
}

#time {
	position: absolute;
    width: 40vw;
    height: 5vh;
	top: 1vh;
	left: 15vw;
}

#time p {
	text-align: left;
	font-size: 8vh;
}

#steam {
	position: absolute;
    width: 40vw;
    height: 5vh;
	top: 1vh;
	left: 55vw;
}

#steam p {
	text-align: left;
	font-size: 8vh;
}

#c0, #c1, #c2, #c3, #c4, #c5, #c6, #c7, #c8, #c9, #c10, #cpress {
	position: absolute;
	background-color: #F5F5F5;
	border-style: solid;
	border-color: black;
	border-width: 1px;
    width: 6vw;
    height: 11vh;
}

#c0 p, #c1 p, #c2 p, #c3 p, #c4 p, #c5 p, #c6 p, #c7 p, #c8 p, #c9 p, #c10 p, #cpress p {
	text-align: center;
	font-size: 3vh;
}

#c0 {
	top: 3vh;
	left: 1vw;
}

#c1 {
	top: 8vh;
	left: 8vw;
}

#c2 {
	top: 8vh;
	left: 16.1vw;
}

#c3 {
	top: 8vh;
	left: 24.5vw;
}

#c4 {
	top: 8vh;
	left: 32.7vw;
}

#c5 {
	top: 8vh;
	left: 40.9vw;
}

#c6 {
	top: 8vh;
	left: 49.2vw;
}

#c7 {
	top: 8vh;
	left: 57.4vw;
}

#c8 {
	top: 8vh;
	left: 65.7vw;
}

#c9 {
	top: 8vh;
	left: 73.9vw;
}

#c10 {
	top: 8vh;
	left: 82.2vw;
}

#cpress {
	top: 8vh;
	left: 90.7vw;
}

#dryer1_display, #dryer2_display, #dryer3_display {
	position: absolute;
	background-color: #F5F5F5;
	border-style: solid;
	border-color: black;
	border-width: 1px;
    width: 9.9vw;
    height: 17vh;
}

#dryer1_display p, #dryer2_display p, #dryer3_display p {
	text-align: center;
	font-size: 4.5vh;
}

#dryer1_display {
	top: 5.8vh;
	left: 1vw;
}

#dryer2_display {
	top: 5.8vh;
	left: 1vw;
}

#dryer3_display {
	top: 5.8vh;
	left: 1vw;
}

#dryer1_trolley, #dryer2_trolley, #dryer3_trolley {
	position: absolute;
	background-color: #F5F5F5;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	top: 82vh;
    width: 11.94vw;
    height: 5.5vh;
}

#dryer1_trolley p, #dryer2_trolley p, #dryer3_trolley p {
	text-align: center;
	font-size: 4.5vh;
}

#dryer1_trolley {
	left: 87vw;
}

#dryer2_trolley {
	left: 74vw;
}

#dryer3_trolley {
	left: 61vw;
}

#programs {
    position: absolute;
    width: 56.5vw;
    height: 40vh;
    top: 59.5vh;
	left: 1vw;
	overflow: hidden;
}

#programs_table {
	background-color: #F5F5F5;
    width: 100%;
    height: auto;
	border: 1px solid black;
	border-collapse: collapse;
}

#programs_table thead {
	font-size: 3vh;
}

#programs_table tbody {
	font-size: 3vh;
}

#programs_table #col1, #programs_table #col3 {
	text-align: left;
    width: 7%;
}

#programs_table #col2, #programs_table #col4 {
	text-align: left;
    width: 33%;
}

#programs_table th, #programs_table td {
	border: 1px solid black;
}
