/*
 * Copyright (c) 2019-2020 NVIDIA Corporation.  All rights reserved.
 *
 * NVIDIA Corporation and its licensors retain all intellectual property
 * and proprietary rights in and to this software, related documentation
 * and any modifications thereto.  Any use, reproduction, disclosure or
 * distribution of this software and related documentation without an express
 * license agreement from NVIDIA Corporation is strictly prohibited.
 */

table .supported
{
    color: green;
    text-align: center;
}

table .not_supported
{
    color: red;
    text-align: center;
}

table.diagram
{
    border: 0px;
    display: inline-block;
    vertical-align: middle;
}

table.diagram td.box
{
    border: 1px solid black;
}

table.diagram td
{
    padding: 5px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

table.diagram .starttd
{
    padding: 0px;
    margin: 0px;
}

table.diagram .endtd
{
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

table.diagram .intertd
{
    padding: 0px;
    margin: 0px;
    line-height: 0;
}

table.perf
{
    display: inline-block;
}

table.perf th[scope=row]
{
    background-color: #effbda; /* very light green */
    text-align: center;
    font-weight: normal;
}

table.perf td
{
    text-align: right;
}

sup {
    font-size: 50%;
}

.MathJax_Display {
    text-align: left !important;
}

#directory_structure {
    border: none;
}

#directory_structure td {
    vertical-align: top;
}

table.gallery td {
    border: 0px;
    padding: 5px;
    text-align: center;
    vertical-align: top;
}


table.gallery p {
    font-weight: normal;
}

