#tf {
    min-height: 100px;
}

    #tf.loading:before {
        position: absolute;
        content: '';
        background: transparent url(tfembedded/loading.gif) center center no-repeat;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 999999;
    }

    #tf table {
        background: none;
    }

        #tf table td {
            text-align: left;
            color: black;
        }

#tf table td {
    text-align: left;
	color: black;
}
.tfcontainer {
	width: 100%;
}
