/*
   New Perspectives on HTML and CSS
   Tutorial 7
   Tutorial Case

   Jumbo Popcorn Style Sheet
   Author: David Katelansky
   Date:   07/01/2015

   Filename:         clips.css
   Supporting Files: 

*/

/* Multimedia control styles */

audio
{
   background-color: white;
   display: block;
   margin: 5px auto;
   text-align: center;
   width: 95%;
}

video
{
   background-color: white;
   display: block;
   margin: 5px auto;
   text-align: center;
   width: 95%;
}



