table.sdtable {
    border-collapse: collapse;
    border: none;
    margin: 0;
    padding: 0.3em 0;
    background: transparent url(../images/paperi-viivat-oikea.png) right top repeat;
    width: 100%;
    box-shadow: 4px 4px 10px black;
    -moz-box-shadow: 4px 4px 10px black;
    -webkit-box-shadow: 4px 4px 10px black;
}

.sd_content .sdtable {
    width: 90%;
    margin: 1.5em auto;
}

table.sdtable td {
    padding: 0 2em;
    margin: 0;
    vertical-align: baseline;
}

 table.sdtable table.sdtable {
    border-collapse: collapse;
    background: none;
    border-width: none;
    border-image: none;
    -moz-border-image: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border: none;
}

.sdtable td:first-child {
    min-width: 2em;
    max-width: 6em;
    width: 4em;
    text-align: center;
    padding: 0;
    overflow: visible;
}

.sdtable td:first-child+td {
/*    min-width: 5em; */
    padding: 0.3em 1em;
}

.sdtable tr, 
.sdtable td {
    border: none;
}

.sdtable .highlight {
    color: #a00;
}
.sdtable .sdextra {
    color: #a00;
    margin-left: 1.5em;
}
