/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*LIST*/
.common-header {
    font-size: 1.4em;
    font-weight: bold;
    margin: 12px 0;
    color: #484848;
}

.common-list {
    padding: 8px 10px;
    border-radius: 8px;
    margin: 4px;
}

.main-header {
    font-size: 2em;
    margin: 14px 32px;
    color: #ab9450;
}

.main-header-note {
    font-size: .5em;
    color: #6e6e6e;
}

.rune-view {
    padding: 8px 18px;
    display: flex;
    border-radius: 5px;
    align-items: center;
}

.rune-view:hover {
    background-color: #f3f5f7;
}

.rune-view-button-wrapper {
    padding: 0 8px;
}

.add-rune-view {
    display: flex;
}

.rune-result-list {
    padding-top: 0;
}

.main-section-container {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.common-section {
    margin: 1em;
    min-width: 400px;
    flex: 1;
}

.rune-view-rune-name {
    min-width: 3.2em;
}

h3.reserved-runes-header {
    font-size: 0.9em;
    font-weight: bold;
}

.reserved-rune-result-list {
    background-color: #f5f5f5;
}

.rune-view-found-text {
    font-size: 0.9em;
    font-weight: bold;
}

.results-header {
    color: #00c33d;
    font-size: 1.8em;
}

.footnote {
    font-size: 0.9em;
    padding: 0 1.7em;
}

.is-small.rune-view-rune-count-input {
    border-radius: 6px;
    text-align: center;
}

.rune-view-rune-count-input-wrapper {
    width: 3.2em;
    margin-right: 0.2em;
}

.add-all-runes-button {
    margin-left: 1em;
}

.rune-list.common-list {
    display: flex;
    flex-wrap: wrap;
}