/**
  * Divider Theme: dotted
  */

.am-divider-dotted {
  border-top: 1px dotted #ccc;

  .hook-am-divider-dotted;
}

.hook-am-divider-dotted() {}
