@import url("https://use.typekit.net/ovt6ynt.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Spectral:wght@200;300;400;500;600;700;800&display=swap");

nav {
	text-align: center;
	width: 320px;
}

nav a {
	color: black;
	display: inline;
}

#M10_Clock {
	margin-top : 5px;
	padding-top : 5px;
	border-style: solid;
	border-width: 2px;
	border-color: blue;
	border-radius: 5px;
	text-align: center;
	
	font-style: normal;
	/*font-family: 'Share Tech Mono', monospace;*/
	font-family: "Orbitron", sans-serif;
	font-optical-sizing: auto;
}

#M10_Clock #M10_date {
	letter-spacing: 0.2em;
	font-size: 18px;
	color: blue;
	font-weight: 400;
}

#M10_Clock #M10_time {
	letter-spacing: 0.25em;
	font-size: 35px;
	padding: 0px 0;
	color: blue;
	font-weight: 700; /* <weight>: Use a value from 400 to 900 */
}

#M20 {
	margin-top : 5px;
	padding-top : 5px;
	border-style: solid;
	border-width: 2px;
	border-color: blue;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-family: 'Share Tech Mono', monospace;
}

#M20 h2 {
	margin: 0;
	padding: 0;
}

#nextannouncementinterval {
	font-weight: 400;
	font-size: 15px;
	/* font-family: ds-digital, 'Roboto', sans-serif; */
    /* src: url('font/DS-DIGITAL/DS-DIGI.TTF') format('truetype'); */
}

#ClockDIGI {
	font-family: ds-digital, 'Roboto', sans-serif;
    src: url('font/DS-DIGITAL/DS-DIGI.TTF') format('truetype');
	padding: 5px;
	text-align: center;
}

#ClockDIGI table {
	margin: auto;
}

#ClockDIGI table th {
	font-size: 12px;
}
#ClockDIGI table td {
	font-size: 42px;
	font-weight: bold;
}

#M30 {
	margin-top: 5px;
	border: 2px solid;
	border-color: black;
	border-radius: 5px;
}

#M30 p {
	font-size: 11pt;
	padding: 0;
	margin: 0;
	line-height: 17px;
}

#M30 h2 {
	font-size: 12pt;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	padding-top: 5px;
}

#M30 table {
	font-size: 12px;
}

#M30 a {
	text-decoration: none;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: black;
	border-bottom: 2px solid;
	border-color: black;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 4px;
	width: 20%;
	transition: 0.5s;
	color: white;
	font-family: "antique-olive" !important;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: white;
	color: black;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: white;
	border-color: white;
	color: black;
}

/* Style the tab content */
.tabcontent {
	display: none;
	height: 235px;
	padding: 2px 2px;
	border: 1px solid #ccc;
	border-top: none;
	overflow: auto;
}

.tabcontent {
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

#M30 table tr {
	border: none;
}

#M30 table tr td {
	vertical-align: top;
	/* border: 1px solid black; */
	border: none;
}

#M32_InputDATE {
	width: 253px;
	background-color: rgb(253, 255, 215);
	border: 2px solid black;
	border-radius: 6px 4px 6px 4px;
	padding: 10px;
	margin-top: 4px;
	font-weight: bold;
}

#M32_InputGROUPE{
	width: 135px;
	background-color: rgb(253, 255, 215);
	border: 2px solid black;
	border-radius: 6px 4px 6px 4px;
	padding: 10px;
	margin-top: 4px;
	font-weight: bold;
}

#M32_InputQUOI{
	width: 253px;
	background-color: rgb(253, 255, 215);
	border: 2px solid black;
	border-radius: 6px 4px 6px 4px;
	padding: 10px;
	margin-top: 4px;
	font-weight: bold;
}

#M32_ButtonSUBMIT{
	width: 275px;
	height: 30px;
	font-weight: bold;
	background-color: rgb(253, 255, 215);
	border: 2px solid black;
	border-radius: 6px 4px 6px 4px;
	margin-top: 4px;
}

#RedButtonRemove {
	color: red;
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 11pt;
	vertical-align: middle;
	padding: 0px;
}

#GreenButtonRemove {
	color: Green;
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 11pt;
	Text-align: middle;
	vertical-align: middle;
	padding: 0px;
}