51 lines
		
	
	
		
			No EOL
		
	
	
		
			979 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			No EOL
		
	
	
		
			979 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
#tutorial img{
 | 
						|
    margin: 10px 5px 10px 15px; 
 | 
						|
}
 | 
						|
 | 
						|
.choiceline{
 | 
						|
    display: flex;
 | 
						|
    justify-content: space-around;
 | 
						|
    margin: 0px 5px 10px 5px;
 | 
						|
}
 | 
						|
 | 
						|
.choicebox{
 | 
						|
    width: 200px;
 | 
						|
    height: 20px;
 | 
						|
}
 | 
						|
 | 
						|
summary p{
 | 
						|
    margin: 10px 0 0 0;
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
details p{
 | 
						|
    padding: 5px 15px;
 | 
						|
    color: #404040;
 | 
						|
}
 | 
						|
 | 
						|
.border{
 | 
						|
    background-color: #f3f6f6;
 | 
						|
    border: 1px solid rgba(0,0,0,.1);
 | 
						|
    color: #404040;
 | 
						|
    box-shadow: inset 0 1px 2px -1px hsl(0deg 0% 100% / 50%), inset 0 -2px 0 0 rgb(0 0 0 / 10%);
 | 
						|
    margin-bottom: 10px;
 | 
						|
    padding-top: 10px;
 | 
						|
    padding-left: 5px;
 | 
						|
    padding-right: 5px;
 | 
						|
    margin-top: -10px;
 | 
						|
    border-radius: 5px;
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
details p span{
 | 
						|
    font-style: italic;
 | 
						|
    font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
summary p button{
 | 
						|
    border-radius: 2px;
 | 
						|
    border: 1px solid rgba(0,0,0,.1);
 | 
						|
    box-shadow: inset 0 1px 2px -1px hsl(0deg 0% 100% / 90%);
 | 
						|
    color: #404040;
 | 
						|
    font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;
 | 
						|
} |