/*   
Theme Name: edoMidas 2021
Theme URI: http://habanero.digital
Description: Design, pages and scripts for edoMidas
Author: Steven Clark
Author URI: http://habanero.digital
Version: 1
*/

.text-content .columns {
	flex: 0 1 auto;
    width: 100%;
}
.content-table {
	overflow: scroll;
	width: 100%;
	position: relative;
	height: auto;
}
.content-table table {
	min-width: 650px;
}
table {
	font-size: 1em;
	border: 1px solid $light-gray;
	margin: 1.5em 0;
}
table thead, table tbody, table tfoot {
	border: 0;
}
table th, table td {
	padding: 0.95em 1.05em 0.75em 1.05em;
}
table thead {
		background: #7cbb4b;
		color: white;
}
table tbody tr {
	background: white;
}
table tbody tr:nth-child(2n) {
	background: #e6e6e6;
}
table tbody th, table tbody td {
	color: black;
}