#message-list .hac-message {
  margin-bottom: 1rem;
  background-color: rgba(0,0,0,0.05);
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
}

#message-list .hac-message .hac-message-meta {
  font-size: 0.8rem;
  font-style: italic;
  text-align: right;
}

#message-list .hac-message .hac-message-name {
  font-weight: bold;
}

.dashboard.dashboard-summary .panel--matchmaking .tilescontainer {
  height: auto;
}

#message-box {
  margin-top: 1rem;
}

#message-box .message-box-body textarea {
  width: 100%;
}

#message-box .message-box-body {
  margin-bottom: 0.5rem;
}

.dashboard-summary .innerbody h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.dashboard-summary .innerbody p,
.dashboard-summary .innerbody ul {
  margin-bottom: 1rem;
}

.hide-message-box {
  display: none !important;
}

.dashboard-summary .right {
  display: block;
}

.dashboard.dashboard-summary .left h3::after {
  content: "";
  display: block;
  height: 1px;
  background: #00000078;
  position: relative;
}

.dashboard.dashboard-notifications {
  justify-content: center;
}

.dashboard.dashboard-notifications .left {
  max-width: 75%;
}

.dashboard.dashboard-notifications .notifications-table {
  text-align: left;
  width: 100%;
}

#message-box input[type="file"] {
  font-size: 0.9rem;
}

#message-box input[type="email"] {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}

#form-message {
  margin-bottom: 0.5rem;
}

#form-message.error {
  color: red;
}

#form-message.success {
  color: green;
}