/*
 * Copyright (c) NETSWITCH.CL - All rights reserved.
 *
 * All  rights to this file are owned by NETSWITCH.CL and may only be used under
 * the terms of its associated license  document.  You  may  NOT  copy,  modify,
 * sublicense, or distribute part or all of this file, without the prior written
 * permission of NETSWITCH.CL. In any event, the above copyright notice and this
 * paragraph must always be included verbatim with this file.
 */

.switch-table {
    border-collapse: collapse;
    width: 100%;
}

.switch-table th, .switch-table td {
    border-style: groove;
    border-width: 2px;
    padding: 3px;
}

.switch-property-cell {
    text-align: center;
    font-weight: bold;
}
