


  a:nth-of-type(2n) {
  	  	transform: rotate(45deg)  !important;
  }


  span:nth-of-type(2n+1) {
  	  	transform: rotate(-90deg)  !important;
  }

  p:nth-of-type(2n+1) {
    -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
  }

p:nth-of-type(2n+1) {
  transform: rotate(45deg)  !important;
}
p:nth-of-type(2n) {
  transform: rotate(-45deg)  !important;
}

  h2, h3, h4 {
    -moz-transform: scale(-1, 1)!important;
-webkit-transform: scale(-1, 1)!important;
-o-transform: scale(-1, 1)!important;
-ms-transform: scale(-1, 1)!important;
transform: scale(-1, 1)!important;
  }


  li:nth-of-type(2n+2) {
  	  	transform: rotate(135deg)  !important;
        -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
