

body {
	font-size:26px;
  max-width: 80%;
  margin: 2em auto;
  border: 1px solid #555;
  border-radius: 15px;
 background: linear-gradient(to right, rgba(0,183,234,0.11) 0%,rgba(0,53,89,0.67) 33%,rgba(0,53,89,0.74) 37%,rgba(0,53,89,0.74) 66%,rgba(0,53,89,0.65) 72%,rgba(0,158,195,0.21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.toptab {
  background-color:#ffffff ;

}
.tab {

	  background-color: #ffffff;
  white-space: pre;
  font-family: monospace;
  position: relative;
   
}

.tab input {
  width: 1em;
  height: 1em;
  outline: none;
}

.tab span {
  cursor: pointer;
  transform: translateY(-25%);
}

body {
  padding: 1em;
}
ul {
  list-style: square inside url("ukeblue.gif");
  font-size:15px;
}
.toptop {
  background-color:#ffffff ;

}
.toptop h1{
  font-size:20px;
color:#1c5ffc ;
}
#screenshot-area{
  padding-left:20px;
 background-color:white;
}


.toptop h2{
  font-size:20px;
color:#fc0000 ;
}
button {
	 background-color:#fcc603;
  display: inline-block;
  border: none;
  /* padding */
  text-align: center;
  text-decoration: none;
  /* font-size */
  margin: 15px 30px;
  cursor: pointer;
  color: #1c5ffc;
  font-size:20px;
  border-radius: 25px;
  border: 2px solid #73AD21;
}
button:hover,
button:focus {
	color: #f52100;
	text-decoration: none;
	background-color:#52ff33;
	box-shadow: 2px 2px 7px black;
}
li{
  font-size:24px;
color:#d0ff00;
}