/* Tablazat -------------------------------------*/

.fs-table-container {
	overflow-x: auto;
}

.fs-table-container table tr:nth-child(even) {
	background: #f5f5f5;
}

.fs-table-container table th{
	background: #dddddd;
}

.fs-table-container table th:first-child,
.fs-table-container table td:first-child {
	padding-left: 0.5em;
}

.fs-table-container table th:last-child,
.fs-table-container table td:last-child {
	padding-right: 0.5em;
}

.fs-table-container table tr:hover {
	background-color: #dddddd;
}

.fs-table-container .ar {
	text-align: right;
}

/* Absolute footer ------------------------------*/

.fs-logo img{
	height: 1.5em;
	padding-right: 0.4em;
}

.absolute-footer {
	padding: 15px 0 15px !important;
}

.footer-secondary {
	padding: 0 !important;
}