input[type="submit"]{
  -webkit-appearance: none;
}

body {
  background-color: #fed;
  border:4px solid #c96;
}

.main {
  text-align:  center;
  color: #c96;
  font-family: "mplus-1p-bold";
  box-sizing: border-box;
  font-size: 20pt
}

.logo {
  font-family: "mplus-1p-heavy";
  text-align:  center;
  font-size: 50pt
}

.copy {
  display:inline-block;
  width: auto;
  font-family: "mplus-1p-reguler";
  font-size: 10pt;
    /*
  position: fixed;
  */
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
}

#name{
    background: #fff;
    width: 80%;
    padding: 10px 15px;
    font-size: 20pt;
    border-radius: 3px;
    border: 4px solid #c96;
    box-sizing: border-box;
    margin-bottom: 8px;
    border-bottom: 8px solid #c96;
}

#submit{
    margin-top: 4px;
    background: #fff;
    width: 80%;
    padding: 10px 15px;
    font-size: 20pt;
    box-sizing: border-box;
    border-top: 4px solid #c96;
    border-left: 4px solid #c96;
    border-right: 4px solid #c96;
    border-bottom: 8px solid #c96;
    border-radius: 3px;
}

#submit:hover{
    background: #f0f0f0;
}

#submit:active{
    background: #e0e0e0;
    border-bottom: 4px solid #c96;
    border-radius: none;
    margin-top: 8px;
}

#dump{
    margin-top: 4px;
    background: #fff;
    padding: 5px 7.5px;
    font-size: 20pt;
    box-sizing: border-box;
    border-top: 4px solid #c96;
    border-left: 4px solid #c96;
    border-right: 4px solid #c96;
    border-bottom: 4px solid #c96;
    border-radius: 3px;
}

#dumps{
    background: #fff;
    padding: 5px 7.5px;
    font-size: 10pt;
    display:inline-block;
    border-top: 4px solid #c96;
    border-left: 4px solid #c96;
    border-right: 4px solid #c96;
    border-bottom: 4px solid #c96;
    border-radius: 3px;
    margin-top: 4px;
    white-space: pre;
}

#loads{
    background: #fff;
    padding: 5px 7.5px;
    font-size: 10pt;
    border-top: 4px solid #c96;
    border-left: 4px solid #c96;
    border-right: 4px solid #c96;
    border-bottom: 4px solid #c96;
    border-radius: 3px;
    margin-top: 4px;
}

th,td {
    border: solid 4px #c96;
    width: 80%;
}

table {
    margin-top: 4px;
    font-size: 13pt;
    border-collapse:  collapse;
    width: 80%;
    color: #000;
}
