.dispatch-container {
  border: 1px solid #1a1d20;
  padding: 5px;
}

.dispatch-container .dispatch-botname {
  font-weight: bold;
  color: rebeccapurple;
}

.dispatch-container .dispatch-bottime {
  font-size: smaller;
  color: #6c757d;
}

.dispatch-container .dispatch-title {
  font-weight: bold;
}

.dispatch-container .dispatch-embeds {
  border: 1px solid #3b3b41;
  border-left-width: 5px;
  background-color: #242429;
  padding: 10px;
  font-size: smaller;
}

.dispatch-container .dispatch-embeds .dispatch-embed-float {
  float: left;
  width: 50%;
}

.dispatch-container .dispatch-embeds .dispatch-embed-float-l {
  float: left;
  width: 50%;
  padding-right: 8px;
}

.dispatch-container .dispatch-embeds .dispatch-embed-float-r {
  float: right;
  width: 50%;
}

.dispatch-container .dispatch-embeds .dispatch-embed-title {
  font-weight: bold;
  margin-bottom: 0;
}

.dispatch-container .dispatch-embeds .dispatch-embed-footer {
  font-size: smaller;
  font-weight: bold;
  clear: both;
}

/*# sourceMappingURL=dispatch.css.map */
