Index:Federal Noxious Weed List 2010.pdf/styles.css
Jump to navigation
Jump to search
.__table th{
font-weight:bold;
color:white;
text-align:center;
background-color:#76923c;
border-left:2px solid #9bbb59;
border-top:2px solid #9bbb59;
width:calc(100%/3)
}
.__table td{
color: #202122;;
padding-left:1em;
border-left:2px solid #9bbb59;
border-top:2px solid #9bbb59;
padding-right:1em;
}
.__table tr:nth-child(2n){
background-color:#eaf1dd;
}
.__table tr:last-child td{
border-bottom:2px solid #9bbb59;
}
.__table tr td:first-child{
font-weight:bold;
font-style:italic;
}
.__table th:last-child,
.__table td:last-child{
border-right:2px solid #9bbb59;
}