/**** course alerts ***/
.alert-p-info { background-color: #79bd60 !important; color: #fff !important; border-radius: 0 !important; height: 81px; }
.alert-p-warning { background-color: #d68a94 !important; color: #fff !important; border-radius: 0 !important; height: 81px;}
.alert-p-danger { background-color: #c44141 !important; color: #fff !important; border-radius: 0 !important; height:81px; }
.alert-p-info::after, .alert-p-warning::after, .alert-p-danger::after {
    content: '';
    background: url("/images/i.png");
    background-position: center center;
    background-size: cover;
    height: 81px;
    width: 107px;
    position:absolute;
    right: 90px;
		top:0;
}

.alert-p-info h4, .alert-p-warning h4, .alert-p-danger h4 { color:#fff !important; margin-top:0 !important; padding-top:10px !important; }
.alert-p-info, .alert-p-warning, .alert-p-danger { padding-left:10px !important; margin-bottom:20px; }
