* {
  padding: 0;
  margin: 0;
}
a {
  color: #337ab7;
}
#mobile_app{
  text-align: center;
}
p {
  margin-top: 1rem;
}
a:hover {
  color:#23527c;
  
}
h1 a:hover{
  text-decoration: none;
}
a:visited {
  color: #ff6550;
}
body {
  margin: 1rem;
  padding: 1rem;
  font-family: sans-serif;
  /*max-width: 28rem;*/
  margin: 0 auto;
  position: relative;
}
#controls {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 15px;
}

audio {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
}
li {
  list-style: none;
  margin-bottom: 1rem;
}
#formats {
  margin-top: 0.5rem;
  font-size: 80%;
}
#recordingAudioVoice{
  /*display: none;*/
  visibility: hidden;
  text-align: center;  
  
}
#recordingAudioVoice span{
  font-weight: bold;
  font-size: 14px;
}

#recordedAudio{
  margin-bottom: 5px;
}
#timer{
  text-align: center;
  font-weight: bold;
  font-size:42pt;
  color: #158cba;
}
#spinner{
  font-size: 24px;
  margin-top: -120px;
  text-align: center;
  /*visibility: hidden;*/
  display: none;
}

#wrapper{
  margin: 0 auto;
  width: 98%;
}
#main_content{
  margin: 0 auto;
  text-align: center;
}

.ui-widget-header {
  background: #158cba;
  border: 1px solid #DDDDDD;
  color: #333333;
  font-weight: bold;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
  position: absolute;
  left: 35%;
  top: 4px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}

#waveform{
  min-height: 130px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
#waveform wave{
  width: 105%;
}


#introduction{
  margin-top: 20px;
  text-align: justify;
}
#introduction div{
  margin-bottom: 15px;
}

#control_container{
  visibility: hidden;
}


.controls button {
  flex-grow: 1;
  height: 2.7rem;
  min-width: 2rem;
  border: none;
  border-radius: 0.25rem;
  background: #158cba;
  margin-left: 2px;
  margin-right: 2px;
  box-shadow: inset 0 -0.15rem 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color:#ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.controls button:hover {
  outline: none;
  background: #ff6550;
}
.controls utton::-moz-focus-inner {
  border: 0;
}
.controls button:active {
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  line-height: 3rem;
}
.controls button:disabled {
  pointer-events: none;
  background: lightgray;
}
.controls button:first-child {
  margin-left: 0;
}

#control_container button{
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  min-width: 77px;
  background: #ff6550;
}

#control_container button:hover{
  background: #f7280c;
}
#control_container a{
  text-decoration: none;
  color: white;
}

.adsense_ads{
  text-align: center;
  margin: 30px auto 10px auto;
}

#instruction{
  font-weight: bold;
  margin-top: 15px;
  font-size: 14px;
}
#appinfo{
  margin: 16px auto 8px auto;
}

#voicerecorder_cnp_message {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 0px;
    padding-left: 15px;
    background-color: yellow;
    color: #333;
    display: none;
    padding-top: 12px;
    padding-bottom: 12px;
}

#voicerecorder_cnp_message .notice{
    color: red;
}

.sticky-ads-container {
  position: fixed;
  margin: 0px auto;  
  padding: 0px;
  text-align: center;
  bottom: 0px;
  z-index: 2001;  
  background-color: white;
  width: 100%;
}

.sticky-ads{
  width: 970px; 
  height: 90px;
  text-align: center;
  margin:0px auto;
  padding: 0px;
}

@media only screen and (min-device-width: 800px) { 
  .mobile_only{
    display: none;
  }
  body{
    margin-bottom: 100px;
  }
}