/* Override some defaults */

html {}

body {
    background-color: #eee;
    padding-top: 55px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    line-height: 1.65;
}

.container>footer {
    margin-top: 20px;
}

.container>footer p {
    text-align: left;
    font-size: x-small;
    line-height: 18px;
}

address {
    font-size: 12px;
}

a {
    color: #1144bb;
}

dd,
dt {
    line-height: 1.65;
}

.research {
    font-size: 200%;
}

.blogtitle {
    font-weight: 800;
    font-style: oblique;
    line-height: 2;
}


/* The white background content wrapper */

.content {
    background-color: #fff;
    padding: 20px;
    margin: 0 -20px;
    /* negative indent the amount of the padding to maintain the grid system */
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}


/* Page header tweaks */

.page-header {
    background-color: #f5f5f5;
    padding: 20px;
    margin: -30px -20px 10px;
}

.topbar .btn {
    border: 0;
}

.linkicon {
    font-size: 24px;
}


/* tag_box ======================================================== */

.tag_box {
    list-style: none;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
}

.tag_box li {
    line-height: 28px;
}

.tag_box.inline li {
    float: left;
}

.tag_box a {
    padding: 3px 6px;
    margin: 2px;
    background: #eee;
    color: #005F6B;
    border-radius: 3px;
    text-decoration: none;
}

.tag_box a span {
    vertical-align: super;
    font-size: 0.8em;
}

.tag_box a.active {
    background: #57A957;
    border: 1px solid #4C964D;
    color: #FFF;
}