.howto {
    width: 100%;
    margin: 15px 0 10px 25px;
    font-size: 14px;
}

.spacer {
  margin-top:45px;
  width:100%;
}

#input-content {
  height: 380px;
  left: 20px!important;
  width:98%!important;
  display: block;
}

#tm-top-bar {
  background-color: #e5e5d4;
  max-height: 75px;
}

button {
  margin-top:20px;
  clear:both;
}

.ss-container {
  border-radius: 5px;
  border: 2px solid black;
  margin-bottom: 15px;
  box-sizing: unset;
}

.toolbar {
  text-align: center;
  clear: both;
  margin-top:25px;
}

#unminify-form {
  margin-top: 100px;
}

label {
  font-size:12px;
  font-weight: bold;
}

.linesDiv {
    width: 60px!important;
}

.codeDiv {
    left: 20px!important;
    width:98%!important;
  }

.btn {
  border-radius: 5px;
  background-color: #e5e5d4;
  border: 1px solid black;
  color: black;
  height: 32px;
  margin-bottom: 20px;
}

/* Mobile-first approach: default styles for smaller screens */
.btn {
  width: 100px;
  margin-right: 20px;
  font-size: 16px;
}

/* Override for larger screens */
@media screen and (min-width: 920px) {
  .btn {
    width: 115px;
    margin-right: 25px;
  }
}

.error {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

.ie-container-width-fix-2, .ie-container-width-fix {
  width:85%;
}

.green {
    color:green;
}

*,::after,::before {
    box-sizing: unset;
}
