.simple-reports__columns {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}
.simple-reports__column {
	flex: 1;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

/* Filters */

.simple-reports-filters .flatpickr {
	border: 1px solid #c3c3c3;
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 8px;
    max-width: 360px;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
}

/* Tables */
td.total,
th.total {
	text-align: right !important;
}

th.total > a {
	float: right;
}
