﻿body {
  padding: 10px; }

.notification-holder {
  padding-top: 10px; }
  .notification-holder .notification-value {
    font-weight: bold; }
    .notification-holder .notification-value span {
      font-weight: normal;
      font-size: 0.8em;
      margin-top: -1px; }
  .notification-holder .notification-url-holder {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid #e3e3e3;
    margin: 5px 1px 0 1px; }
    .notification-holder .notification-url-holder .notification-url {
      font-size: 0.8em;
      text-align: justify;
      word-wrap: break-word;
      word-break: break-all;
      vertical-align: central; }
  .notification-holder .notification-params-button {
    text-align: right; }
  .notification-holder .notification-parameter-holder {
    margin-bottom: 5px;
    background-color: #d4d4d4;
    padding: 10px; }
  .notification-holder .notification-parameter-key {
    font-weight: bold;
    font-size: 0.8em;
    font-family: monospace; }
  .notification-holder .notification-parameter-value {
    font-size: 0.8em;
    font-family: monospace;
    word-wrap: break-word;
    word-break: break-all; }

.notifications-paging {
  margin-top: 30px; }

.notifications-tabs {
  margin-bottom: 30px; }

.notifications-filter {
  margin-bottom: 30px; }

.notifications-totals {
  margin-top: 30px; }

.notifications-nav {
  margin-top: -57px; }

.stripped {
  margin-left: 0px;
  margin-right: 0px; }
  .stripped:nth-child(odd) {
    background-color: #f7f7f9; }
  .stripped:nth-child(even) {
    border: 1px solid #f7f7f9; }

