table{
	margin-left: 20%;
	margin-top: 100px;
	width: 900px;
	font-size: 18px;
}
tr:first-child, tr:last-child{
	border-bottom: 1px solid rgba(135,180,255,0.6);
}
tr{
	border-bottom: 1px solid rgba(135,180,255,0.3);
}
tr td img{
	width: 30px;
	height: 30px;
}
tr td a{
	cursor: pointer;
}
tr td:first-child img{
	height: 50px;
	width: 100px;
}
tr th{
	padding: 5px;
	text-align: left;
}
tr td{
	padding: 10px;
}
tr td:nth-child(1){
	width: 15%;
}
tr td:nth-child(2){
	width: 60%;
}
tr td:nth-child(3){
	width: 13%;
}
tr td:nth-child(4){
	width: 12%;
}