/**
 * This file holds any CSS that is not dependant on the RemovalItem custom field in Gravity Forms
 **/


/**
 * Gravity View
 **/

/*fixes the zipcodes from overflowing in the gravity view table*/
table.gv-table-view td {
    word-wrap: break-word !important; 
    overflow-wrap: break-word !important;     
}

.gv-table-view tfoot { 
    display:none; 
}

.dashicons, .dashicons-before:before {
    text-decoration: none !important;
}