.rdm_ft_table_container {
	overflow-x: hidden;
}

.rdm-footable {
	font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: none;
	position: relative;
}

.rdm-footable>tbody>tr>td, .rdm-footable>thead>tr>th {
	font-size: 16px;
}

.rdm-footable tbody tr:nth-child(even) {
	background-color: #EAEAEA;
}

.rdm-footable>thead>tr:first-child>th.footable-first-column, .rdm-footable>thead>tr:first-child>td.footable-first-column,
.rdm-footable>thead>tr:first-child>th.footable-last-column, .rdm-footable>thead>tr:first-child>td.footable-last-column,
.rdm-footable>tbody>tr:last-child>td.footable-first-column, .rdm-footable>tbody>tr:last-child>td.footable-last-column {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#rdm_ft_search_filter {
	background: #EFEFEF;
	border-color: #C6C6C6 #D8D8D8 #D8D8D8;
	border-style: solid;
	border-width: 1px;
	color: #2E2E2E;
	font-family: 'proxima-nova', Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	height: 38px;
	height: 3.8rem;
	line-height: 38px;
	padding-left: 2%;
	min-width: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 2px 3px #DCDCDC;
	-moz-box-shadow: inset 0px 2px 3px #DCDCDC;
	box-shadow: inset 0px 2px 3px #DCDCDC;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.rdm-footable thead tr th {
	background-color: #2E2E2E;
	background-image: none;
	color: #fff;
	text-shadow: none;
}

#rdm_ft_shortcode_dropdown_filter_chosen {
	float: left;
	margin-bottom: 15px;
}

.rdm_ft_scroll_buttons_container {
	float: right;
	padding-top: 22px;
	margin-bottom: 10px;
	display: none;
}


.rdm_ft_scroll_left, .rdm_ft_scroll_right {
	margin: 0px 3px;
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.rdm_ft_scroll_left {
	background-image: url('https://www.moneysense.ca/wp-content/plugins/rdm-footable/media/images/arrow_left.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	cursor: default;
}

.rdm_ft_scroll_right {
	background-image: url('https://www.moneysense.ca/wp-content/plugins/rdm-footable/media/images/arrow_right.png');
	margin-right: 0px;
}

.rdm_ft_scroll_buttons_container.rdm_ft_table_bottom {
	padding-top: 0px;
}

.footable.rdm-footable [class*="column"]+[class*="column"]:last-child {
	float: none;
}