.js-flash-messages {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 0 14px;
	z-index: 3000
}

.js-flash-messages .alert {
	width: 100%
}

@media ( min-width :992px) {
	.js-flash-messages {
		top: 14px;
		bottom: auto
	}
}
.respon-lg-6, .respon-md-6, .respon-sm-6 {
	width: 100%
}

@media ( min-width :768px) {
	.respon-sm-6 {
		width: 582px
	}
}
.close {
	float: left;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity = 20)
}
pre{
	color: #000000;
	font-size: 20px;
	font-family: Tahoma;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	border: none;

}
.SubSections h4{
	margin-top: 30px;
}

#noti_Container {
    position:relative;     /* This is crucial for the absolutely positioned element */
    border:1px solid blue; /* This is just to show you where the container ends */
    width:16px;
    height:16px;
}
.noti_bubble {
	position: absolute;
top: -7px;
right: -6px;
height: 17px;
padding: 0px 4px 0px 4px;
padding-top: -5px;
background-color: red;
color: white;
font-weight: bold;
line-height: 17px;
font-size: 12px;
border-radius: 41px;
box-shadow: 1px 1px 1px gray;
}
.pagination{
		    display: inline-flex;
}
