body {
    font-family: Arial, Helvetica, sans-serif;
    background: whitesmoke;
}

.callout-pedi {
    min-width: 100%;
    min-height: 600px;
    font-size: 14px;
}

.btn-help {
    position: fixed;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: black;
    opacity: 0.9;
    color: red;
    font-weight: 400%;
    display: none;
}

.callout {
    border-radius: 25px;
    position: fixed;
    bottom: 35px;
    right: 5px;
    left: 5px;
    margin: auto;
    width: 98%;
    height: 530px;
}

.callout-header {
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    background: black;
    font-size: 24px;
    color: green;
    opacity: 0.95;
    font-weight: bold;
}

.callout-container {
    padding: 1px 5px 5px 10px;
    background-color: black;
    color: green;
    opacity: 0.85;
    line-height: 2;
}

.scrollable {
    overflow-y: scroll;
}

.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: red;
    font-size: 30px;
    cursor: pointer;
}

.closebtn:hover {
    color: black;
}

input[title] {
    color: red;
}

.coffeeButton {
    font-size: 12px;
    padding: auto;
    width: 80px;
    height: 80px;
    margin: 5px;
    background-color: lightgray;
    border-radius: 15px;
    color: darkslategray;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.coffeeButton:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.unicode-groups {
    max-width: 340px;
    width: 100%;
    height: 32px;
    margin: 5px;
    font-size: 16px;
}

input {
    margin: 2px;
    font-size: 14px;
    max-width: 64px;
}

.main-content {
    width: 350px;
    align-content: center;
    margin-right: auto;
    margin-left: auto;
}

.xhuge {
    position: fixed;
    font-size: 64px;
    left: 380px;
    top: -60px;
    z-index: 2;
}

p .matrix {
    font-family: Consolas, 'Courier New', Courier, monospace;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    line-height: 2;
}

.label {
    font-weight: bolder;
    color: red;
    display: inline;
    font-size: 14px;
}

td {
    font-size: 14px;
}

h3 {
    text-align: center;
}

.wplink {
    text-align: center;
    font-size: smaller;
    margin: 2px;
}

table {
    margin-right: auto;
    margin-left: auto;
}

.konsole {
    resize: none;
    margin-right: auto;
    margin-left: auto;
    /* position: fixed; */
    height: 400px;
    resize: none;
    min-width: 300px;
    background-color: black;
    color: green;
    font-family: Consolas, 'Courier New', Courier, monospace;
    font-size: 12px;
    padding: 5px;
    white-space: pre-wrap;
    line-height: 1.6;
    border-radius: 10px;
}
