﻿
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
}

.stripe-table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .stripe-table td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .stripe-table th {
        padding: 10px;
        text-align: left;
        background-color: #cccccc;
    }

    .stripe-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .stripe-table tr:hover {
        background-color: #ddd;
    }

.list-config {
}

    .list-config .list-item {
    }

    .list-config .item-node {
        padding-left: 20px;
    }

.message-box {
    display: none;
}

    .message-box iframe {
        width: 100%;
        border: 0;
    }

    .message-box h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .message-box .message-timestamp {
        font-size: 14px;
        font-weight: normal;
    }
