h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  margin: 0px;
}

h1 {font-weight: 400;}


h1 {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 28px;
}
h2 {
  font-size: 20px;
  line-height: 40px;
}
h3 {
  font-size: 22px;
  line-height: 22px;font-weight: 400;margin:35px 0 10px 0
}


h5 {
  font-size: 18px;
  line-height: 20px;font-weight: 300;
}


.audiojs .scrubber {
    background: none repeat scroll 0 0 #5A5A5A;
    border-bottom: 0 none;
    border-left: 0 none;
    border-top: 1px solid #3F3F3F;
    float: left;
    height: 14px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    width: 130px; /* smaller width */
}

.audiojs .time {
    border-left: 1px solid #000000;
    color: #DDDDDD;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0; /* no margin */
    padding: 0 6px 0 9px; /* 2px smaller left padding */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.audiojs {
    font-family: monospace;
    font-size: 10px; /* reduced font size */
  
width:276px;
}


@media (max-width: 320px)  {
	
	.audiojs .scrubber {

    width: 40px; /* smaller width */
}


.audiojs {

width:186px;
}

}