﻿.tabs {
	display: flex;
	margin-bottom: 5px;
	border-bottom: 2px solid rgba(34,36,38,.15);
}

.tab {
	margin: 0 0 2px 0;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	transition: color .1s ease;
	line-height: 1;
	cursor: pointer;
	font-size: 14px;
}

.tab:hover {
	color: white !important;
	background: silver !important;
}
