* {
	margin: 0;
	padding: 0;
}

input {
	font-family: Arial, sans-serif;
}

br.clearfix {
	clear: both;
}



p {
	margin-bottom: 0.6em;
}

.container {
  display: flex;
}

.page {
	width: 100%;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	overflow: auto;
}






@media (min-width: 480px){
	body {
		line-height: 1.5em;
		font-size: 12pt;
		color: #353535;
		font-family: Arial, sans-serif;
		clear: both;
		overflow: hidden;
	}
	.wrapper {
		width: 100%;
		max-width: 100%;
		display: flex;
		height: calc(100vh - 70px);
		position: relative;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}
	.content {
		position relative;
		padding-left: 10px;
	}
	h1,h2,h3,h4 {
		font-weight: normal;
		font-family: "Open Sans", sans-serif;
		color: #353535;
		margin-bottom: 1em;
	}

	h1 {
		font-size: 1.75em;
		text-align: center;
	}

	h2  {
		font-weight: bold;
		font-style: italic;
		font-size: 1.5em;
		margin-top: 0.5em;
		margin-bottom: 0.8em;
		margin-left: 1em;
	}

	h3 {
		font-weight: bold;
		font-size: 1.4em;
		margin-top: 0.5em;
		margin-bottom: 0.8em;
		margin-left: 1em;
	}

	h4 {
		font-style: italic;
		font-size: 1.1em;
		margin-top: 1em;
		margin-bottom: 0.2em;
		margin-left: 1em;
	}
	
	.header {
  		width: 100%;
  		font-size: large;
  		text-align: left;
  		padding: 0.6em 0;
  		background-color: #21485d;
  		color: #f9f9f9;
  		height: 20px;
  	}
  	.logo-mobile {
		display: none;  	
  	}
  	.logo {
		color: #e6f0f7;
		margin-left: 84px;
		margin-top: -62px;
		position: fixed;
		background: transparent;
		border: 3px solid #e6f0f7;
		border-radius: 100px;
	}

	.logo-not {
		color: #e6f0f7;
		margin-left: 84px;
		margin-top: -62px;
		position: fixed;
		background: transparent;
		border: 3px solid #e6f0f7;
		border-radius: 100px;
	}

	.logo-image {
		border-radius: 100px;
	}

	.logo:hover {
		border: 3px dashed #e6f0f7;
	}

	.footer {
		text-align: left;
		padding: 0.3em 0;
		background-color: #21485d;
		color: #f9f9f9;
		height: 20px;
	}

	.footer-button {
		position: fixed;
		margin-top: -15px;
		margin-left: 14px;
		padding-top: 4px;
		background: #93b0be;
		cursor: pointer;
		width: 230px;
		height: 28px;
		border: 1px solid black;
		border-radius: 6px;
		text-align: center;
	}

	.footer-button:hover {
		background: black;
	}

	.exitbutton-text {
  		color: whitesmoke;
  		font-size: 1.4em;
	  cursor: pointer;
	  letter-spacing: 2.4px;
	  overflow:hidden;
	}
	
	.header-exit {
		display: none;
	}

	.footer-username {
		margin-top: -2px;
		margin-left: 280px;
	}
	
	.buttons2 {
		width: 500px;
		display: flex;
		justify-content: space-between;
	}
	
	.count-green-first {
		background: #a8fca765;
		padding: 0 5px;
		font-size: small;
		margin-left: 8px;
		border-radius: 5px;
	}
	.count-green {
		background: #a8fca765;
		padding: 0 5px;
		font-size: small;
		margin-left: 2px;
		border-radius: 5px;
	}
	.count-yellow-first {
		background: #e6fa0f7e;
		padding: 0 5px;
		font-size: small;
		margin-left: 8px;
		border-radius: 5px;
	}

	.count-yellow {
		background: #e6fa0f7e;
		padding: 0 5px;
		font-size: small;
		margin-left: 2px;
		border-radius: 5px;
	}

	.count-red-first {
		background: #fc3f3f59;
		padding: 0 5px;
		font-size: small;
		margin-left: 8px;
		border-radius: 5px;
	}
	.count-red {
		background: #fc3f3f59;
		padding: 0 5px;
		font-size: small;
		margin-left: 2px;
		border-radius: 5px;
	}


}


@media (max-width: 480px){
	body {
		line-height: 1em;
		font-size: 14px;
		color: #353535;
		font-family: Arial, sans-serif;
		clear: both;
		overflow: hidden;
	}
	
	.wrapper {
		width: 100%;
		max-width: 100%;
		display: flex;
		height: calc(100vh - 170px);
		position: relative;
		margin: 0 auto 0 auto;
		overflow: hidden;
	}


	.content {
		position relative;
	}
	
	h1,h2,h3,h4 {
		font-weight: normal;
		font-family: "Open Sans", sans-serif;
		color: #353535;
		margin-bottom: 0.8em;
	}

	h1 {
		font-size: 1.25em;
		text-align: center;
	}

	h2  {
		font-weight: bold;
		font-style: italic;
		font-size: 1.0em;
		margin-top: 0.5em;
		margin-bottom: 0.6em;
		margin-left: 1em;
	}

	h3 {
		font-weight: bold;
		font-size: 0.9em;
		margin-top: 0.5em;
		margin-bottom: 0.6em;
		margin-left: 1em;
	}

	h4 {
		font-style: italic;
		font-size: 0.9em;
		margin-top: 1em;
		margin-bottom: 0.2em;
		margin-left: 1em;
	}
	
	.header {
  		width: 100%;
  		padding: 0.4em 0;
  		background-color: #21485d;
  		color: #f9f9f9;
  		height: 26px;
  	}
 	
 	.header-exit {
  		background-color: #21485d;
  		height: 25px;
  		padding-top: 12px;
		padding-right: 10px;
		padding-left: 10px;
 	}
 	
	.header-exit:hover {
		background: black
 	}
 	.header-exit a{
		color: #e6f0f7;
		font-size: 15px;
 	}
 		
  	.logo-mobile {
		color: #e6f0f7;
		margin-left: 10px;
		height: 24px;
		position: fixed;
		background: transparent;
		border: 1px solid #e6f0f7;
		border-radius: 100px;
	}

	.logo-not-mobile {
		color: #e6f0f7;
		margin-left: 10px;
		position: fixed;
		background: transparent;
		border: 1px solid #e6f0f7;
		border-radius: 100px;
	}

	.logo-image-mobile {
		border-radius: 100px;
	}

	.logo-mobile:hover {
		border: 1px dashed #e6f0f7;
	}
	
	.buttons2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.footer-button {
		display: none;
	}
	
	.exitbutton-text {
		display: none;
	}
	
	.footer-username {
		display: none;
	}
	
	.count-green-first {
		background: #a8fca765;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}
	.count-green {
		background: #a8fca765;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}
	.count-yellow-first {
		background: #e6fa0f7e;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}

	.count-yellow {
		background: #e6fa0f7e;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}

	.count-red-first {
		background: #fc3f3f59;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}
	.count-red {
		background: #fc3f3f59;
		padding: 0 3px;
		font-size: 10px;
		margin-left: 2px;
		border-radius: 5px;
	}	
}





.button-confirm {
	height: 32px;
	background: #a8fca765;
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 15px;
	font-size: 1em;
	border: 1px solid #4a4a4a;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.button-confirm:hover {
	transform: translateY(1px);
	background: #2fc22d;
	border: 2px solid #4a4a4a;
	box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.button-warning {
	height: 32px;
	background: #e6fa0f7e;
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 15px;
	font-size: 1em;
	border: 1px solid #4a4a4a;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.button-warning:hover {
	transform: translateY(1px);
	background: yellow;
	border: 2px solid #4a4a4a;
	box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.button-reject {
	height: 32px;
	background: #fc3f3f59;
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 15px;
	font-size: 1em;
	border: 1px solid #4a4a4a;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.button-reject:hover {
	transform: translateY(1px);
	background: red;
	border: 2px solid #4a4a4a;
	box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.button-disabled {
	height: 32px;
	background: lightgray;
	background: transparent;
	padding: 0 10px 0 10px;
	margin: 10px 0 15px 15px;
	font-size: 1em;
	border: 1px solid #4a4a4a;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.info-box {
	background: #fc3f3f59;
	padding: 2px;
	border: 1px solid;
	border-radius: 6px;
}