html,
body
{
  height:100%;
  font-family: 'Roboto Mono';
  margin: 0px;
}

.small
{
  font-size: 12px;
}

.medium
{
  font-size: 16px;
}

.medium2
{
  font-size: 20px;
}

.high
{
  font-size: 30px;
}

#divHeaderTitle
{

}

.foreHighlight
{
  color: #f423a7
}

#divElapsedTitle
{
  margin-top: 30px;
  margin-bottom: 30px;
}

#tblElapsed
{
  text-align: center;
}

#tblElapsed th
{
  height: 40px;
  width: 100px;
}

#tblElapsed td
{

}

#divReplay
{
  margin-top:30px;
}

#divProgressLine
{
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#divProgressLineElapsed
{
  width: 0%;
  border-top: 1px solid #f423a7;
  border-bottom: 1px solid #f423a7;
  margin-top:-2px;
}

#tblProgressLabel
{
  margin-top:-50px;
  margin-bottom: 5px;
}

#tblProgressLabel tr td
{
  padding-left: 0px;
  padding-right: 0px;
}

#tblProgressLabel td:nth-child(even)
{
  width:10%;
}

#tblProgressYears
{
  width: 100%;
}

#tblProgressYears td:last-child
{
  text-align: right;
}

#divProgressIndicator
{
  background-color: #f423a7;
  height: 62px;
  width: 8px;
  position:relative;
  top:-31px;
}

#divLyricsTitle
{
  margin-top: 0px;
  margin-bottom:10px;
}

.highlightLyric
{
    background-color: #f423a7;
    display:inline-block;
}

#lblLyric
{
  line-height: 32px;
  border: 1px solid black;
  text-align: center;
  width: 650px;
}

div#aboutButton,
div#backButton {
  -moz-border-radius: 61px/61px;
  -webkit-border-radius: 61px 61px;
  border-radius: 61px/61px;
  border: solid 1px black;
  width: 61px;
  height: 61px;
  background-color: #fba4d3;
  text-align: center;
  vertical-align: middle;
  margin-left:auto;
  margin-right:auto;
  cursor:pointer;
  cursor:hand;
}

.tblFooter td
{
  width: 140px;
}

#tblMain
{
  width:100%;
  height:100%;
  padding-right: 10px;
  padding-left: 5px;
}

#tblAbout
{
  width:100%;
  height:100%;
  padding-right: 10px;
  padding-left: 5px;
  position: absolute;
  top:-2px;
  background-color: white;
  text-align:justify;
  display: none;
}

.scrollableDiv
{
  overflow: auto;
  height:90%;
  margin-left:15px;
  margin-right:15px;
}

#btnSend{
  background-color: #f3e2eb;
}
