/*  Custom Toastr Styling */

.toast {
    opacity: 0.9 !important;
}

.toast-info{
	opacity: 1 !important;	
}

#toast-container>.toast-info {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1em;
    color: #FFF;
    padding-right: 0.75em;
    margin-right: 0.75em;
}

.my-custom{
	margin-top: 2.5px !important;
	margin-right: .5em !important;
	/*line-height: 0px;*/
/*	float: left;
    margin-left: -1em;
    color: #FFF;
    padding-right: 0.5em;
    margin-right: 0.5em;*/
}