.main {
    font-size: 90% !important;
}

h1.header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.main .dt-buttons {
    font-size: 90% !important;
}

.section {
    border-top: 1px solid #eee;
    padding-bottom: 20px;
}

.section .subsection {
    padding-bottom: 5px;
}

/* graph */

.graph {
    box-sizing: border-box;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.graph .canvas {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.5em;
}

.graph .legend table {
    border-spacing: 5px;
}

.graph .legendColorBox {
    padding-right: 5px;
}

.graph-publication-frequency {
    width: 850px;
    height: 150px;
}

.graph-resource-summary {
    width: 850px;
    height: 450px;
}

.graph-resource-summary div.xAxis div.tickLabel {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -moz-transform: rotate(-45deg); /* Firefox */
    -webkit-transform: rotate(-45deg); /* Safari and Chrome */
    -o-transform: rotate(-45deg); /* Opera */
}

/*
 * Sidebar
 */

#sidebar {
    padding-top: 20px;
    font-size: larger;
}

#sidebar .nav {
}

#sidebar .nav.subnav {
    padding-left: 10px;
    font-size: smaller;
}

#sidebar .nav.subnav li {
    margin-top: -5px;
    margin-bottom: -5px;
}

#sidebar .nav.subnav li .fa {
    font-size: 70%;
}

#sidebar li {
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 10px
}

#sidebar.affix-bottom {
    position: absolute;
}

@media screen and (max-width: 767px) {
#sidebar {
    display:none;
}
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.main .page-header {
    margin-top: 0;
}

/* block quote citation */

blockquote {
    font-style: italic;
    font-size: inherit !important
}

div.quote-attribution {
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 15px;
}