.elements {
    width: 100%;
    margin-top:20px;
    border-collapse:collapse;
}

.elements td {
    border-top: 1px solid #003300;
    border-bottom: 1px solid #003300;
    padding: 5px;
}
.elements thead {
    background: #2b6139;
    color:#CCC;
}
 
.elements thead td {
    padding: 0px 5px;
}

td.border_left {
    border-left: 1px solid #003300;    
}

td.border_right {
    border-right: 1px solid #003300;    
}

.textcenter {
    text-align: center;
    width: 120px;
}

.textcenter img {
    margin: 0 auto;
}