.sub {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #3498db;
	background-color: #ffffee;
}
.sub::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.bg-danger {
    background-color: #f2dede;
}

.bg-btn {
	color: #fff;
	background-color: #ff1432;
}

.breadcrumb {
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    background-color: #E1E1E1;
    padding: 4px 15px;
    border-radius: 0px;
	text-align: left;
}

ul.disc {
	padding-left:20px;
}

ul.disc li {
	list-style:disc;
	margin-bottom:10px;
}

ul.disc li dt {
	font-weight:bold;
}

.interval {
	margin-top: 80px;
}

.mtop80 {
	margin-top: 80px;
}

.uki01 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;	

}

@media (min-width: 768px) {
	
	.uki01{
		margin-left: 0px !important;
		width: 50%;
	}
}
