.results {
    width: 100%;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    padding: 15px 15px;
    margin: 0 auto;
}

.not-visible {
    display: none;
}