#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
.catListTitle {
    font-weight: bold;
    font-size: 2.35em;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left;
    background-color: #80808030;
    border-left: 4px solid orange;
    padding: 10px 0 10px 15px;
}