/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.dynamictable table, .dynamictable td, .dynamictable th {
    border: none;
}

.dynamictable .jet-dynamic-table {
    border-radius: 12px;
    overflow: hidden;
    border-collapse: collapse;
}

.dynamictable .jet-dynamic-table__row {
    border-bottom: none;
}

.dynamictable .jet-dynamic-table__col {
    border-right: 1px solid #e0e0e0;
}

.dynamictable .jet-dynamic-table__col:last-child {
    border-right: none;
}

.dynamictable .jet-dynamic-table__header .jet-dynamic-table__col {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.dynamictable .jet-dynamic-table__header .jet-dynamic-table__col:last-child {
    border-right: none;
}

.dynamictable table, table.dynamictable {
    background: #F5F5F5;
    background-color: #F5F5F5;
	font-size: 20px;
    color: #777;
	
}