h1 {
    font-size: 28px;
}
h2 {
    font-size: 26px;
}
h3, .alert-title {
    font-size: 24px;
}

.alert-flash {
    margin-top: 15px;
}

.productsList {
    margin: 30px 0;
}
.productsList dl {
    margin: 30px 0;
}
.panel-heading h3 {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .productsList dl {
        display: inline-block;
        margin: 0 30px 50px;
        width: 40%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .productsList dl {
        width: 30%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}