main {
  margin: 100px auto 0;
  width: 1000px;
}
main #login-logo {
  width: 450px;
  text-align: center;
  margin: 0 auto 50px;
}
main #login-logo img {
  width: 100%;
  margin: 0 auto;
}
main h1 {
  border-bottom: #DDDDDD solid 1.5px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
main #message {
  color: #e6372d;
}
main #content .title {
  font-size: 20px;
  margin-bottom: 20px;
}
main #content table {
  width: 100%;
  margin-bottom: 50px;
  line-height: 3rem;
}
main #content table tr {
  border-bottom: #DDDDDD solid 1.5px;
}
main #content table tr:first-child {
  border-top: #DDDDDD solid 1.5px;
}
main #content table tr th {
  width: 25%;
  vertical-align: top;
  padding-left: 10px;
  line-height: 2rem;
}
main #content table tr td {
  padding-left: 10px;
  line-height: 2rem;
}
main #content table tr .href-blue {
  color: #1d54a7;
}
main #content table .child-staff-table {
  margin-bottom: 0;
}
main #content table .child-staff-table tr {
  border-top: none;
  border-bottom: none;
}
main #content table .child-staff-table tr:first-child {
  border-bottom: #DDDDDD solid 1px;
}
main #content table .child-staff-table tr th {
  width: 25%;
}
main #content table .staff-delete {
  font-size: 10px;
  color: #444444;
  line-height: 15px;
}
main #content #th-gray th {
  background-color: #F5F5F5;
}
main #content #buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
main #content #buttons a {
  margin: 0 10px;
}
main form table th {
  background-color: #F5F5F5;
  padding-left: 20px;
  vertical-align: top;
}
main form table td input {
  line-height: 1rem;
  margin-left: 20px;
}
main form table td textarea {
  margin-left: 20px;
}
main form table td ul {
  line-height: 2rem;
}
main form table td .form-check {
  margin-top: 10px;
}
/*# sourceMappingURL=accounts.css.map */