@import "compass/css3"; body { display: block; overflow: scroll !important; } nav { height: 50px; background-color: #3e3a37; color: white; } ul li { display: inline; } ul.left, ul.right { padding: 12px; margin-bottom: 0px; font-weight: bold; } ul.right { li { margin: 8px; } } section.guide-section { display: block; height: 300px; &:nth-child(even) { background: white } &:nth-child(odd) { background: #E5E5E3 } }