.grid_link_theme_rotateOut {
  font-weight: bolder; }
  .grid_link_theme_rotateOut:hover {
    opacity: 1;
    -webkit-animation: rotateOut 1s;
    animation: rotateOut 1s; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

/*# sourceMappingURL=rotateOut.css.map */
