
/* http://mrbool.com/how-to-style-the-html-5-video-element-with-javascript-and-css/27683 */

video {
    
     background-color: rgb(204,179,128);
      border-radius: 4px;
       border: 1px solid rgb(153,51,0);
}

audio {
  background-color: rgb(204,179,128);
  border: 1px solid rgb(153,51,0);

}

