/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.custom-list-item {
	display: flex;
    align-items: center;
	height: 60px;
}

.btn {
	text-transform: inherit !important;	
}

.badge-success {
	background-color: green !important;
}
.offset-lg-1 {
    margin-left: 8.33333333%;
}

@media screen and (max-width: 1205px) {
	.more-info-section {
		display:none;	
	}
}