table {
  word-break: break-all;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}

table th, table td {
  border: 1px solid #333;
  padding: 1em;
}

table th a, table td a {
  border-bottom: 1px dotted #CC3333;
}

table th {
  background-color: #CC3333;
  color: white;
}

table img {
  width: 120px;
}

.nav {
  width: 50%;
}

.send a:hover {
  color: white;
}

.imageFileNameWidth {
  width: 28vmax;
}
/*# sourceMappingURL=controlpanel.css.map */