html {
  font-size: 16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
hr {
  padding: 0px;
  margin: 0px;
}
input[type],
a {
  outline: 0;
  cursor: pointer;
}

table,
tr,
th,
td {
  border: 1px solid #000;
  padding: 0px;
  border-spacing: 0px;
}

/* BASIC ORDERED AND UNORDERED LISTS */
ul,
ol,
li,
dl {
  margin: 0%;
  padding: 0;
}

ul ol {
  list-style-position: outside;
}

ul li {
  list-style-type: circle;
}

ol li {
  list-style-type: upper-roman;
}
/* END - BASIC ORDERED AND UNORDERED LISTS */

.translucent_background {
  background-color: rgba(125, 125, 125, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
