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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.panel {
    position: absolute;
    width: 295px;
    height: 70px;
    font-size: 24px;
    letter-spacing: -0.2px;
    text-align: center;
    font-weight: 400;
    margin-left: 5px;
    color: #31353b;
}

#text1 {
  top: 8px;
  left: 300px;
  opacity: 0;
}

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

#text3 {
  top: 64px;
  left: 300px;
  opacity: 0;
}

#rate {
    position: absolute;
    left: 35px;
    font-size: 63px;
    text-align: center;
    font-weight: 300;
    color: #448214;
}

#apr {
    position: absolute;
    top: 21px;
    left: 215px;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #448214;
}

#arm {
    position: absolute;
    top: 29px;
    left: 195px;
}

#ratetable {
	position: absolute;
    top: 101px;
    left: -1px;
}

.row {
	position: absolute;
    width: 300px;
    height: 31px;
    left: 300px;
    opacity: 0;
    z-index: 500;
}
#row2 {
    top: 30px;
}
#row3 {
    top: 60px;
}

.rowbg {
    position: absolute;
    width: inherit;
    height: inherit;
	background-image: url('LT_060116_RateTable_15yr_CalculatePaymentCTA_WhiteBg_300x250_rowbg.png');
}

.rowbgani {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 1;
	background-image: url('LT_060116_RateTable_15yr_CalculatePaymentCTA_WhiteBg_300x250_rowbgani.png');
}

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    opacity: 0;
    z-index: 2;
	background-image: url('LT_060116_RateTable_15yr_CalculatePaymentCTA_WhiteBg_300x250_rowbgover.png');
}

.tabletext {
	position: absolute;
    font-weight: 400;
    color: #31353b;
    font-size: 14px;
    width: 200px;
    top: 9px;
    left: 30px;
    z-index: 3;
}
#ttext2, #ttext4, #ttext6 {
    text-align: right;
}

#logo {
	position: absolute;
	width: 208px;
	height: 44px;
	left: 10px;
	bottom: 1px;
	background-image: url('LT_060116_RateTable_15yr_CalculatePaymentCTA_WhiteBg_300x250_logo.png');
}

#cta {
	position: absolute;
    width: 180px;
    height: 20px;
	left: 121px;
	bottom: -15px;
    opacity: 0;
    z-index: 2;
    font-size: 15px;
    color: #1E6CAC;
    text-decoration: underline;
}

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

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