@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,700&display=swap");
* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  background: #f0f3f6;
  color: #3a3a3a;
}
hr {
  margin: 20px 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
label,
input {
  cursor: pointer;
}
h1 {
  margin: 20px 0;
}
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 1.3;
  color: #1f2949;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
  font-weight: 400;
}
img {
  max-width: 100%;
  display: block;
}
p {
  font-size: 16px;
  margin: 16px 0 0 0;
}

.line-plot {
  margin: 15px 30px;
}

body {
  margin: 12px;
}

.dflex {
  display: flex;
}

.flex {
  flex: 1;
}

@media screen and (max-width: 1600px) {
  .md {
    flex-flow: column;
    align-items: center;
  }
}

@media screen and (max-width: 800px) {
  .left,
  .right {
    display: none;
  }
  .half {
    max-width: 100%;
    width: 100%;
  }
  .w80 {
    min-width: 100%;
  }
}

.left,
.right {
  flex: 1;
  flex-flow: column;
}

.half {
  margin-top: 2em;
}

@media screen and (min-width: 801px) {
  .half {
    max-width: 50%;
  }
}

.shadow {
  box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.w80 {
  width: 80%;
  margin: 25px auto;
}
.w35 {
  width: 35%;
  object-fit: cover;
  object-position: bottom;
  max-height: min-content;
  margin: 20px 30px 20px 25px;
}

table,
th,
td {
  border-collapse: collapse;
  border: 2px solid grey;
}

td {
  padding: 5px;
}

table {
  margin: 20px auto;
}

ol {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 20px;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.tac {
  text-align: center;
}

.mt20 {
  margin-top: 20px;
}
