/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 60px;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

.navbar-static-top {
    border: 0;
}

.focus {
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 25px;
}
.focus:hover {
    border: 2px solid red;
}

.faq {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 20px;
}
.faq:hover {
    border: 1px solid #999;
}

.ttlhd {
    font-size:1.1em;
    font-weight: bold;
}
