
#FileList {
	max-width: 460px;
	border: 1px solid #eee;
  	padding: 1px;
	height: 600px;
	overflow: auto;
	margin: 20px;
}
#FileList .song {
	padding: 0px 20px 0px 20px;
	cursor: pointer;
}
#FileList .song:nth-child(odd) {
	background-color: #eee;
}

#FileList .alignleft {
	float: left;
}

#FileList .alignright {
	float: right;
}


table.file {
	table-layout: auto;
    width: 500px;
	color: #234F72;
    border-collapse: collapse;
}

table.file thead {
    background-color: #F1F1F1;
    font-size: 16px;
    font-weight: bold;
    text-align:left;
}

table.file th {
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}
    
table.file td {
    font-size: 14px;
    text-align: center;
}



table.days {
	table-layout: auto;
    width: 500px;
	color: #234F72;
    border: 0px;
	text-align: center;
}

table.days thead {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	border: 0px;
}

table.days th {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	border: 0px;
}
    
table.days td {
    font-size: 24px;
    text-align: center;
  	padding: 15px;
}




audio { 
	width: 400px; 
	box-shadow: 5px 5px 20px rgba(0,0, 0, 0.4);
	border-radius: 90px;
	transform: scale(1.00);
	

}    


#livestream-meter {
  width: 400px;
  height: 60px;
  justify-content: center;

}


.PlayerBox {
	max-width: 460px;
  	padding: 1px;
	display: flex;
	margin: 20px;
    justify-content: center;
    align-items: center;
}

.MeterBox {
	max-width: 460px;
  	padding: 1px;
	display: flex;
	margin: 20px;
    justify-content: center;
    align-items: center;
}


.live-stream {
    box-sizing: border-box;
    width: 300px;
    height: 165px;
    margin-bottom: 10px;
    border:3px solid #cccccc;
    padding: 0px 7px 0px 7px; 
    border-radius: 10px;    
    
}

  }