@media all {
  .clearable {
    background: url(http://i.imgur.com/z7ZSYjt.png) no-repeat right -10px center;
  }
  .clearable.x {
    background-position: right 5px center;
  }
  .clearable.onX {
    cursor: pointer;
  }
  .dropdown-menu li a:hover {
    cursor: pointer;
  }
  
  .subHeading {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1f2937;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }
  .floatLeft{
    width: 40%;
    float: left;
  }
  .floatRight{
    width: 40%;
    float: right;
  }
}
