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;
}

#banner {
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  width: 298px;
  height: 248px;
  background: white;
  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; 
}

#tempWhite {
  position: absolute;
  width: 300px;
  height: 250px;
  background: white;
  z-index: 1000;
}

.panel {
  position: absolute;
  width: 300px;
  height: 23px;
  z-index: 900;
}

h1 {
  font-size: 23px;
  text-align: center;
  font-weight: 300;
  color: #60646b;
}

h2 {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #60646b;
}

h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #26ace2;
}

#text1 {
  top: 3px;
  z-index: 1;
  left: 300px;
  opacity: 0;
}

#text2 {
  top: 29px;
  z-index: 1;
  left: -300px;
  opacity: 0;
}

#text3 {
  top: 94px;
  opacity: 0;
}

#underline {
    position: absolute;
    width: 165px;
    height: 1px;
    background-color: #26ace2;
    top: 14px;
    left: 68px;
    z-index: 901;
    opacity: 0;
}

#ratetable {
	position: absolute;
    top: 87px;
    z-index: 900;
}

.row {
	position: absolute;
    width: 280px;
    height: 26px;
    left: 300px;
    background-color: white;
    opacity: 0;
}

.rowbg {
    width: inherit;
    height: inherit;
    background-color: #7ac142;
    opacity: 0;
}

.tabletext {
	position: absolute;
    font-weight: 400;
    color: #60646b;
    font-size: 13px;
    width: 260px;
    left: 10px;
    top: 7px;
    z-index: 1;
}

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

#divider1 {
    top: 26px;
}

#divider2 {
    top: 52px;
}

#divider3 {
    top: 78px;
}

#row2 {
    top: 26px;
}

#row3 {
    top: 52px;
}

#row4 {
    top: 78px;
}

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

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

#cta {
	position: absolute;
    overflow: hidden;
	width: 145px;
	height: 36px;
    bottom: -52px;
	right: 8px;
	background-image: url('LT_042514_CleanRateTable_White_300x250_cta.png');
	z-index: 99;
    opacity: 0;
}
#logo {
	position: absolute;
	width: 118px;
	height: 47px;
	left: 12px;
	bottom: 3px;
	background-image: url('LT_042514_CleanRateTable_White_300x250_logo.png');
}
#shine {
    position: absolute;
    width: 200px;
    height: 56px;
    left: -210px;
    background-image: url('LT_042514_CleanRateTable_White_300x250_shine.png');
    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;
}
