.category.all-links.scissors {
    background-image: url(https://files.knifecenter.com/graphics/department/scissors/scissors-all-scissors-16.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.category.all-links.shears {
    background-image: url(https://files.knifecenter.com/graphics/department/scissors/scissors-all-shears-16.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.category.all-links {
    height: 100px!important;
    width: 100%;
    border: solid 1px #ddd;
    margin-top: 0;
    background-color: #e4e4e4;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.category.all-links:hover {
    box-shadow: 0 0 20px #bababa;
	border-color: #dedede;
}
.well.well-small h3 {
    font-family: "Open Sans",arial,helvetica,sans-serif;
}
.well.well-small h3 {
    font-size: 16px;
}
.well.well-small {
    border: none;
    box-shadow: none;
	background-color: transparent !important;
}
.well.well-small p {
    font-family: "Open Sans",arial,helvetica,sans-serif;
    line-height: 1.5;
    font-size: 14px;
}