/* 
*/
/* Font definitions */
/* Main Palette definitions */
/* Highlight colours */
/* was #edf9ed */
/* was #fff6e9 */
/* Radii */
/*Spinner*/
/* light Button colours */
/* Button colours */
/* "Common" colours */
/*#e6e6e6;*/
/* Driver Manager colours */
/* ngSummary colours */
/* Popup box */
/* for layering of divs */
/* Custom mixins */
.youtube-container,
.youtube-video {
  width: 420px;
  height: 237px;
  margin: 10px;
  padding: 0;
  position: relative;
  box-shadow: 2px 2px 14px #999;
  overflow: hidden;
  background-color: #ececed; }

.youtube-wait-bg {
  width: 100%;
  height: 100%;
  padding: 20px; }
  .youtube-wait-bg h4 {
    font-size: 1.2rem; }
