.button, .oui-button, .toolbar__button {
    background-color: transparent;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    color: #080736;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    margin: 0;
    padding: 0 15px;
    transition: color .3s,background-color .3s,box-shadow .3s,border-color .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.button--highlight, .oui-button--highlight {
    background-color: #0037ff;
    border-color: #1a4bff;
    color: #fff;
}

[class*=axiom-], [class*=axiom-]:after, [class*=axiom-]:before, [class*=oui-], [class*=oui-]:after, [class*=oui-]:before {
    box-sizing: border-box;
}

[class*=oui-], [data-oui-component=true] {
    font-size: .875rem;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, select {
    text-transform: none;
}

button, input[type=radio]+label, option, select {
    cursor: pointer;
}

.oui-text-input, .text-input {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    line-height: 1.3;
    padding: 7px;
    transition: border-color .3s;
    vertical-align: middle;
    width: 100%;
}

input:not([type="range"]):not([type="color"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="file"]) {
    writing-mode: horizontal-tb !important;
}
