How can I specify the ccs coding for only one table? I have tried identify the table and I am having not luck. below is the code I am using. Can you please tell me how to specify the table. It is id="q91" class="form-q label-left cf-table-block label-left"
table {
border-width: 1px;
border-spacing: 4px;
border-style: groove;
border-color: gray;
border-collapse: separate;
background-color: rgb(255, 255, 240);
}
table th {
border-width: 2px;
padding: 3px;
border-style: inset;
border-color: gray;
background-color: rgb(255, 255, 240);
-moz-border-radius: ;
}
table td {
border-width: 2px;
padding: 3px;
border-style: inset;
border-color: gray;
background-color: rgb(255, 255, 240);
}