#table-corner

{
width:450px;
text-align: left;
border-collapse: collapse;
margin:auto;
margin-top:10px;
}
#table-corner th
{
	padding: 3px 3px 3px 10px;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background: #1b3262;
	text-align: center;

}
#table-corner td
{
font-size:12px;
background: #eff2f5;
border-top: 1px solid #fff;
color: #1b3262;
text-align:center;
}

#table-corner th a{
color: #fff;
text-align:left;
text-decoration:none
}

#table-corner th a:hover{
color: #fff;
text-align:left;
text-decoration:none
}

#table-corner tr:nth-child(even) td{ 
background: #e0e3e6;
}
		

#table-corner tbody tr:hover td
{
background: #ced9ee;
}
table {
    width: 450px;;
    display:block;
}

#scroll {
	height:290px;
    display: inline-block;
    width: 465px;
    overflow: scroll;
	overflow-x:hidden;
}



