/*
	Astral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license).
*/

/* Wrapper */

	#wrapper {
		opacity: 1 !important;
	}

/* Nav */

	#nav a {
		opacity: 1.0;
	}

		#nav a:before, #nav a:after {
			display: none;
		}

		#nav a span {
			top: 0;
			opacity: 1.0;
		}

			#nav a span:after {
				display: none;
			}

/* Main */

	#main {
		background: none;
		box-shadow: none;
	}

		#main > .panel {
			background: #ffffff;
			margin-bottom: 2em;
		}

			#main > .panel:last-child {
				margin-bottom: 0;
			}

#eeg-wave canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#fixed-name-header {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 999;
  background: rgba(240, 240, 240, 0.9);
  padding: 10px 15px;
  border-radius: 8px;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 0.9em;
  color: #444;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  line-height: 1.4;
}

<style>
img[src*="UdeM_Logo.png"] {
  display: inline-block !important;
  height: 60px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}
</style>


/* textbox */

#textbox {
	opacity: .2 !important;
}

