html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.textarea {
    width: 100%;
    height: 350px;
    font-family: monospace;
}

.workarea {
    display: flex;
    justify-content: center;
    padding-left: 20px;
}

/*.column1, .column3 {
    flex: 1;
}*/
.column1 {
    min-width: 380px;
}

.title-area {
    margin-bottom: 25px;
}

.explanation {
    text-decoration: underline
}

.attribute-name-cell {
    text-align: right;
}

.attribute-input {
    width: 80px;
    margin-left: 5px;
}

.options-fieldset {
    margin: 2px;
    padding: 10px;
    padding-top: 5px;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.options-fieldset > div {
    margin: 10px;
}

.options-fieldset legend {
    float: inherit;
    width: inherit;
    padding: inherit;
    margin-bottom: inherit;
    line-height: inherit;
    font-size: 1.2rem;
}

.convert-button {
    margin: 10px;
    margin-top: 30px;
}

.details-paragraphs {
    font-size: small;
    padding-left: 10px;
}

