body {

	font-size: 16px;
	margin: 0;
	padding: 20px;
  background: white;
background-image:url(/images/misc/ricepaper-transparent-white.png);
}

/* Contains everything*/
.wrapper {
  width: 1000px;
  height: auto;
  margin: auto;
 
}

.fixedElement {
  background-color: #f8f9f8;
  padding: 20px;
  width: 160px;
  margin:15px;
  border-radius: 10px;
  height: auto;
 
  border: 5px solid #D83026;
    position:fixed;
    top:0;
    z-index:100;
}

/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
  
}




.main {
  background-color: #f8f9f8;
  padding: 20px;
  width: 600px;
  margin-left:250px;
  margin-right:15px;
  margin-bottom:20px;
  border-radius: 10px;
  height: auto;
border: 5px solid blue; 
  outline: 5px solid #00af04;

}

.button {
 background-color: #ffff4d;
  padding: 8px;
  width: 130px;
  margin:5px;
  border-radius: 10px; 
  border: 4px solid #D83026;

}

.button:hover {
  background-color: white;
}

@media(max-width: 990px) {
  
    
  
    .fixedElement {
      /*don't even bother at this point*/
      display: none;
      }
  }
  
  @media(min-width: 990px) {
  
    
  
    .toplink {
      display: none;
      }
  }
  
  .main2 {
  background-color: #f8f9f8;
  padding: 20px;
  width: 60%;
  border-radius: 10px;
  margin:auto;
  height: auto;
border: 5px solid blue; 
  outline: 5px solid #00af04;

}
