/*
	CSS for Getting Started
*/
#Primary{
	& h3.procedure{margin:1.5em 0 0 1em;}
	& ol.procedure{
		margin-left:1em;
		& > li{
			margin:.6em 0;
			& div{margin-top:.5em;}
			& div.code{
				padding:1.2em 1em;
				border-radius:.5em;
				filter:drop-shadow(lightgray 1px 2px 1px);
				background:#eee;
				font-family:courier,monospace;
				line-height:1.4;
				overflow-x:auto;
			}
		}
	}
	& div.tabs{
		display:flex;
		margin-bottom:1em;
		& span{
			padding:.3em .5em .3em;
			border-bottom:2px solid white;
			cursor:pointer;
			font-weight:bold;
			font-size:1rem;
		}
		& span:nth-child(1){
			border-bottom:2px solid #0d59f2;
			color:#0d59f2;
		}
		& span:hover{background-color:#f6f7f8;}
	}
}
