.widget ul li {
    text-align: justify;
    text-align-last: left;
    outline: groove;
    border: 3px;
    border-radius: 5px;
    position: relative;
    border-left-style: groove;
    box-shadow: 0 1px 12px rgba(0, 0, 0, .3);
    padding-left: 12px;
}

.widget_search input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: .5em 1em;
    background: none;
    border-style: none;
}