div#f4m_alert .webpush_title{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    text-decoration: underline;
}

div#f4m_alert .webpush_body{
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #c0c0c0;
}