.webpush_not_supported {
    color: #e20000; 
}
.howto_turn_on_notifications {
    /* color: #e20000; */
    /* background-color: #eee; */
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.webpush_notifications h4 {
    margin: 30px 0;
    border-bottom: 1px solid #EEE;
}
.webpush_this_browser {
    /* color: #111; */
    /* background-color: #eee; */
    padding: 8px;
    border-radius: 5px;
    margin-bottom: 10px;
}
/* .webpush_browser_manage {
    font-size: 16px;
} */
.webpush_this_browser_action {
    color: inherit;/* #666;*/
}
/* .webpush_this_browser_enabled {
    font-size: 18px;
} */
.webpush_this_browser_enabled_msg {
    /*font-size: 21px;*/
    color: green;
    font-weight: bold;
    margin-bottom: 10px;
}
.webpush_section {
    /*font-size: 18px;*/
    margin-left: 10px;
}
#browser_subscriptions {
    margin-top: 10px;
    border-collapse: collapse;
}
#browser_subscriptions, #browser_subscriptions th, #browser_subscriptions td {
    border: 1px solid #ccc;
}
#browser_subscriptions th {
    font-size: 12px;
    /* background-color: #eee; */
    /* color: #000; */
    padding: 5px;
}
#browser_subscriptions .this_browser {
    color: green;
    background-color: yellow;
    font-weight: bold;
    margin-right: 10px;
}
#browser_subscriptions tbody tr:nth-child(even) {
    background-color: inherit;/* #eee; */
}
#browser_subscriptions td {
    min-height: 15px;
    padding: 5px;
    font-size: 11px;
}
#browser_subscriptions .user_agent {
    font-family: monospace;
}
#browser_subscriptions .remove {
    text-align: center;
    text-decoration: none;
    /* color: #000; */
}
#browser_subscriptions .remove img {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}
.hide {
  display: none;
}