@charset "UTF-8";





	body {
		background-color: white;
		font-family: "Roboto Condensed", sans-serif;
	  	font-optical-sizing: auto;
	  	font-weight: 400;
	  	font-style: normal;
	  	color: #000000;
	}

	.content {
		margin: 50px 20px;
		width: calc(100% - 40px);

	}



	h1 {
		margin-top: 50px;
		font-size: 20pt;
	 	font-weight: 700;
	}

	h2 {
		margin-top: 50px;
		font-size: 16pt;
	 	font-weight: 700;
	}


	p {

		font-size: 14pt;
		font-weight: 400;
		line-height: 1.5;
	}

	a {
		color: #777777;
	}

	a:hover {

		color: #555;

	} 



	.footer {
		margin: 50px 0 50px 0;
	    height: 60px;;
		font-size: 10pt;
		font-weight: 400;
		text-align: center;
	}


	img.photo {
	margin: 25px 0px 25px 0px;
	}


	img.photo_portrait {
	width: 333.5px;
	margin: 25px auto 25px;
	
	}


	table {
	margin-top: 50px;
	}


	td 
	{
	    text-align: center; 
	    vertical-align: middle;
	}


	table.musicplayer {
		background-color: #f1f1f1;

	}

	table.musicplayer td {
			    text-align: center; 
			    vertical-align: middle;
	}





.custom-audio-player {
  display: flex;
  justify-content: space-around;
  align-items: center;
  
  padding: 10px;
  border-radius: 10px;
}

.custom-audio-player button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-audio-player input[type=range] {
  width: 100px;
}





@media only screen and (min-width: 540px) {
	
	.content {
		margin: 50px auto ;
		width: 500px;
	}

}