
.splitter-widget {
    border: 1px solid hsl(0, 0%, 92%);
    width: 100%;
    background: white;
    font-family: inherit;
    font-size: 13px;
    line-height: 50px;
    text-transform: uppercase;
    color: hsl(0, 0%, 46%);
    outline: inherit;
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    cursor: pointer;
}

.splitter-widget:focus,
.splitter-widget:hover {
    color: hsl(358, 85%, 38%);
}
