<style type="text/css">

form {
  /* Center the form on the page */
  margin: 0 auto;
  width: 680px;
  /* Form outline */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
}

table,tr,td {
  /* Center the form on the page #777;*/
  font: 22px sans-serif;
  color: red;
/*  text-align: center; */
  FONT-WEIGHT: bold;
  font-size: 18px;
  font-family: sans-serif;
  padding: .3em;
  box-shadow: 0px 4px 8px #700;
}


.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}


.radio {
  display: inline-block;
  width:      100px;
  text-align: right;
  font-size : 2em;
  color:      red;
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 1.0625em solid rgb(192,192,192);
  border-radius    : 1.25em;
  background       : rgb(124,224,214);
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}

.readonly{
  background       : rgb(224,204,224);
  color=red;
/*  text-align: right; */
}



textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
   color: #blue;
     font-weight : bold;
  background-color: #f8f9fa; /* red; #f8f8f8;*/
  font-size: 22px;
}


input[type=button], input[type=submit], input[type=reset] {
    background-color: #5F5F5F;
    width: 280px;
    border: 8px solid red;
    font-size: 14px;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}


.button {
  border: none;
  color: white;
    width: 280px;

  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}


</style>
