
.classlist{
    width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
  }
  .classlist-textarea {
    width: calc(100% - 20px);
    padding: 10px;
    min-height: 150px;
    margin-bottom: 10px;
    resize: vertical;
    border: solid 2px #988574;
    border-radius: 10px;
  }
  .attr-group {
    margin-bottom: 20px;
  }
  .attr-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .attr-group input {
    width: 100%;
    margin-bottom: 5px;
    padding: 4px;
  }
  .classlist-button{
    width: 300px;
    height: 70px;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1.3em;
    border: solid 2px #988574;
    color: #e6f4ec;
    background-color: #988574;
    cursor: pointer;
    border-radius: 10px;
  }
  .classlist-button:hover{
    background-color: #dbece3;
    color: #a3907f;
  }
  .classlist-hr{
    width: 100%;
    height: 1px;
    border: none;
    background-color: #ccc;
    margin: 10px 0;
  }
  #attributeEditor{
    width: 100%;
  }
  .attr-group{
    width: 100%;
    margin: 30px 0;
  }
  .attr-group label{
    font-size: 1.2em;
    font-weight: bold;
  }
  .classlist-text{
    max-width: 100%;
    font-weight: bold;
    font-size: 1em;
    color: #705d4c;
    border: solid 2px #988574;
    border-radius: 5px;
  }
  .classlist-text:focus,
  .classlist-text:active{
    border: solid 2px #988574;
  }
  .classlist span{
    text-align: left;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
  }
  .attributeEditor p{
    width: 100%;
  }