/* You can override this file with your own styles */

@media (min-width: 980px) {
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before,
a[name]:before {
    display:block; 
    content:""; 
    height:55px; 
    margin:-55px 0 0; 
}
}

@media (max-width: 979px) {
h1[id]:before,
h2[id]:before,
h3[id]:before,
h4[id]:before,
h5[id]:before,
h6[id]:before,
a[name]:before {
    display:block; 
    content:""; 
    height:0px; 
    margin:0px 0 0; 
}
}

.navbar-fixed-top {
margin-bottom: 0px;
}

@media (min-width: 980px) {
body {
  padding-top: 40px;
  padding-bottom: 20px;
}
}

.page-header {
padding-bottom: 0px;
margin-top: 20px;
margin-bottom: 10px;
}

.dropdown-backdrop{
    position: static;
}

@media (max-width: 479px) {
	.xtoplogo {
	height: 23px;
	width: 97px;
	background:url(../images/topbar-logo-small-blue.png)
	}

        .hidetable {
        visibility: hidden; 
        display: none;
        }
}

@media (min-width: 480px) {
	.xtoplogo {
	height: 23px;
	width: 248px;
	background:url(../images/topbar-logo-blue.png)
	}

        .showtable {
        visibility: hidden; 
        display: none;
        }
}

blockquote {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #287898;
}

/** Fix horizontal scrollbar (skin issue). */
.main-body {
    margin: 0 15px;
}

/** Restore earlier code block styles. */
pre {
    background-color: #f5f5f5;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px;
}

footer {
    margin-top: 70px;
}