/*
    Created on : Jun 15, 2014, 3:23:20 PM
    Author     : michael
*/

#runAudio {
    border-radius: 20px;
    border: 2px solid #8AC007;
    padding-left: 12px;
    padding-right: 12px;
    width: 82%;
    font-weight: bold;
}
#featureAudio {
    border-radius: 20px;
    border: 2px solid #8AC007;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    min-height: 120px;
}

table.audio { border-width:4px; border-style:groove; padding:3px; }
th.audio, td.audio { border-width:1px; border-style:solid; padding:2px; }
div.play h4 { line-height: 1; margin: 0; }
article.play { float: left; width: 40%; }
aside.play { float: right; width: 28%; }
td.weight { text-align: center; }
aside.play p { margin: 0 }
div.play audio {
  clear: right;
  float: right;
}

@media only screen and ( max-width: 600px), only screen and (max-device-width: 600px ) {
  audio {
    width: 190px;
    height: 25px;
  }
}

#audioTable {
  overflow-y: scroll;
  height: 480px;
}
#filters {
  border-radius: 10px;
  clear: left;
  border: 2px solid #8AC007;
  padding-left: 12px;
  padding-right: 12px;
  width: 82.5%;
}

span.filters {
   display: inline-block;
   padding-left: 8px;
   border-left-width: thin;
   border-left-color: black;
   border-left-style: solid;
   vertical-align: bottom;
}
span.controls {
   display: inline-block;
   padding-left: 2px;
   border-left-width: thin;
   border-left-color: black;
   border-left-style: solid;
   padding-right: 2px;
   border-right-width: thin;
   border-right-color: black;
   border-right-style: solid;
   vertical-align: bottom;
   margin-left: 8px;
}
span.audioList {
  clear: left;
  display: inline-block;
}
div .audioIcons {
  display: inline-block;
}
.shiur:hover {
    border-width: thick;
    border-color: blue;
    border-style: solid;
    title: "Click to select";
}
.spaceLabel { margin-left: 1rem; }
.speeds { margin-top:20px;
	float: right;
	vertical-align: middle;
	margin-top: 15px;
}
#search { width: 20rem; }
.tip { visibility: hidden; }

/* Hover experiment */
/* TODO: Test and release */
.detail {
  position: relative;
  display: inline-block;
}

.detail .detailtext {
  visibility: hidden;
  width: 120px;
  background-color: white;
  color: blue;
  text-align: left;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.detail:hover .detailtext {
  visibility: visible;
}
