		#streaming_video {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom:56.25%
        }
        
        #streaming_player {
            width: 100%;
        }
        
        #streaming_archives {
            margin-top: 20px;
            padding-bottom: 20px;
            font-family: Open Sans, sans-serif;
            cursor: pointer;
        }
        
        #streaming_archives thead {
            display: none;
        }
        
        #streaming_archives img.tn {
            height: 50px;
            float: left;
            margin-right: 10px;
        }

		.data {
			max-width: 750px;
			display:inline-block;
		}      
        
        .title {
            font-size: 1.2em;
            font-weight: bold;
        }
        
        .title:hover {
            text-decoration: underline;
        }
        
        .date, .speaker, .series, .bible, .duration, .type {
            float: left;
        }
        
        .live {
            color: red;
        }
        
        .spacer {
            padding-left: 10px;
            padding-right: 10px;
        }
        
        #streaming_download {
            margin-top: 15px;
        }

        div.icons {
            float: right;
        }
        
        #streaming_archives img.audio, #streaming_archives img.play {
            height: 40px;
            width: 40px;
        }

		#notices {
			clear:both;
		}

		.noticetitle {
			font-weight: bold;
			color: red;
			font-size: 1.5em;
			padding-top: 15px;
		}

		.noticebody {			
			color: red;
		}


	/* title displayed just below video */
        #streaming_title .st{
            font-weight: bold;
            font-size: 1.2em;
	    	margin-top: 5px;
        }

	/* date displayed just below video */
	#streaming_title .sd{
	    font-weight:bold;	    
	    border-bottom: solid 1px black;
	    padding-bottom: 10px;
	}

	#streaming_title .sv{
	    font-weight:bold;	    
	    float: right;
		background: #ddd;
		padding: 1px 7px;
		border-radius: 10px;
		color: #777;
	}

	/* type selector */
	.streaming_filter_source div {
		border: solid 1px black;		
		float: left;		
		padding: 10px;	
		line-height: 25px;
		height: 25px;	
		cursor: pointer;				
	}

	.streaming_filter_source label{
		float: left;
		line-height: 25px;
		height: 25px;
		padding: 10px;		
	}

	.streaming_filter_source div.selected {
		background-color: black;
		color:white;
	}
	
	.streaming_filter_source {				
		height: 50px;
	}




	/* filters --------------- */
	#streaming_filter {
	    font-weight: bold;
	    display:inline-block;
	    margin-bottom:-10px;
	}

	.streaming_filter_source {
		padding-bottom: 10px;
	}

	.streaming_filter_source label {
		padding-right: 10px;
	} 

	#streaming_filter .streaming_filter_row div {
	    float:left;
	    padding: 10px;
	    border: solid 1px #ddd;            
 	    cursor: pointer;
	}

	#streaming_filter div.streaming_filter_label {
	   border: none;
	   margin-right: 5px;
	   cursor: auto;	   
	}

	.streaming_filter_row {	   
	   float:left;
	   height: 40px;
	   margin: 0px 15px 10px 0px;
	}

	.alone {
		float:none;
	}

	#streaming_filter #filter_search {
	   border: solid 1px #ddd;            
	   width: 150px;
	   height: 40px;
	   float:left;
	    
	}

	#streaming_filter #filter_search_img {
	   margin-left: 5px;
	   width: 30px;
	   height: 30px;
	   cursor: pointer;
	   top: 6px;
	   position:relative;
	}

	#streaming_filter #filter_series {
	   border: solid 1px #ddd;            
	   width: 200px;
	   height: 40px;
	}

	#streaming_filter #filter_types {
	   border: solid 1px #ddd;            
	   width: 200px;
	   height: 40px;
	}

	#streaming_filter #media_type {
		border: solid 1px #ddd;            
		width: 200px;
		height: 40px;		
	 }
 

	div.share {
	   float:right;
	}
	div.share img {
           position:relative;
	   top:6px;
	   height: 25px;
	
	}

	/* end streaming filters ---------------------*/


	#streaming_archives_filter {
	   display: none; /*hide the build-in data table filter bar because we have our own */
	}

	#sk_00f, #sk_00e {
	   display: none; /*hide the picture at the top of the page */
	}
	
	@media only screen and (max-width: 740px) {
            
		#streaming_archives img.tn {
			display:none;
		}
            
		.spacer {
			display:none;
		}
            
		.date, .speaker, .series, .bible, .duration, .type {
			float: none;
		}
            
		#streaming_download a {
			display: block;
		}

	    #streaming_filter div.streaming_filter_label {
 		width: 50px;
	    }

	} 
		
        
            
        