nav ul li{
	display: inline-block;
	padding:0 2%;
	
	font-size: 2em
}
.link:hover{
	border:1px solid orange;
}
nav ul a{
	text-decoration: none;
	color:black;
	min-width: 100%;
}
.link{
	border:1px solid white;
	transition: border 0.5s;
}
.info{
	background-color: #A4A4A4;
	border: 1px solid #848484;
}
.dark{
	background-color: #BDBDBD;
	border: 1px solid #848484;
}
.notdark{
	background-color:#F2F2F2; 
	border: 1px solid #848484;
}
table{
	width:100%;
	overflow: auto;
}
.button-warning {
	color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background-color:#F2F2F2; /* this is an orange */
}