/* You can override this file with your own styles */

body {
    background: #eee;

    margin: 0 auto;

    max-width: 1600px;

/*    font-family: 'trebuchet MS', 'Lucida sans', Arial;*/
}

.footer {
	background-color: #fff;
}

.section p, .section p, .section dt, .section dt {
	margin-right: 7px;
	margin-left: 0px;
	line-height: normal;
}

pre.prettyprint {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0 8px;
}
/*
a.externalLink[href^="https"] {
	background: none;
}
a.externalLink[href^="http"] {
	background: none;
}
*/

h5 a.top {
    padding: 0 4px 0 4px;
    border-radius: 4px;
    background-color: #E9967A;
    color: white;
    text-decoration: none;
}

h4 a.top {
    padding: 0 4px 0 4px;
    border-radius: 4px;
    background-color: #E9967A;
    color: white;
    text-decoration: none;
}

h3 a.top {
    padding: 0 4px 0 4px;
    border-radius: 4px;
    background-color: #87CEFA;
    color: white;
    text-decoration: none;
}

td > ul {
    margin: 0 0 0 16px;
}

span.comment {
    color: #aaa;
}

.no-zebra {
    /*width: auto;*/
    background-color: #f5f5f5;
}

.no-zebra td {
    vertical-align: middle;
}

.no-zebra pre {
    margin: 0;
}

a tt {
    background-color: #E0F1FF;
}

.container-fluid #leftColumn li.none {
    text-indent: -1em;
    margin-left: 0;
}

td a.externalLink[href^="https"] {
    background: none;
    padding-right: 0;
}

td a.externalLink[href^="http"] {
    background: none;
    padding-right: 0;
}

td a.externalLink {
    background: none;
    padding-right: 0;
}