/* For sim scan pages */

body {
	color: rgb(100, 255, 245);
	background-color: rgb(50, 90, 100);
	font-size: 150%;
	margin-left: 10px;
	margin-right: 10px;
	

	/* background-image: linear-gradient(to right, #8360c3, rgb(0, 90, 100)); */
	background-image: linear-gradient( 109.6deg, rgba(0, 90, 100,1) 11.2%, rgba(110,123,251,1) 91.1% );
	
	/* border: 5px solid #3F8C92; */ /* width, style, colour */
}

a {
	color: rgb(100, 255, 245);
}

div {
	color: #FDFEFE;
	background-color: #2C3E50;
	font-size: large;
	
	/* border: 5px solid #FF33FE; */ /* width, style, colour */
}


h1 {
  color: rgb(220, 255, 255);
  text-shadow: 2px 2px rgb(0, 155, 155);
  /* margin-left: 40px; */
}

h2 {
  color: rgb(100, 230, 240);
  /* margin-left: 40px; */
}

table {
	color: rgb(0, 255, 245);
	background-color: rgb(0, 90, 100);
	
	font-size: 100%;
	border: 5px solid rgb(0, 155, 145);
	border-collapse: collapse;
}

th {
	color: rgb(0, 90, 100);
	background-color: rgb(0, 220, 230);
	padding: 15px;
	text-align: center;
	border: 5px solid black;
}

td {
	color: rgb(0, 255, 245);
	background-color: rgb(0, 90, 100);
	padding: 15px;
	text-align: center;
	border: 5px solid black;
}

select, input[type=button], input[type=submit], input[type=select], input[type=text], input[type=number], input[type=reset] {
  background-color: rgb(0, 90, 100);
  font-size: 100%;
  border: none;
  color: rgb(0, 255, 245);
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

img {
	border-radius: 8px;
	max-width: 15%;
	height: auto;
	float: left;
}
