/* CSS for Python Project Howoto Directory Listing */

.center {
	text-align: center;
}

a.reference {
	white-space: nowrap;
}

.dirlisting-title {
	text-align: center;
	font-weight: bold;
	font-size: larger;
	margin-top: 2em;
}

.dirlisting {
    position: relative;
    border: 1px solid #CCCCCC;
    background-color: #F8F8F8;
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding: 0em;
    padding-left: 1em;
    font-family: 'Consolas','Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;
    font-size: 12pt;
    line-height: 110%;
}

.dirline {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p.dirline a {
    text-decoration: none;
}

.dirline a:hover {
    text-decoration: underline;
}

.indent1 {
    margin-left: 2em;
}
.indent2 {
    margin-left: 4em;
}
.indent3 {
    margin-left: 6em;
}

.dir {
    color: #0000FF;
    color: #0E84B5;
    font-weight: bold;
}

.plainfile {
    color: black;
}

.pyfile {
    color: #00C500;
    color: #007020;
    font-weight: bold;
}

.comment {
    color: #408090;         /* To match Pygments */
    font-style: italic;
    position: absolute;
    left: 55%;
}


