/*
Theme Name: Panoramic-child
Version: 1.0
Description: A child theme of Panoramic
Template: panoramic
*/

@import url("../panoramic/style.css");

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

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

tr:nth-child(odd) {
    background-color: #ccffcc
}