* {
    box-sizing: border-box;
}

body {
    padding: 5px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

code {
    font-size: 3vh;
}

br {
    clear: both;
}

pre {
    background-color: black;
    overflow-x: auto;
    word-break: normal;
    word-wrap: normal;
    white-space: pre;
    border: solid 1px gray;
    padding: 0.5em;
    color: lightgreen;
    font-family: "consolas", sans-serif;
}

.main {
    width: 100%;
}

@media only screen and (max-width: 321px) {
    .center-on-small-screen {
        float: none !important;
        text-align: center !important;
    }

    .input-field {
        border: 1px solid;
    }
}

h1 {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

h2 {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.block {
    display: block;
    clear: both;
}

.container {
    clear: both;
}

ul {
    display: table;
    margin: 0 auto;
}

/* Create two equal columns that floats next to each other */
.inner-column {
    float: left;
    width: 50%;
}

/* Clear floats after the columns */

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

h1,
h2,
h3 {
    text-align: center;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

label {
    font-size: 16px;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.row {
    display: flex;
    align-items: stretch;
}
.row > .col-md-6 {
    display: flex;
    flex-direction: column;
    vertical-align: bottom;
}
.row:before {
    content: none;
}
.row:after {
    content: none;
}

.main-body {
    min-height: 460px;
}

.input-field {
    resize: none;
    height: 360px;
}

@media only screen and (max-width: 1441px) {
    .input-field {
        height: 361px;
    }
}

@media only screen and (max-width: 1024px) {
    .input-field {
        height: 400px;
    }
}

.card-deck {
    text-align: left;
}

.card {
    display: inline-block;
}

.card .btn-link {
    padding: 6px 0px;
}

.image-logo {
    max-height: 1.5em;
    max-width: 1.5em;
}

/* Padding */
.p-10 {
    padding: 10px;
}

/* Buttons */

.button {
    border: none;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: hand;
    cursor: pointer;
}

.button-green {
    background-color: #4caf50; /* Green */
    color: white;
}

.button-light-green {
    background-color: #b5ffc8; /* Green */
    color: black;
}

.button-blue {
    background-color: gray; /* Green */
    color: white;
}

.button-black {
    background-color: black; /* Green */
    color: white;
}

.button-bottom {
    /* display: inline-block;*/
    /* vertical-align: middle;*/
    left: 0px;
    bottom: 0px;
    /* position: absolute; */

    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

@media only screen and (max-width: 425px) {
    .center-on-small-screen {
        margin-top: 10px;
        float: none !important;
        text-align: center !important;
    }

    .input-field {
        border: 1px solid;
    }
}

/* Prests Component */
.presets {
    padding: 0.2em 1em 0.2em 1em;
}

/* Footer */
footer {
    margin-top: 10px;
    margin-bottom: 10px;
}
