  /* data table */
table.ctable p,
table.ctable span {
        margin: 0px;
        color: #000000;
}

table.ctable {
        width: 100%;
        padding: 0px;
        border: 1px solid #eee;
        border-collapse: collapse;
}

table.ctable th {
        padding: 5px;
        color: #fff;
        background-color: #eee;
        text-align: left;
}

table.ctable td {
        border: 1px solid #eee;
        padding: 5px;
        margin: 0;
}

table.ctable td p {
        margin: 0px;
}

table.ctable tr:nth-child(even) {
        background-color: #fff;
}
table.ctable tr:nth-child(odd) {
        background-color: #fff;
}

table.ctable a { text-decoration: none; }
table.ctable a:hover { text-decoration: none; }
