* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;  
}

#htmlStatusRow {
	background-color: #99FF99;
	border-collapse: collapse;
	text-align: center;
}

#htmlStatusRow td {
    padding-top:2px;
    padding-bottom:2px;
}

#htmlTitleRow td {
    padding-top:20px;
    padding-bottom:15px;
}
#htmlTitleRow td:first-child {
    padding-left:10px;
}
#htmlTitleRow td:last-child {
    padding-left:20px;
    padding-right:10px;
}

#htmlTitleLabel {
	font-size: 200%;
}

#htmlTestSong{
	font-size: 120%; 
	padding: 10%;
	text-decoration-style: solid;
}

#htmlVoiceList {  
     float: left;
}

#htmlVoiceList *{
    display: inline-block;
    margin-left: 10px;
}

.video {
	border: thick solid #AAAAAA;
}

.new {
	border: 1px solid red;
}

#htmlButtonRow button{
	margin:2%;
	padding: :2%;
}

#htmlAddVoice {
	font-size: 140%; 
}

#htmlPlayMaster {
	font-size: 120%; 
}

#htmlPlayTune{
	font-size: 120%; 
}

.notactive {
	border: 1px solid black;
}

.active {
	border: 2px solid darkgreen;
}


#htmlCountdownLabel {
	text-align: center;
	font-size: 300%; 
	background-color: lightgray;
}

#htmlRecordLabel {
	text-align: center;
	font-size: 200%; 
}


.message {
	color: black; 
	background-color: lightgray;
}

.alarm {
	color: white; 
	background-color: red;
}



