.intro-header {
    background-color: #777777;
    background: no-repeat center center linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px;
}

table {
    width: 100%;
}

thead {
    border-bottom: dashed 1px #afafaf;
}

th {
    padding: 10px 0;
}

hr {
    border: none;
    border-top: 1px dotted #afafaf;
    color: #fff;
    background-color: transparent;
    height: 1px;
    width: 80%;
}

.three-image-block {
    margin-bottom: 20px;
}

.three-image-block img {
    width: 100%;
}

.three-image-block figcaption {
    text-align: center;
    font-size: smaller;
    font-family: sans-serif;
}

.bs-calltoaction-imagebackground {
    border: none;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/small/black.jpg");
}

.current a {
    text-decoration: underline;
}
