@charset "utf-8";
Body {
	background-attachment: scroll;
	background-color: #ffffff;
	background-repeat: repeat;
	background-position: center top;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	
}
.thumb {
	padding: 0px;
	border: 3px solid #FFFFFF;
	margin: 5px;
}


.toggle { 
  background-color: black;
  color: white;
  border: 3px #0d0 solid;
  padding: 0 2px;
  font-size: 130%;
  font-weight: bold;
  cursor: pointer;
}


.toggleWillShow {
  background-color: white;
  color: black;
}

.togglecell {  margin-right: 2em; }

.wrappy { border: 2px orange solid; }
