/*
 *  Button
 *    Clicky Tappy Touchy Buttons!
 *
 *  Dependencies:
 *
 *
 *  Version:
 *    1.0.0 - 2018/05/11
 */
.o-btn {
  //Reset
  display: inline-block;
  cursor: pointer;
}