* {
    margin: 0;
    border: 0;
}

html, body {
    height: 100%;
}

body {
    background: darkslategrey;
}

.container {
    padding: 10px;
}

.outer input, .outer button {
    height: 26px;
    box-sizing: content-box;
    vertical-align: middle;
}

.outer input[type='text'] {
    padding: 0 5px;
}

.button-container {
    font-size: 0;
}

.options .styled {
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
}

.options button.styled {
    width: 80px;
    border-radius: 4px;
    cursor: pointer;
}

.options select.styled {
    width: unset;
}

input.styled[type="number"] {
    width: 60px;
}

.main-title {
    font-size: 28px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
}

#input {
    border-width: 2px;
    font-size: 20px;
    width: 400px;
    margin: 5px 5px 0 5px;
}

#solutions li {
    margin: 2px 0;
    display: block;
    width: 180px;
    float: left;
}

.options {
    border-width: 1px;
    border-style: solid;
}

.options p {
    margin: 5px;
}

.selected-words-container {
    line-height: 20px;
}

#results > * {
    margin: 5px;
}

.larger {
    font-size: 20px;
}

#status {
    font-size: 20px;
}

#status .symbol {
    width: 20px;
    text-align: center;
    display: inline-block;
}

.word {
    background-color: #ffffff40;
    border: 1px solid #ffffffd0;
    border-radius: 4px;
    margin: 0 2px;
    display: inline-block;
    line-height: 18px;
}

.word-inner {
    padding: 2px 5px 2px 5px;
    mix-blend-mode: difference;
}

.plus {
    border-left: 1px solid #ffffffd0;
    cursor: pointer;
}

.plus-inner {
    padding: 2px 3px 2px 3px;
    mix-blend-mode: difference;
}
