a {
  text-decoration: underline;
}

.main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.editor-container {
  padding-top: 84px;
  padding-bottom: 84px;
}

.editor {
  overflow: hidden;
  min-width: 600px;
  border-radius: 7px;
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.3), -11px 11px 15px 0 rgba(0, 0, 0, 0.3);
}

.editor-title-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #868686;
  border-bottom: 2px solid #424342;
  background-color: #3e4040;
  cursor: default;
}

.editorcontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 2px solid #3f4a50;
  border-bottom: 2px solid #3f4a50;
  border-left: 2px solid #3f4a50;
  background-color: #16232a;
}

.titlebaractionbuttons {
  position: absolute;
  left: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.titlebaractionbutton {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #fe5c52;
}

.titlebaractionbutton.minimize {
  background-color: #e6c027;
}

.titlebaractionbutton.maximize {
  background-color: #55bc2c;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #b6b6b8;
  line-height: 17px;
}

.contentlines {
  margin-bottom: 0px;
  padding-left: 40px;
  font-family: Inputmono, sans-serif;
  color: #5fb05f;
  line-height: 17px;
}

.contentline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentline.motd {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contentline.coming-soon {
  padding-left: 30px;
}

.editorprompt {
  margin-bottom: 0px;
}

.cursor {
  width: 9px;
  height: 17px;
  margin-left: 7px;
  background-color: #bfc4ce;
}

.forcedtopborder {
  position: absolute;
  top: -2px;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.links {
  color: #5fb05f;
  text-decoration: underline;
}

.mapcontainer {
  position: absolute;
  display: none;
  width: 100%;
  height: 110%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  position: relative;
  min-width: 100%;
}

.statusbar {
  position: absolute;
  left: 1px;
  top: auto;
  right: 1px;
  bottom: 10px;
  display: none;
  height: 18px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bfc5ce;
  line-height: 18px;
}

.paragraph-2 {
  font-family: Dankmono, sans-serif;
  color: #172229;
  font-size: 14px;
}

.background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-image: url('../images/cool-background-1.png');
  background-position: 0% 100%;
  background-size: cover;
}

.form {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.textarea {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 0px solid #000;
  background-color: #4e6069;
}

.form-block {
  width: 100%;
  height: 100%;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.selection {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
}

@media screen and (max-width: 767px) {
  .editor-container {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .editor {
    width: 100vw;
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .editor-container {
    padding-top: 15vh;
  }

  .editor {
    width: 90vw;
  }

  .editorcontent {
    height: 300px;
  }

  .contentlines {
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .editorprompt.motd {
    margin-left: 0px;
  }
}

@font-face {
  font-family: 'Dankmono';
  src: url('../fonts/DankMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inputmono';
  src: url('../fonts/InputMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}