.badge {display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight:500; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
.badge-success {color:#fff;  background-color:#28a745;}

.pl-1 {padding-left:1em;}
.pt-1 {padding-top: 1em !important;}
.mb-0 {margin-bottom: 0 !important;}

@media (max-width:490px){
	.hidden-xxs{display:none !important;}
}
@media (max-width:490px){
	.hidden-xlg-rev{display:none !important;}
}
@media (min-width:491px){
	.hidden-xlg{display:none !important;}
}
@media (max-width:767px){
	.hidden-xs{display:none !important;}
}
@media (min-width:768px){
	.hidden-xs-rev{display:none !important;}
}
@media (min-width:768px) and (max-width:980px){
	.hidden-sm{display:none !important;}
}
@media (min-width:981px){
	.hidden-lg{display:none !important;}
}