#greentable {
margin-bottom:18px;
}
#greentable:after {
content: " ";
clear:both;
display:block;
}
#col1, #col2, #col3, #col4 {
margin-right: 1px;
float: left;
}
#col1 {
width: 118px;
}
#col2 {
width: 64px;
}
#col3 {
width: 123px;
}
#col4 {
width: 91px;
}
#greentable p {
color: #111;
text-align: right;
margin: 0 0 1px;
background-color: #E2EFDA;
padding: 2px 4px;
font-size: 80%;
}
#greentable p:first-child {
color: #fff;
text-align: left;
font-weight: bold;
background-color: #70AD47;
margin-bottom: 3px;
}
#greentable p:nth-child(2n) {
background-color: #C6E0B4;
}
#col1 p {
text-align: left;
}