div.follow-table {
	width: 50%;
	margin: auto;
	display: none;
}

div#tabs {
	display: flex;
	width: 30%;
	justify-content: center;
	margin: auto;
	margin-bottom: 20px;
}

div.follow-tabs {
	width: 100%;
	text-align: center;
}

div.follow-row {
	display: flex;
	justify-content: center;
	margin: auto;
	width: 80%;
	height: 40px;
	font-size: 20px;
	align-items: center;
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
}

div.follow-row:hover {
	background-color: #395061;
	border-radius: 5px;
	color: aliceblue;
}

div.follow-elements {
	text-align: center;
	width: 33%;
}

a.username:hover {
	text-decoration: underline;
}

.tab-select {
	border-bottom: 2px solid #4287f5;
}

.follow-tabs:hover {
	cursor: pointer;
	border-bottom: 2px solid #4287f5;
}

@media only screen and (max-width: 850px) {
	div#tabs {
		width: 80%;
	}

	.follow-table {
		width: 80% !important;
	}

	.follow-row {
		font-size: 14px !important;
	}
}
