/*
 * 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-roll:checked{-webkit-transform:rotateX(360deg);transform:rotateX(360deg);-webkit-transition:all .15s linear;transition:all .15s linear}