		code {
		    padding: 2px 4px;
		    font-size: 90%;
		    color: #c7254e;
		    background-color: #f9f2f4;
		    border-radius: 4px;
		}
  
  	.demo_content{
  		display: flex;
  		padding:30px;
  	}
  	
		.demo_ttl{
			color:red;
		}
		
		.yg_manual{
			border-left: 1px solid grey;
			font-size:20px;
			color:#333;
			padding-left:30px;
			margin-left:30px;
		}
		
		a:hover ,a:link,a:visited {
		 	text-decoration: none;
		}			
		
		.ttl{
			font-size:22px;
	    background-color: #3570ad;
	    padding:10px;
	    color:white;
		}
		
		.well {
	    min-height: 20px;
	    padding: 19px;
	    margin-bottom: 20px;
	    background-color: #f5f5f5;
	    border: 1px solid #e3e3e3;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	    font-size: 25px;
	}
  

.ygParent{
    position:fixed;
    top: 10%;
    left: 30%;
    width:340px;
	  display:none;
}

li {  
	margin: 15px; 
}


.playable {  
	cursor:pointer;
	font-size:25px;
}


.srcWrapper{
	text-align: center;
}

.src{
	padding:10px;
  width: 70%;
  margin: 0 auto;
  text-align: left;
}