h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

.slow-container {
  width: 100%;
}

.slot-body {
  background-color: #f1f3f8;
}

body {
  background-color: #332461;
}

.slot-container {
  margin-bottom: 10px;
}
.slot-container > .slot-header {
  display: flex;
  width: calc(100% - 20px);
  background-color: #793fd8;
  padding: 10px;
  font-family: "JetBrains Mono", "Inconsolata", monospace;
}
.slot-container > .slot-header * {
  color: white;
}
.slot-container > .slot-header > .slot-time {
  text-align: right;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.slot-container > .slot-header > .slot-time > .clock-symbol {
  width: 15px;
  margin: 0;
  margin-right: 5px;
  display: inline;
}
.slot-container > .slot-header > .slot-title {
  text-align: left;
  flex-grow: 4;
}
.slot-container > .slot-body {
  width: calc(100% - 20px);
  padding: 10px;
  display: flex;
}
.slot-container > .slot-body .slot-image-container {
  display: flex;
  margin-right: 10px;
  flex-direction: row;
}
.slot-container > .slot-body .slot-image {
  min-height: 150px;
  display: inline;
  margin-right: 10px;
}
.slot-container > .slot-body .slot-image > img {
  width: 150px;
  clip-path: circle(49%);
  min-height: 150px;
  float: left;
}
.slot-container > .slot-body .slot-image:not(:last-child) {
  margin-right: 0px;
}
.slot-container > .slot-body .slot-image:not(:first-child) {
  margin-left: -15px;
}
.slot-container > .slot-body > .slot-content {
  line-height: 150%;
  text-align: justify;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .slot-body {
    flex-direction: column;
  }
}
.tex {
  float: right;
  width: 150px;
}

.tex-container {
  position: relative;
  width: 100%;
}

.tex-image {
  position: absolute;
  right: 20px;
  top: -70px;
  max-height: 70px;
  overflow: hidden;
}

.section-box {
  background-color: #f1f3f8;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subtext {
  margin: 1px;
  font-size: 15px;
  font-style: italic;
}

/*# sourceMappingURL=tex-talks.css.map */