.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}

.suggestion
{

margin-left: 15%;
margin-right: 15%;
}


a img {
	border: 0;
}

table.sortable {
	border-spacing: 0;
	border: 2px solid #e1e6e6;
	border-collapse: collapse;
}


table.sortable th {
	text-align: center;
	height: 50px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #e1e6e6;
	border-width: 0px 1px 1px 1px;
	background-color: #86B3C3;
}

table.sortable td {
	text-align: center;
	height: 50px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #e1e6e6;
	border-width: 0px 1px 0px 1px;
	
	
}


table.sortable tr.odd td {
	background-color: #f0f4f5;
}

table.sortable tr.even td {
	background-color: #ffffff;
}




table.sortable th a:link{ color:#ffffff; text-decoration:none;
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}
table.sortable th a:hover{ color:#ffffff; text-decoration:none;  
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}
table.sortable th a:active{ color:#ffffff; text-decoration:none; 
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}
table.sortable th a:active:hover{ color:#ffffff; text-decoration:none;
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}
table.sortable th a:visited{ color:#ffffff; text-decoration:none;
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}
table.sortable th a:visited:hover{ color:#ffffff; text-decoration:none; 
font-family: Veranda, sans-serif;
font-weight:normal;
font-size: 1em;
}








