
#growls{
    position: fixed;
    top: 25px;
    left: 25px;
    z-index: 1000;
}

#growls div{
    box-sizing: content-box;
}

#growls .growl{
    position: relative;
    overflow: hidden;
    width: 355px;
    height: 0px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: rgba(247, 249, 250, 0.98);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
}
#growls .growl-success{
    width: 489px;
}

#growls .growl .accept,#growls .growl .update{
    width: 133px;
    height: 25px;
    border-right: solid 1px #b0babf;
    border-bottom: solid 1px #b0babf;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    color: #798b92;
    padding-top: 15px;
    cursor: pointer;
}

#growls .growl .accept {
    height: 100%;
    padding-top: 33px;
    width: 146px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
}

#growls .growl .dismiss{
    width: 133px;
    height: 44px;
    border-right: solid 1px #b0babf;
    position: absolute;
    left: 0px;
    top: 40px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    text-align: center;
    color: #798b92;
    padding-top: 15px;
    cursor: pointer;
}

#growls .growl .dismiss:hover, #growls .growl .accept:hover{
    background-color: #ffffff;
}

#growls .growl .message{
    width: 200px;
    height: 52px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    text-align: left;
    color: #798b92;
    padding: 15px 11px;
}
#growls .growl-success .message {
    width: 313px;
    padding-top: 22px;
    font-size: 14px;
    font-family: Helvetica,Arial,sans-serif;
}

#growls .growl .messagefull{
    width: 315px;
    height: 46px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-family: HelveticaNeue,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: 0.2px;
    text-align: left;
    color: #798b92;
    padding: 24px 15px;
}

#growls .growl .close{
    position: absolute;
    cursor: pointer;
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    z-index: 1000;
}

#growls .growl .close img{
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1000;
}

#growls .growl-success .close{
    left: auto;
    right: 15px;
}
