button:submit:disabled {
  cursor: not-allowed;
}
button[disabled]{
  cursor: default;
}
input[readonly],
textarea[readonly] {
    border: none; 
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
textarea[readonly] {
  resize: none;
  cursor: default;
}
.formbt{
  text-align:center;
}
.formbt button {
  border-radius:10px;
  box-sizing: border-box;
  margin:0 auto;
  width: 300px;
  height: 60px;
  cursor: pointer;
  -webkit-appearance: button;
}
table.formlist{
 box-sizing: border-box !important;
 margin:1em !important;
 border:1px solid #333 !important;
 }
table.formlist th{
 border:1px solid #333 !important;
 background-color:#ccc !important;
 padding:0.5em !important;
 }
table.formlist td{
 border:1px solid #333 !important;
 padding:0.5em !important;
 }
