/*
Theme Name: APLFCU
Author: Pannos Marketing
Author URI: https://www.pannosmarketing.com/
Description: A customized WordPress theme for Applied Physics Lab Federal Credit Union.
Requires at least: 6.0.3
Tested up to: 6.0.3
Requires PHP: 7.4.32
Version: 1.0
*/

/* Cleanup for Rates Accordion Styles */

.rate-accordions {
	
	.accordion-text, .content.rate_table {
	    width: 100%;
	}

	p.effective_date {
	    font-size: 16px;
	}

	table.editableTable {
	    width: 100%;
	    text-align: left;
	    border-spacing: 0 2rem;
	    border-collapse: separate;
	}

	table.editableTable tbody tr td {
	    background: white;
	    padding: 1rem;
	}

	table.editableTable tbody tr td:first-child {
	    border-radius: 10px 0 0 10px;
	}

	table.editableTable tbody tr td:last-child {
	    border-radius: 0 10px 10px 0;
	}

}