
/* @hefck */

.r {margin: 5px 0; text-align: center; opacity: .6;}
#cleiton:hover .r {opacity: 1;}

.c {position: absolute; left: 5px; bottom: 0; opacity: 0; overflow: hidden; line-height: .0; cursor: default;}
#cleiton:hover .c {opacity: 1; bottom: 4px;}
.c r {display: inline-block; cursor: pointer; height: 15px; width: 15px; float: left; margin: 1px 0.1em; padding: 1px 3px 2px; background: rgba(0,0,0,.4); border: 1px solid rgba(0,0,0,.2); border-radius: 2px;}
.c r:hover {background: rgba(0,0,0,.3);}

.r, .c {-webkit-transition-duration: 0.3s; -o-transition-duration: 0.3s; -moz-transition-duration: 0.3s;}

/* @hefck */