h1{
    font-size: 24px;
}
p.question{
    color: #0079ac;
}
div.sound_embeded > div.link{		
    cursor: pointer;
    font-size: 12px;
    text-decoration: underline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 15px;
}
div.sound_embeded.close > div.sound{
    height: 0;
    overflow: hidden;
}
