body {
    padding-top: 20px;
    padding-bottom: 20px;
}
/* Custom container */
.container-narrow {
    margin: 0 auto;
    max-width: 1500px;
}
.container-narrow > hr {
    margin: 30px 0;
}


.red {color: red;}

.under {text-decoration:underline;}

.img-max-height {
    max-height: 200px;
}