body {
  background-color: #000;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 13px;
  line-height: 100%;
  padding: 66px;
}

.container {
  /* background-color: #fefefe; */
  /* border: 1px solid #ebebeb; */
  /* padding: 25px; */
  max-width: 666px;
  margin: 0px auto;
  margin-bottom: 44px;
}

h2 {
  font-family: Roboto, Georgia,Times, Times,serif;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 28px;
}

.molochy_red {
  font-family: Roboto;
  /* font-weight: bold; */
  color: #ff0000;
}

.molochy_link {
  font-family: Roboto;
  color: #ff0000;
}

.molochy_bold {
  font-weight: 500;
}

.molochy_seperator {
  border-top: 1px solid #333;
  margin-bottom: 50px;
  margin-bottom: 50px;
}

.molochy_seperator_double {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  margin-bottom: 50px;
  margin-bottom: 50px;
}

.molochy_seperator_alt {
  border-top: 1px solid #333;
  margin-top: 25px;
  margin-bottom: 50px;
}

.molochy_link:hover {
  cursor: pointer;
  opacity: 0.8;
}

.molochy_container_white {
  border: 1px solid #fefefe;
  background-color: #fff;
  max-width: 666px;
  margin: 0px auto;
  margin-bottom: 44px;
  padding: 44px;
  border-radius: 8px;

}

.black_text {
  font-family: Roboto, Georgia,Times, Times,serif !important;
  font-weight: 400 !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  margin-bottom: 0px !important;
}

.molochy_container_white p {
  font-family: Roboto, Georgia,Times, Times,serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.escape_from_moloch {
  padding: 50px;
  border-radius: 10px;
  color: #fff;
  background-color: blue;
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
}

.celebrate_moloch {
  padding: 50px;
  border-radius: 10px;
  color: #fff;
  background-color: red;
  margin-bottom: 35px;
  margin-top: 35px;
  text-align: center;
  font-size: 22px;
  line-height: 120%;
  font-weight: bold;
}

.escape_from_moloch:hover, .celebrate_moloch:hover {
  cursor: pointer;
  opacity: 0.8;
}

.container p {
  font-family: Roboto, Georgia,Times, Times,serif;
  font-weight: 300;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 50px;
}

.pic_abs_alt {
  width: 100%;
  margin-bottom: 44px;
  border: 0px solid white;
}

.pic_abs {
  width: 100%;
  margin-bottom: 44px;
  border: 10px solid white;
}

.sep_line {
  border-top: 1px solid #D0D7E5;
  padding-top: 15px;
  margin-top: 15px;
}

/* info dropdown */
.info_box {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 15px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-family: Roboto;
  color: #0f2741;
}

.ib_block {
  margin-top: 15px;
  color: #455f7c;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1.3;
  width: 400px;
}

/* autofill */
.stock_dd {
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  border: 1px solid #D0D7E5;
  border-radius: 4px;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 8%);
}

.stock_dd_row {
  padding: 6px;
  border-bottom: 1px solid #D0D7E5;
  font-size: 12px;
  font-family: Roboto;
  color: #455f7c;
  padding-left: 5px;
  line-height: 12px;
}

.stock_dd_row:hover {
  background-color: #f5f8fb;
  cursor: pointer;
}

.form_target_presets {
  font-size: 11px;
}

/* table */
table {
  width: 100%;
  font-family: Roboto;
  line-height: 1.2;
  font-size: 12px;
  text-align: left;
  color: #222;
  border-collapse: collapse;
}

table thead {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

table th {
  font-size: 10px;
  line-height: 1;
  padding: 5px;
  text-transform: uppercase;
}

table tr:nth-child(even) {
  background-color: #f5f8fb;
}

table td {
  font-size: 13px;
  padding: 15px;
  line-height: 140%;
  color: #202020;
}