.sub-region {
    margin: auto;
    float: left;
    padding: 5px;
}
.info-area {
    border-top: 2px solid #3CB371;
    margin-bottom: 80px;
}
.compound-name, .enzyme-name {
    margin-top: 10px;
    padding: 15px;
    font-weight: 600;
    color: #3CB371;
    font-size: 24px;
    border-top: none;
    margin-bottom: auto;
}
.image {
    border: solid 1px #DCDCDC;
}
.link-vendor {
    width: 100%;
}
.info-card {
    width: 100%;
    display: flex;
}
.cross-link,
.vendor{
    width: 50%;
}
.grid-molBtn span{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.grid-molBtn {
    margin: 0px;
    position: absolute;
    bottom: 2px;
    left: 18px;
    right: 18px;
    z-index: 999;
    color: #3CB371;
    line-height: 19px;
}

h3 {
    color:#3CB371;
}


table.singleMolInfo {
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom: 0px;
}

.list {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    color: #333;
}

.list .sub-thead {
    text-align: center;
    vertical-align: middle;
    height: 39px;
    color: #3CB371;
}

.list .thead-row {
    display: table-row;
    text-align: center;
    vertical-align: middle;
    height: 39px;
    font-size: 18px;
    /*color: #3CB371;
    box-shadow: inset 0 1px #ddd; */
}

.list .thead-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}



.list .frame {
    display: table-row;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    list-style: none;
    /*box-shadow: inset 0 1px #ddd;*/
}


/* .list .frame:nth-child(even) {
    background-color: #fbfcfd;
} */

.list .tcell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-shadow: inset 0 1px #ddd;
}
.list .frame .image {
    background: #f5f5f5;
    position: relative;
    line-height: 0;
    border: 0;
}
.list .thead-mols {
    width: 30%;
}

.list .tcell-Smilarity{
    width: 350%;
}

.list .tcell-ID {
    width: 35%
}