* {
    word-wrap: break-word;
}

h1 small {
    display: inline-block;
}

h2 {
    position: relative;
    margin-top: 60px;
}
h2:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
h2:before {
    content: "";
    display: block;
    border-top: solid 1px #2c3e50;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
}
 
h2 span {
    background: #fff;
    position: relative;
    z-index: 5;
    padding-right: 30px;
    padding-bottom: 5px;
}

dl {
    clear: both;
}

dt {
    float: left; 
    clear: both;
    display: list-item;
    font-weight: normal;
    width: 7em;
}

dd {
    margin-left: 7em;
}

.page-header dd {
    margin-left: 5em !important;
}

.page-header dt {
    width: 5em !important;
}

ul, dl {
    margin: 0 0 0 2em;
    padding: 0;
}

li, dt {
    margin: 0;
    padding: 0;
}

.content {
    margin-bottom: 60px;
}

.thumbnail {
    width: 90%;
    height: auto;
}

.thumbnail:last-child {
    margin-bottom: 0;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

#footer {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}