/*
 * checkbox.css
 * v1.1.3
 * 
 * Tiny set of CSS3 animations for your input checkboxes.
 * https://github.com/720kb/checkbox.css
 * 
 * MIT license
 * Thu Sep 15 2016
 */
.checkbox-away{-webkit-transition:all .15s linear;transition:all .15s linear}.checkbox-away:checked{-webkit-transform:translateX(-10px);transform:translateX(-10px)}