#featured{
	grid-template-columns: 1fr;
}

li a, td a{
	text-decoration: none;
	color: #0f212f;
}

li a:hover, td a:hover{
	color: #bc2e3e;
}

/*intro-y bit*/
.list{
	list-style: none;
	text-align: center;
	font-size: 2em;
}

/*table*/
#table{
	width:80%;
	margin: auto;
	overflow-x: auto;
}
table{
	border-collapse: collapse;
	border: 2px solid;
}
tr{
	background-color: rgba(0,0,0,0.3);
}
tr:nth-child(even){
	background-color: rgba(0,0,0,0.15);
}
tr:hover {
	background-color: #f3ba13;
}
th{
	color: #0f212f;
	background-color: #f3ba13;	
}
th, td{
	padding: 6px 9px;
	border: 1px dashed;
}
td{
	text-align: center;
	vertical-align: middle;
}

/*table text*/
.text{
	font-family: arial, sans-serif;
}

/* Small devices (small tablets and phones, under 600px) */
@media only screen and (max-width: 600px) {
}

/* Medium devices (tablets/large phones and split laptops/desktops, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Large devices (laptops/desktops, 1000px and up) */
@media only screen and (min-width: 1000px) {
}

/* Extra large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
} 

