@import '../shared/_bootstrap'

.menu
  clear both
  width 100%

  margin 10px 0 10px -10px

  padding-left 10px
  padding-right 10px

  display inline-block
  background-color #eee

  ul
    list-style-type none
    margin 10px
    padding 0

  .section
    float left

  :after
    display block
    clear both