body {
  overflow-x: hidden;
  height: 1500px; }

div {
  font-size: 14px; }

img {
  margin-bottom: 15px; }

form {
  border: 1px solid black;
  margin-bottom: 1em; }

.content {
  z-index: 1;
  position: relative; }

.crazy {
  color: #3bbfce; }

.test-hover {
  margin: 10px 60px 1px;
  background-color: #bbbbbb;
  width: 120px;
  text-align: center;
  padding: 5px;
  border-radius: 5px; }

.big-link {
  font-size: 3em; }

.hovers {
  width: 50%; }

.hovers:hover .test-hover:hover {
  background-color: #ff6b6b; }

.hovers:hover .test-hover {
  background-color: #decfc1; }

.test-hover-to-show {
  background-color: #11ad40;
  margin-left: 60px;
  width: 122px;
  padding: 5px 4px;
  border-radius: 5px;
  display: none; }

.input-div {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px; }

.input-div:hover {
  background-color: #11ad40; }

.shitty-dropdown {
  background-color: #bbbbbb;
  width: 100px;
  text-align: center;
  float: right;
  padding: 5px;
  border-radius: 5px;
  line-height: 30px; }

.hidden-dropdown {
  visibility: hidden;
  width: 100px;
  text-align: center;
  margin: 5px 5px 5px;
  position: absolute;
  background-color: #11ad40; }

textarea {
  height: 6em;
  margin-left: 1em;
  width: 20em;
  font-size: 15pt; }

body {
  position: relative; }

.hidden-select-dropdown {
  width: 100px;
  text-align: center;
  margin: 5px 5px 5px;
  position: absolute;
  background-color: #11ad40; }

.hidden-select-dropdown-opener {
  background-color: #bbbbbb;
  margin: 5px 5px 5px;
  width: 250px;
  position: absolute; }

.scroll-div {
  display: inline-block;
  width: 50%; }

.left-column {
  float: left;
  width: 82%; }

.right-column {
  float: right;
  width: 15%; }
  .right-column img {
    border: 10px solid rgba(0, 0, 0, 0.3);
    height: 130px;
    float: right; }
  .right-column img:hover {
    border: 10px solid red; }

.slider-div {
  margin-left: auto;
  margin-right: auto;
  width: 250px; }

.tooltip-background {
  display: block;
  float: left;
  background: grey;
  padding-left: 3em;
  padding-right: 3em; }

.hidden {
  display: none; }

.doctype-test {
  height: 124px;
  width: 200px;
  display: inline-block;
  vertical-align: top; }

.outer-doctype-test {
  width: 170px;
  display: list-item;
  background-color: red;
  list-style-type: none; }

.inner-doctype-test {
  width: 200px;
  height: 100%;
  background-color: yellow;
  display: block; }
