/**
 * CSS for the dynamic tables plugin
 *
 * @author Gareth
 * @since  1.0.0
 */

.tge-dynamic-table tr th {
    background-color: #009639;
    color: #fff;
    font-weight: 600;
}



.tge-dynamic-table tr .tgedt-desc {
    width: 600px;
}

.tge-dynamic-table tr .tgedt-title {
}


.tge-dynamic-table tr .tgedt-matchfunding {
	text-align: center;
}

.tge-dynamic-table {
    display: inline-block;
    border-radius: 2px;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    position:relative;
}

.tge-dynamic-table table {
    table-layout: fixed;
    width: 1170px;
    margin: 0 auto;
}
