/* slider show */
div.myppt{
	font-size: 18px;
}

div.myppt p{
	text-align: left;
}

div.myppt button.hil-flowChart-btn{
	font-size: 19px;
	font-weight:bold;
}


/* button */
div.hil-flowChart{
	user-select: none;
	-webkit-user-select: none;
}

button.mybtn{	
	background-color: white;
	color: silver;
	border: 1px solid darkgray;
	border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	font-size: 20px;
}

button.mybtn i.fa-lg{
	vertical-align: -7%;
}

button.mybtn:active{
	box-shadow: none;
}

button.mybtn:focus{	
	outline: none;
}

button.mybtn-R{
	position: absolute; 
	top: 12px; 
	right: 16px;
}

p.slider-caption{
	padding-top:40px;
	width: 90%;
}


