/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
input.labelauty:not(:checked) + label > span.labelauty-checked, input.labelauty:not(:checked) + label > span.labelauty-checked-image {
  display: none
}
input.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #eaeaea;
  color: #a7a7a7
}