.divTabNavigator
{
	font-size:14px;
	height:36px;
	position:relative;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.divTabNavigator .divButton
{
	border-bottom:2px solid transparent;
	color:#547736;
	cursor:pointer;
	float:left;
	height:34px;
	line-height:36px;
	min-width:60px;
	padding:0px 15px;
	transition:border-bottom 0.25s, box-shadow 0.25s;
	text-align:center;
}

.divTabNavigator .divButton.selected
{
	border-bottom:2px solid #547736;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 420px)
{
	.divTabNavigator .divButton
	{
		min-width:0px;
		padding:0px 10px;
	}
}