@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

body {
	/*font-size: 75%;*/
}



/* LOGO */
.site-name {
	font-size: 1.3em;
	font-family: "Roboto Condensed", sans-serif;
}



/* MENU ACCOUNT */
.menu--account {
	display: flex;
	flex-direction: row;
	/*flex-direction: row-reverse;*/
	/*float: right;*/
}

.menu--account .menu {
	display: flex;
	margin: 0;
}

.menu--account .menu li {
	list-style: none;
	/*padding-left: 15px;*/
}


/* MENU MAIN */
.menu--main {
	display: flex;
	flex-direction: row;
	/*float: left;*/
}

.menu--main .menu {
	display: flex;
	margin: 0;
}

.menu--main .menu li {
	list-style: none;
	/*padding-right: 15px;*/
}



/* TABLE */
.views-table tbody tr td {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.views-table thead tr th,
.views-table tbody tr td h6 {
	font-family: "Roboto Condensed", sans-serif;
	font-size: small;
}

.views-table tbody tr td .tablesaw-cell-content {
	font-family: monospace;
	font-size: medium;
	float: right;
}

.views-table tbody tr td:first-child {
	float: left;
	margin: 0px;
	text-align: left;
}

.views-table tbody tr td:first-child h6 {
	margin-top: 4px;
	margin-bottom: 4px;
}

.view-filters {
	/*float: right;*/
}

.views-exposed-form .form--inline {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.form-item-items-per-page {
	display: flex;
	flex-direction: row;
	align-items: center;
	grid-template-columns: 65% 35%;
}

.form-item-items-per-page label {
	margin-right: 10px;
}

.view-filters label,
.button {
	/*font-weight: lighter;*/
}

.view-filters .form-submit {
	/*display: none;*/
}



.pager__item a {
	font-weight: normal;
}
/*
@media only screen and (max-width: 1080px) {

	.ui-tabs .ui-tabs-panel,
	.ui-tabs-panel,
	.ui-corner-bottom,
	.ui-widget-content,
	.layout-container {
		padding: 0px;
		margin: 5px;
	}

	.tablesaw th,
	.tablesaw td {
		padding: 0.2em;
	}
}


@media only screen and (max-width: 640px) {

	.view table thead {
		/*display: none;* /
	}

	.tablesaw-stack tbody tr {
		padding-top: 20px;
	}

	.view table tbody tr:first {
		border: 0px;
	}

	.tablesaw-stack tbody tr:first-child {
		border-bottom: 0px;
	}

	.tablesaw-stack tbody tr h6 {
		margin: 0px;
	}

	.tablesaw-cell-content {
		float: right;
	}

	.tablesaw-cell-label {
		font-weight: normal;
	}

}
*/