header,
#navs nav,
body .form button {background:rgb(124,0,74);}
header,
header span#name,
header #logo,
body .form button {color:white;}
header .grid-row { height:40px;}
header #logo {font-size:20px;text-decoration:none;}

body .form button:hover,.form button:active,.form button:focus {
  background: rgba(124,0,74,0.8);
}
body .form button:hover,.form button:active,.form button:focus {
}


#page {margin-top:40px;width:100%;text-align:center;}
#page table {margin:auto;border-collapse:collapse;}

#page table th,
#page table td {text-align:left;border:solid 1px grey;vertical-align:middle;padding:5px;}
#page table button {font-size:14px;display:inline-block;}
#page table button.mr {margin-right:5px;}
#page table button.mt {margin-top:5px;}
#page table tr.header {background:rgb(124,0,74);color:white;}
#page table input[type=text] {width:300px;}
#page table textarea {width:300px;height:100px;}

#page .error {color:red;margin-top:5px;}
#page h3 {padding:0;margin:0 0 10px 0;}
#page a {color:rgb(124,0,74);}