﻿body { background-color: #F9F9F9; }
button.w3-btn {
   width: 120px;
   margin-left: 10px;
   border: solid 1px #004885 !important;
}
button.w3-btn-darkblue {
   background-color: #004885;
   color: white;
   font-weight: bold;
}
select.w3-input {
   padding-top:9px;padding-bottom:9px; /*overwrite default 8px to make as tall as text boxes*/
}