/*
 This is the height style for this element, the editor box (textarea)
 It has a class of: crdoco-cssedit
 Pressing F12, or right clicking it and choosing inspect will give you more information.
*/
.crdoco-cssedit {
    height: 300px;
}


/*
For the table
*/
table.CICETable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*
  margin-left: auto;
  margin-right: auto;
 */
}

    table.CICETable td, #customers th {
        /* border: 1px solid #ddd; */
        padding: 8px;
        text-align: left;
    }

    /*
table.CICETable tr:nth-child(even){background-color: #f2f2f2;}
*/

    table.CICETable tr:hover {
        background-color: #ddf;
    }

    table.CICETable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        /* background-color: #EEEEFF; */
        color: black;
    }
/*

For the table
*/