element.style {
}
Matched CSS Rules
user agent stylesheet
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
Inherited from table
user agent stylesheet
table {
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: medium;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: -webkit-auto;
}
user agent stylesheet
table {
border-collapse: separate;
border-spacing: 2px;
}
Inherited from td
1.css:23
body, td, th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00403C;
}
Inherited from table
user agent stylesheet
table {
white-space: normal;
line-height: normal;
font-weight: normal;
font-size: medium;
font-variant: normal;
font-style: normal;
color: -webkit-text;
text-align: -webkit-auto;
}
user agent stylesheet
table {
border-collapse: separate;
border-spacing: 2px;
}
Inherited from body
1.css:23
body, td, th {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00403C;
}