	* { font-family: tahoma; font-size: 12pt; color: #73b8e7; }
	b { font-weight: bold; }
	table { width: 570px; border: 1px solid #73b8e7; border-radius: 10px; }
	#table2 { width: 400px; border: 0px; border-radius: 0px; }
	td { text-align: center; padding: 25px 20px 5px; }
	h1 {color: #e77373;}
	body { padding-top: 70px; height: 90vh; margin: 0px;
	background: #274563;
	background: -webkit-linear-gradient(0deg, #396999, #274563);
	background: -o-linear-gradient(0deg, #396999, #274563);
	background: -moz-linear-gradient(0deg, #396999, #274563);
	background: linear-gradient(0deg, #396999, #274563);
	}
	
	
	@media screen and (max-width: 620px) and (min-width: 500px){
	table { 
	width: 400px;
	}
	}
	
	@media screen and (max-width: 499px){
	table, #table2 { 
	width: 280px;
	}
	.listtitle, #list1, #inp {
	font-size: 10pt;
	}
	}