.menu{float:left;margin-left:170px;}
.menu>li>a{font-size:13px;padding:6px 10px 10px;}
form.my-form input[name="username"],form.my-form input[name="password"]{width:210.500px!important;height:35px;margin:0px 2px;text-align:left !important;font-size:13px;padding:0 10px;box-sizing: border-box;
}

form.my-form input[name="username"]{margin-left:4px;}

hr {
    margin: 10px 0;
}
.marquee-div {
    margin: 15px 0 0 0;
}

 .lipoqq-content .wrapper{margin:10px auto; color:#fff;max-height: 300px;height: auto;width: 100%;overflow: auto; line-height:20px;}
 .lipoqq-content .wrapper p{ line-height:18px !important;margin:5px 0 10px; color:#fff; text-align:justify;}
 .lipoqq-content .wrapper h1{font-size:23px; font-weight:bold; margin:20px 0 10px;}
 .lipoqq-content .wrapper h2{font-size:20px; font-weight:bold; margin:20px 0 10px;}
 .lipoqq-content .wrapper h3{font-size:18px; font-weight:bold; margin:20px 0 10px;}
 .lipoqq-content .wrapper h4{font-size:16px; font-weight:bold; margin:15px 0 10px;}
.lipoqq-content .wrapper ol{margin-left:25px; margin-bottom:15px;}
.lipoqq-content .wrapper ol li{list-style: decimal}
.right,.left{
    font-family:arial,sans-serif !important;
    margin-top:4px;
}

@keyframes rotateright {
  0% {
    transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}

@-moz-keyframes rotateright {
  0% {
    -moz-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -moz-transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -moz-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}

@-webkit-keyframes rotateright {
  0% {
    -webkit-transform:  rotate(0deg) scaleX(1) scaleY(1) ;
  }
	50% {
    -webkit-transform:  rotate(180deg) scaleX(1) scaleY(1) ;
  }
  100% {
    -webkit-transform:  rotate(360deg) scaleX(1) scaleY(1) ;
  }
}