/*--
	Theme Name: Universe
	Theme URI: xxx
	Author: meerut public school Hajrizi
	Author URI: www.meerut public schoolh.com
	Description: College Education Responsive Template
	Version: 1.0
	License URI: http://
	Tags:
--*/

@import "css/misc.css";
@import "css/main.css";
@import "css/color-scheme.css";
@import "css/responsive.css";
@import "css/fonts.css";

/*Fee st*/
.onfee  {
	color: #FC0;
	padding: 3px 5px;
	border-radius: 4px;
	background: #093484;
	}
.onfee a:hover  {color: #FFF;}

  @-webkit-keyframes argh-my-eyes {
    0%   { background-color: rgba(9, 52, 132, 0.35); }
    49% { background-color: rgba(9, 52, 132, 0.35); }
    50% { background-color: #093484; }
    99% { background-color: #093484; }
    100% { background-color: rgba(9, 52, 132, 0.35); }
  }
  @-moz-keyframes argh-my-eyes {
    0%   { background-color: rgba(9, 52, 132, 0.35); }
    49% { background-color: rgba(9, 52, 132, 0.35); }
    50% { background-color: #093484; }
    99% { background-color: #093484; }
    100% { background-color: rgba(9, 52, 132, 0.35); }
  }
  @keyframes argh-my-eyes {
    0%   { background-color: rgba(9, 52, 132, 0.35); }
    49% { background-color: rgba(9, 52, 132, 0.35); }
    50% { background-color: #093484; }
    99% { background-color: #093484; }
    100% { background-color: rgba(9, 52, 132, 0.35); }
  }
span1  {
  -webkit-animation: argh-my-eyes 1s infinite;
  -moz-animation:    argh-my-eyes 1s infinite;
  animation:         argh-my-eyes 1s infinite;
}
.pay{ width: 200px;
    float: right; margin-bottom:1px; height:17px;}
.onfee1  {
	color: #FFF;
	padding: 1px 3px;}