html, body {
  color: #4a4a4a;
  background-color: #FFF;
}

h1,h2,h3 {
  color: #4a4a4a;
}

a {
  /* color: #37AB74; 
     color: #826ba6;
    color: #86D4B1;
*/
    color: #000;
    word-wrap: break-word;
    white-space: normal;
}
}

.navigation_button {
  background-color: #fff;
  border: 1px solid;
  border-color: #e4e4e4;
  border-width: 1px 1px 2px;
  color: #4a4a4a;
  font-weight: bold;
  box-shadow: 0 0 3px #E4E4E4 inset;
}

.navigation_button {
  font-weight: normal;
  color: #000;
  background: none;
}

p.navigation_button {
visibility: hidden;
}

header {
  background-color: #FFF;
  border-bottom: 1px solid #e4e4e4;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.header_right a {
  color: #4a4a4a;
}

#code_of_conduct_list strong {
  color: #4a4a4a;
}

@media screen and (max-width: 940px) {
    header {
        width: 100%;
    }
}

footer {
  border-top: 1px solid #E4E4E4;
}

.button_action, .button_action_highlight, .button_form {
  color: #4a4a4a;
  background-color: #fff;
  border: 1px solid;
  border-color: #E4E4E4;
  border-width: 1px 1px 2px;
  padding: 5px 10px;
  box-shadow: 0 0 3px #E4E4E4 inset;
}

.button_action_highlight, .button_form {
  color: #fff;
  background-color: #37AB74;
  border-color: #6CAA8E;
  border-width: 1px 1px 2px;
  box-shadow: 0 0 3px #6CAA8E inset;
}

.button_info {
  background-color: #9dbed5;
  border-color: #E4E4E4;
  color: #C3C3C3;
  box-shadow: 0 0 3px #49717F inset;
}

.button_warning {
  background-color: #d6ae96;
  border-color: #E4E4E4;
  color: #4a4a4a;
  box-shadow: 0 0 3px #7F6859 inset;
}

input, textarea {
  color: #4a4a4a;
}

.form_box, .form_box_xl {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

.media_thumbnail {
  background-color: #fff;
  border-color: #e4e4e4;
  box-shadow: 0 0 3px #c4c4c4;
  height:220px;
}

.media_thumbnail a {
  color: #4a4a4a;
}

.media_thumbnail img{
height: 120px;
}

.media_thumbnail img.entry_type_icon{
height: 50px;
}


.empty_space {
  background-image: url("../images/empty_dots.png");
}


.audio-volume {

    left: unset!important;
    right: -60px!important;
    bottom: 60px!important;
    opacity: 1;
    -moz-transition: opacity .1s ease-in-out;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    transform: rotate(-90deg) scale(60%)!important;
    width: 140px!important;
    padding: 10px!important;
}




.audio-spectrogram > img {
  height: 150px;
  filter: invert(80%) brightness(49%) hue-rotate(70deg);
}


.audio-currentTime {
  background: #eee !important;
  z-index: 1000;
}

.audio-volume, .playhead, .seekbar, .audio-control-play-pause {
  z-index: 1000;
}

.buffered-indicators {
  bottom: -28px;
  height: 20px;
}

