/* slider show */
div.myppt{
	font-size: 17px;
}

div.myppt p{
	text-align: left;
}

div.hil-flowChart{
	user-select: none;
	-webkit-user-select: none;
}

/* button */
div.myppt button.hil-flowChart-btn{
	background: none;
	border: none;
	font-size: 23px;
	color: darkseagreen;
}

div.myppt button.hil-flowChart-btn:active{
	transform: scale(0.94);
}

div.myppt button.hil-flowChart-btn:focus{
	outline: none;
}

button.hil-flowChart-btn.btn-L{
	position: absolute;
	left: 2%;
	bottom: 0;
}

button.hil-flowChart-btn.btn-R{
	position: absolute;
	right: 2%;
	bottom: 0;
}



