html > body .entry li {
    margin: 0;
    padding: 0;
}

.syntax_hilite, li .syntax_hilite {
    padding: 4px;
    border: 1px solid #380838;
	font-size: 12px;
    font-family: 'Courier New', Courier, monospace;
	overflow: auto;
    white-space: nowrap;
}

.syntax_hilite {
    width: 100%;
}

li .syntax_hilite {
    width: 100%;
}

.igBar, li .igBar {
    background-color: #380838;
    font-family: Tahoma, Arial, Verdana;
}

.igBar {
    border: 1px solid #380838;
    width: 100%;
    padding: 4px;
}

li .igBar {
    width: 100%;
}

.igBar a, .igBar a:hover {
    font-weight: bold;
    color: white;
	text-decoration: none;
}

.syntax_hilite .langName {
    color: black;
    font-weight: bold;
}

.syntax_hilite textarea {
    margin: 0px -5px -2px 0px;
    border: none;
}
