/* djmass default style sheet */

a:link { color:red; }
a:visited { color:red; }
a:active { color:red; }
a:hover { font-weight: bold; color:black; }

h1,h2,h3,h4,h5,h6 { font-family: verdana, helvetica, arial, sans-serif; color:black; }

body { font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; background:#FFFAF0; }

p { font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; white-space:pre}

table,th,tr,td {font-family: helvetica, verdana, arial, sans-serif; font-size: 10pt; }

th { text-align:center; background:#999999; }

ol,ul { line-height: 125%; }

hr { height: 1px; }

tt, pre { font-family: monospace; font-size: 9pt; text-align:left; background: #FFFFFF; }


table.summary tr { background-color:white; color:black; }
table.summary tr:hover {background-color: #f5f5f5;}
table.summary td { text-align:center; }

table.mass tr:hover {background-color: #f5f5f5;}
table.diam tr:hover {background-color: #f5f5f5;}

table.ref a, table.ref a:hover { color: black; }  

table.catalog { width: 100%; border: 2px solid black; border-collapse: collapse; border-spacing:2px ;}  /* table-layout: fixed; width: 70%;  */
table.catalog th {padding: 5px; border: 1px solid black; border-bottom: 2px solid black; }
table.catalog tr { background-color:white; color:black; border: 1px solid black; }
table.catalog tr:hover {background-color: #f5f5f5;}
table.catalog td { text-align:center; border: 1px solid black; border-collapse: collapse; padding: 3px; } /* border-bottom: 1px solid black; */
table.catalog a:link, table.catalog a:visited { color: black; }
table.catalog .table-cell:nth-child(1) {background: gray; }

table.catalog th:nth-of-type(1) {border-right: 2px solid black;}
table.catalog tr td:nth-of-type(1) {border-right: 2px solid black;}

table.catalog th:nth-of-type(7) {border-right: 2px solid black;}
table.catalog tr td:nth-of-type(7) {border-right: 2px solid black;}

table.catalog th:nth-of-type(16) {border-right: 2px solid black;}
table.catalog tr td:nth-of-type(16) {border-right: 2px solid black;}

table.catalog tr td:nth-of-type(2) {text-align: right; }
table.catalog tr td:nth-of-type(3) {text-align: left; }


/* https://stackoverflow.com/questions/24322599/why-cannot-change-checkbox-color-whatever-i-do */
/* input[type="checkbox"] { filter: invert(100%) hue-rotate(18deg) brightness(1.7); } */

/* Get rid of these dstandard blue bg in check boxes and radio buttons in Opera, Chrome etc. */
input[type='checkbox'], input[type='radio'] { filter: grayscale(1) opacity(80%) ; }
