.content .syntax {
background-color: inherit;
border-width: 0;
color: #444444;
display: block;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9em;
line-height: 1.2em;
margin: 0 0 0 0.2em;
padding: 0;
width: auto;
}
.content .syntax-header {
border-width: 0;
color: #B4B9BF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 0.8em;
font-weight: normal;
margin: 0;
padding: 0.2em 0;
text-align: right;
}
.syntax-header a:link, .syntax-header a:visited {
border-bottom: 1px dotted #B4B9BF;
color: #B4B9BF;
text-decoration: none;
}
.syntax-header a:hover, .syntax-header a:active {
border-bottom: 1px dotted #FF1010;
color: #FF1010;
text-decoration: none;
}
.syntax-content {
background-color: #F4F7F8;
border-color: #D4D9DF;
border-style: dotted;
border-width: 1px 0;
line-height: 1.2em;
margin: 0;
padding: 0;
}
.syntax-content div {
padding: 0.3em;
}