ul,
ol {
  list-style-type: none;
}

.list {
  padding: 0;
  margin-top: 5px;
  margin-bottom: $gutter;
}

.list li {
  margin-bottom: 5px;
}

// Bulleted lists
.list-bullet {
  list-style-type: disc;
  padding-left: $gutter;
}

// Numbered lists
.list-number {
  list-style-type: decimal;
  padding-left: $gutter;
}
