/*Table*/


tr {
background-color: #fff !important;
}
table.isale-personal-keys-list
{
	width:100%;
	background-color:#fff;
	border-collapse:collapse;
	font-size:100%;
}

/*Table head*/
table.isale-personal-keys-list th
{
color: white !important;
background-color: #18bb44 !important;
	background-repeat:repeat-x;
	text-align: left;
}

/* Table cells and heads*/
table.isale-personal-keys-list th, table.isale-personal-keys-list td
{
	border:1px solid black;
	padding: 3px 5px;
	vertical-align:top;
}

/* Only table cells*/
table.isale-personal-keys-list td
{


} 