body {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 100%;
	color:#ffffff;
	
	background-color:#0099FF;
}


    select {
    background: -webkit-linear-gradient(white, #666);
    font-size: 200%;
    width: 320px; height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    -webkit-appearance: none;
}

    input[type=radio] {
        width:60px; height: 60px;
        
    }
    
   input[type=text]  {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 320px; height: 100px;
  line-height: 40px; font-size: 150%;
  border: 1px solid #bbb
  }
  
  input[type=button]{
      width: 320px; height: 100px;
  }
    

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 1%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	td.instructions {
	    visibility: hidden;
	    display: none;
	    position: absolute;
	    top: -9999px;
	    left: -9999px;
	}
	
	

 td.answers {
     background-color: #0000ff;
 }
	
  #picture {
      display:none;
  }
  
 