.growl-notification:before {
    display: none !important;
}
.growl-notification__progress-bar {
    background-color: #eaeaea;
}
.growl-notification__line {
    border-radius: 4px 0 0 4px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
.growl-notification--matura {
    max-width: calc(100% - 40px);
}
.growl-notification--matura .growl-notification__body {
    padding-right: 40px;
}
.growl-notification--matura:before {
    background-color: #254c8a;
}
.growl-notification--matura .growl-notification__close-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg id='Bounding_Boxes'%3E%3Cpath fill='none' d='M0,0h24v24H0V0z'/%3E%3C/g%3E%3Cg id='Outline_1_'%3E%3Cpath d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41z'/%3E%3C/g%3E%3C/svg%3E");
}
.growl-notification--matura .growl-notification__image {
    min-width: 140px;
    opacity: 1;
}
.growl-notification--matura .growl-notification__title {
    color: black;
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    line-height: 1.5;
}
.growl-notification--matura .growl-notification__desc {
    color: black;
    font-size: 14px;
    display: block;
}
.growl-notification--matura .growl-notification__desc a {
    color: black;
}
@media only screen and (max-width: 380px) {
    .growl-notification--matura .growl-notification__image {
        min-width: 80px;
    }
    .growl-notification--matura .growl-notification__body {
        padding-right: 20px;
    }
}
