.search-item {
    background-color: #383838;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    height: 170px;
    width: 350px;
    color: #adadad;
    box-shadow: 2px 0 11px 5px rgba(24,24,24,.75);
    -webkit-box-shadow: 2px 0 11px 5px rgba(24,24,24,.75);
    -moz-box-shadow: 2px 0 11px 5px rgba(24,24,24,.75);
}

.search-item:hover {
    background-color: #464646;
}

h1 {
    font-weight: 500;
    text-align: left;
    font-size: 22px;
    padding: 6px;
    display: inline-block;
}

.search-item img {
    margin: 2px;
    float: right;
    height: 40px;
}