*{
	font-family: consolas;
	font-size: 1vw;
}
table{
	width: 75%;
	margin: 3% 3%;
	padding: 1% 1%;
	border-collapse: separate;
	border-spacing: 2% 0;	
	background-image: initial;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(95,95,95);

	position: relative;
	display: inline-block;
}
thead{
	min-height: 7vh;
	max-height: 15vh;
	margin: 4%;
	position: sticky;
}
tr{
	height: 8%;
}
td{
	color: antiquewhite;
}
thead .tdDates{
	color: burlywood;
	opacity: 66%;
	background-color: antiquewhite;
	width: 7.5%;
}
thead .tdNoms{
	color: burlywood;
	opacity: 66%;
	background-color: antiquewhite;
	width: 25%;

}
thead .tdLinks{
	color: burlywood;
	opacity: 66%;
	background-color: antiquewhite;
	width: 41%;
	/*max-width: 625px;*/
}
thead .tdBotons{
	width: 15%;			
}
.tdDates{
	font-size: 0.66vw;
	text-align: left; 
	padding-left:1%;
}
.tdNoms{  
	text-align: right; 
	padding-right:1%;
}
.tdLinks{ 
	text-align: left; 	
	padding-left: 1%;
}
.tdBotons{ 
	margin-left: 10%;
}
#mq{
	background-color: antiquewhite;	
	font-size:1vw;	
	font-weight: bolder;
	column-count: 3;
}
a{
	color: burlywood;		
	text-decoration-line: none;
}
#watchingLabel{
	float : right;
	margin-right: 2%;
	/*vertical-align: center;*/
	margin-top: auto;
}
#fixedDiv{
	position: fixed;
	right: 1%;
	top: 50%;
	display: flex;
	width: 20%;
	height: 220px;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}
/*#fixedDiv:hover{
	box-shadow: 0px 125px 775px 125px antiquewhite;
}*/
#impButton{
	position: relative;
	min-height: 20%;
	max-height: 40%;
	margin: auto;
	background-color: rgb(175, 175, 175);
	color: rgb(100, 100, 100);
	border-color: burlywood;
	border-width: thick;
	border-top: none;
	border-bottom: none;
}
#impButton:hover{
	border-radius: 15%;
	/*box-shadow: h-offset v-offset blur spread color ;*/
	box-shadow: 0px 125px 775px 75px antiquewhite;
}
#expButton{
	position: relative;
	min-height: 20%;
	max-height: 40%;
	margin: auto;
	background-color: rgb(75, 75, 75);
	color: rgb(200, 200, 200);
	border-top: none;
	border-bottom: none;
}
#expButton:hover{
	border-radius: 15%;
	/*box-shadow: h-offset v-offset blur spread color ;*/
	box-shadow: 0px 125px 775px 75px antiquewhite;
}
nav{
	display: inline-flex;
	margin: auto;
}
nav button{
	height: 45px;
	width: 100%;
	display: inline-flex;
	position: relative;
	border-left: none;
	border-right: none;
	margin: auto 0.75%;
	background-color: white;
}
nav button:hover{
	border-radius: 15%;
	transform: scale(1.1);
	background-color: antiquewhite;
}
button img{
	display: block;
	margin: auto 4%;
	size: auto;
}
button img:hover{
	transform: rotate(79deg);
}
button span{
	margin: auto;
}
td button{
	float: left;
	vertical-align: center;
	margin-left: 1%;
	border: none;
	color: antiquewhite;
	background-color: rgba(0,0,0,0);
}
#icoTrash:hover, #icoPen:hover, #icoDisc:hover{
	transform: rotate(45deg);
}
#icoCan:hover{
	transform: rotate(275deg);
}
td label{
	margin: auto 4%;
	color: antiquewhite;
}
input{
	width: 90%;
	border : none;
	border-bottom: 1px solid burlywood;
	background-color: rgb(95, 95, 95);
	opacity: 75%;
}
.duplicateID{
	background-color: rgba(178,153,121, 0.2);
}