html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
  font-family: 'Open Sans', sans-serif;
  color: #6f757e;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 298px;
  height: 248px;
  background: #eaebef; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(145deg, #9bc3f2, #eaebef); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(145deg, #9bc3f2, #eaebef); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(145deg, #9bc3f2, #eaebef); /* For Firefox 3.6 to 15 */
  background: linear-gradient(145deg, #eaebef, #9bc3f2);
  background-size: 300% 300%;
  -webkit-animation: an 5s ease 3;
  -moz-animation: an 5s ease 3;
  -o-animation: an 5s ease 3;
  animation: an 5s ease 3;
  border: 1px solid #ccc;
  top: 0px;
  left: 0px;
  margin: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

@-webkit-keyframes an {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@-moz-keyframes an {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@-o-keyframes an {
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}
@keyframes an { 
    0%{background-position:0% 0%}
    50%{background-position:100% 100%}
    100%{background-position:0% 0%}
}

.panel {
  position: absolute;
  width: 299px;
}

h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
}

h2 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  color: #31353b;
  margin-right: 42px;
}

p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin-top: -30px;
  margin-left: 120px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#text1 {
  top: 2px;
  left: 300px;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#text2 {
  top: 20px;
  left: -300px;
  opacity: 0;
}

#ratetable {
	position: absolute;
    top: 62px;
    z-index: 980;
}

.row {
	position: absolute;
    width: 280px;
    height: 24px;
    left: 300px;
    opacity: 0;
}

.rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #1464bd;
    opacity: 0;
}

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #1464bd;
    opacity: 0;
    z-index: 1;
}

.tabletext {
	position: absolute;
    font-weight: 400;
    font-size: 14px;
    color: #31353b;
    width: 271px;
    left: 4px;
    top: 5px;
    z-index: 2;
}

.divider {
	position: absolute;
    width: 280px;
    height: 1px;
    left: 300px;
    background-color: #000;
    opacity: 0;
    z-index: 999;
    pointer-events: none;
}

#divider1, #row2 {
    top: 24px;
}
#divider2, #row3 {
    top: 48px;
}
#divider3, #row4 {
    top: 72px;
}
#divider4, #row5 {
    top: 96px;
}

#ttext2, #ttext5, #ttext8, #ttext11, #ttext14 {
    text-align: center;
    left: 20px;
}

#ttext3, #ttext6, #ttext9, #ttext12, #ttext15 {
    text-align: right;
}

#cta {
	position: absolute;
    overflow: hidden;
	width: 248px;
	height: 38px;
    bottom: 25px;
	left: 25px;
	background-image: url('cta.png');
	z-index: 99;
    opacity: 0;
}

#logo {
	position: absolute;
	width: 248px;
	height: 23px;
	left: 26px;
	bottom: 0px;
	background-image: url('logo.png');
}

#shine {
    position: absolute;
    width: 210px;
    height: 59px;
    left: -220px;
    background-image: url('shine.png');
    background-size: cover;
    z-index: 100;
}

/* Invisible button for background clickthrough. */
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 400;
}