body {
	font-family: 'Arimo', sans-serif;
	background: white;
}

.wrapper {
  margin: 10px auto;
  width: 800px;
}

table {
  table-layout: fixed;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-collapse: collapse;
  
}
table caption {

  font-size: 1.5em;
  padding: 0.35em;
}
table tr {
  height: 1.85em;
  
}
table td, table th {
  text-align: center;
  background: #FAFAFA;
  border: 1px solid black; 
}
#button {
	border: 0;
    background: chartreuse;
    width: 200px;
    height: 40px;
    font-weight: bold;
    font-size: 17px;
    font-family: Arimo;
	box-shadow: 10px 10px 5px #888888;
}



  @media print {

   .adroll-block {
   	 display:none;
   	 visibility:hidden;
   }

  .aswift_0_expand, .aswift_1_expand, .aswift_2_expand {
  	display:none;
  	visibility:hidden;
  	opacity: 1;
  	position:relative;
  	z-index:-1;
  }
   .aswift_0_hanchor, .aswift_1_hanchor, .aswift_2_hanchor {
  	display:none;
  	visibility:hidden;
  	opacity: 1;
  	position:relative;
  	z-index:-1;
  }

}
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
}