input[type=button]:hover, input[type=submit]:hover , input[type=reset]:hover 
{
  background-color: #46000D;
  color: yellow;
  font-weight:bold;font-size: large;
}
input[type=submit] , input[type=reset], input[type=button]
{
  color: red;
   font-size: large;
   font-weight:bold;font-size: large;
}
button:hover
{
  background-color: #46000D;
  color: yellow;
  font-weight:bold; font-size: large;
}
button
{
  color: red;
  font-size: large;
  font-weight:bold;
}

.receipt
{
  color: red;
  font-size: large;
  font-weight:bold;
}
a.receipt:hover
{
  background-color: #46000D;
  color: yellow;
  font-size: large;
  font-weight:bold;
}
 
 .style1 {
                border: 2px solid #808080;
                margin-right: 0px;
 }
 
 .list {
               margin:1;
               vertical-align:middle;
 }
 
 td {
              vertical-align:middle;
 
 }
 
 ol, li {
               font-size:small;
         }
 
 input[type=checkbox]
  {  -ms-transform: scale(2);   -moz-transform: scale(2);   -webkit-transform: scale(2);   
     -o-transform: scale(2);   padding: 10px; 
   } 
   
.checkboxtext 
   {   font-size: 110%;  
       display: inline;
   }