.plugin-network {
    padding: 20px;

    .network-log-list {
        width: 100%;
        margin: 0px 0 30px;

        th,
        td {
            padding: 5px 10px;
            text-align: left;
        }

        th {
            background: #f7f7f7;
            border-bottom: 1px solid #ddd;
            font-weight: 400;
        }

        td {
            border-bottom: 1px solid #eee;
        }

        .network-log-list-right {
            text-align: right;
        }

        td .chart-bar {
            position: absolute;
            height: 10px;
        }
    }
}
