@charset "utf-8";

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  word-wrap: break-word;
}

th,
td {
  border-width: 1px; 
  border-style: solid;
  padding: .5em;
}

th {
  font-weight: bold;
}

thead th {
  text-align: center;
}

tbody th {
  text-align: left;
}

input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
  padding: 0.1em 1em;
  border: 1px solid #808080;
  background-color: #ffffff;
  cursor: hand;
  cursor: pointer;
}
