/*
* Styles for static pages
*/

#static-wrapper {
padding: 0 0.6em 3.2em 0.6em;
color: #34495e;
}

#static-wrapper h1 {
text-align: center;
font-weight: normal;
}

#static-wrapper h2 {
text-align: left;
font-size: 1.2em;
text-indent: 1.6em;
}

#static-wrapper p {
clear: both;
line-height: 1.6em;
text-indent: 1.6em;
}

#static-wrapper p.nti {
text-indent: 0;
}

#static-wrapper ul {
line-height: 1.6em;
padding-left: 0;
list-style-position: inside;
}

#static-wrapper li {
margin: 0.4em 0;
text-indent: 1em;
}

#static-wrapper img.icon {
float: left;
margin: 0 1em 0 1em;
}

