body {
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.container{
	padding-top: 20px;
	padding-bottom: 20px;
}

button.postButton {
	background:none;
	border:none;
	padding:0;
	font-family:arial,sans-serif;
	color:#009980;
	text-decoration: underline;
	font-size:100%;
	cursor:pointer;
}

button.postButton:hover{
	text-decoration:underline;
}

table.resTable {
	margin-bottom: 0 !important;
}
	.resTable th {
		/*background-color: #ddeaff !important;
		color: #1468A8 !important;*/
		background-color: #007bff !important;
		color: white !important;
		font-weight: normal;
	}

.fit {
	width: 1% !important;
	white-space: nowrap;
}

.table-hover > tbody > tr.select-row:hover > td,

.fa {
	cursor: pointer;
}

.scrollable-menu {
	height: auto;
	max-height: 570px;
	overflow-x: hidden;
}

.portfolio-item {
	margin-bottom: 30px;
}
