
body {margin: 10px; max-width:800px;font-family: 
    Helvetica,Arial,sans-serif;
     font-size:16px;}
 h1 {font-size: 20px;}
 h2 {font-size: 18px;}
 h3 {font-size: 16px;}

 label {
    width: 100%;
    float: left;
    font-weight: bold;
  }


  input, select, textarea {
    float: left;
    padding: 6px 10px;
    width: 100%;
    margin: 8px 0;
//    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  input[type=checkbox] {
     width: 5%;
      }

  label[name=zoom] {
      width:20%;
  }
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }

  input[type=submit]:hover {
    background-color: #45a049;
  }
  div {
    width: 100%;
    float: left;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 0;
  }

  div.data{
    background-color:antiquewhite;
    margin: 10px;
  }

  div.wish {
    padding: 10px;
  }

  div.narrow {
    width: 80%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
      }

div.narrow2 {
    width: 30%;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
      }
  
  div[name=instruct] {
      margin-bottom: 20px;
      background-color: white;
  }
