/*=====================================
	#title-report
======================================*/

#title-report span {
    color: #fff;
    background-color: #49802b;
}


#soundbox h4.player-title {
    color: #2c5604;
    border-top: #2c5604 1px solid;
    border-bottom: #2c5604 1px solid;
}


.input-pw {
    margin-right: 5px;
    border: #999 thin solid;
}


.sound_outer audio {
    width: 100%;
    /* border: #f00 thin solid; */
}

@media screen and (min-width: 1000px) {

    .sound_outer audio {
        max-width: 500px;
    }

}