body {
	margin: 0;
	padding: 0 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	color: #000000;
	}

p {
	padding: 0 15 0 15;
	}
	
h1 {
	font-size: 2.0em;
	color: #000000;
	padding: 40px 40px 40px 40px;
	text-align: center;
/*	background-image: url("http://survey.oxx.onl/images/header_bg.png");
	background-repeat: no-repeat;
	background-position: center top; */
/*	background: #7d7e7d; /* Old browsers */
/*	background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	}

h2 {
	padding: 0 15 0 15;
	font-size: 1.8em;
	}

input[type=submit] {
	font-size: 1.0em;
	padding: 3 5 3 5;
	color: #515151;
	background: #D0D0D0;
	border-radius: 0px; 
	}

input[type=text] {
	font-size: 1.0em;
	}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: separate;
	}

td {
	font-size: 32px;
	padding: 6px;
	}

.light {
	color: #A0A0A0;
	}
	
.t_l {
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	background: #E0E0E0;
	font-weight: bold;
	}
	
.t_n {
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background: #E0E0E0;
	font-weight: bold;
	}

.l {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	}

.n {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	}

.l_myhighlight {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
	background: #F8E0E0;
	}

.n_myhighlight {
	border-right: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background: #F8E0E0;
	}

.picture_outerglow {
    filter: drop-shadow(-2px -2px 1px rgba(255, 255, 255, 1))
			drop-shadow(-2px 2px 1px rgba(255, 255, 255, 1))
			drop-shadow(2px -2px 1px rgba(255, 255, 255, 1))
			drop-shadow(2px 2px 1px rgba(255, 255, 255, 1))
			drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
	}

/* MP3 player */
audio {
	width: 300px;
	#max-width: 90%;
	#height: 60px;
	display: block;
	transition:all 0.5s linear;
	box-shadow: 2px 2px 4px 0px #080808;
	border-radius: 5px;
	}

/* color player at Edge and Chrome */
audio::-webkit-media-controls-panel {
	#background-color: lightblue;
	}

/* color player at Firefox (takes blue only) */
audio{
	#background-color: grey;
	opacity: 0.8;
	}

/* animation of player */
audio:hover, audio:focus, audio:active {
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
	transform: scale(1.05);
	}