.table {
    /*border:red 1px solid;*/
    overflow:hidden;
}
.tr {
    border:black 1px solid;
    clear:both;

    /*margin-top:20px;*/
    
}
.td1 {
    border:silver 1px solid;
    width:120px;
    height:80px;
    float:left;
    font-size: large;
    text-align: center;
}
.td2 {
    border:silver 1px solid;
    width:90px;
    height:80px;
    float:left;
    text-align: center;
}
.td3 {
    border:transparent 1px solid;
    margin-left:214px;
    /*margin-bottom: 20px;*/
    /*overflow:hidden;*/
    zoom:1;
}
.el {
    border:silver 1px solid;
    width:90px;
    height:80px;
    float:left;
    text-align: center;
}

.clear {
    clear:both;
}
