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:  url('LT_031015_Mortgage_GreyStripe_AbreviatedRateTable_Light_300x250_bg.jpg');
  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;
}

#icon {
	position: absolute;
	width: 36px;
	height: 34px;
	left: 15px;
	top: 5px;
	background-image: url('LT_031015_Mortgage_GreyStripe_AbreviatedRateTable_Light_300x250_icon.png');
    opacity: 0;
}

.panel {
  position: absolute;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #31353b;
  width: 350px;
  height: 55px;
  left: 300px;
  top: 11px;
  opacity: 0;
}

#ratetable {
	position: absolute;
    top: 44px;
}

.row {
	position: absolute;
    width: 275px;
    height: 40px;
    left: 300px;
    opacity: 0;
    z-index: 970;
}

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

.rowbgover {
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #64cbe5;
    opacity: 0;
    z-index: 2;
}

.arrow {
	position: absolute;
    overflow: hidden;
	width: 9px;
	height: 16px;
	right: 14px;
	top: 13px;
	background-image: url('LT_031015_Mortgage_GreyStripe_AbreviatedRateTable_Light_300x250_arrow.png');
    z-index: 5;
}

.tabletext {
	position: absolute;
    font-weight: 400;
    color: #31353b;
    font-size: 18px;
    width: 225px;
    left: 13px;
    top: 11px;
    z-index: 3;
}

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

#divider2, #row2 {
    top: 40px;
}

#divider3, #row3 {
    top: 80px;
}

#ttext2, #ttext4, #ttext6, #ttext8, #ttext10 {
    text-align: right;
}

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

#logo {
	position: absolute;
	width: 245px;
	height: 21px;
	left: 26px;
	bottom: 4px;
	background-image: url('LT_031015_Mortgage_GreyStripe_AbreviatedRateTable_Light_300x250_logo.png');
}

#shine {
    position: absolute;
    width: 200px;
    height: 56px;
    left: -220px;
    background-image: url('LT_031015_Mortgage_GreyStripe_AbreviatedRateTable_Light_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;
}
