.table {
	width: 100%;
	margin-bottom: 20px;
	border: 15px solid #FA8072;
	border-top: 5px solid #FA8072;
	border-collapse: collapse; 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #FA8072;
	border: none;
	border-bottom: 5px solid #FA8072;
}
.table td {
	padding: 5px;
	border: none;
	border-bottom: 5px solid #FA8072;
}