.steps{
	font-size: 16px;
    margin: 0 10px;
    padding: 10px;
    line-height: 200%;
}
.steps ul{
	font-size: 14px;
    margin: 0 10px;
    padding: 10px;
    line-height: 200%;
}
.steps ul ul{
	font-size: 16px;
    margin: 0 10px;
    padding: 0 10px;
    line-height: 200%;
}
.steps li{
	list-style: none;
}
.steps ul li{
	list-style: none;
    border: 1px solid #007bff;
    background: #fbf9ff;
    margin: 0 0 10px 10px;
    border-radius: 10px;
}
.steps ul ul li{
	list-style: square;
	border: none;
}
.spBtn{
	width: 100%;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.spLink{
	text-decoration: underline !important;
}
.font16{
	font-size: 16px;
}

