	.tabber { overflow: hidden; }

	.tabber .tabber-menu { display: block; margin: 0; padding: 0; }
	.tabber .tabber-handle {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ccc -moz-use-text-color #ccc #ccc;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  color: #616161;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 11px;
  text-decoration: none;
  transition: none 0s ease 0s ;
}
.tabber .tabber-handle:nth-child(5), .tabber .tabber-handle:nth-child(8), .tabber .tabber-handle:nth-child(11), .tabber .tabber-handle:nth-child(15), .tabber .tabber-handle:nth-child(17), .tabber .tabber-handle:nth-child(19) {
  border-right: 1px solid #eaeaea;
}
	
.tabber .tabber-handle.active {
  background: #628dbd none repeat scroll 0 0;
  color: #fff;
}
	.tabber .tabber-handle.mobile { display: none; float: none; }

	.tabber .tabber-tab { clear: both; display: none; }
	.tabber .tabber-tab.active { display: block; }

	/* Vertical */
	.tabber.vertical .tabber-menu { float: left; width: 20%; }
	.tabber.vertical .tabber-handle { display: block; width: 100%; }
	.tabber.vertical .tabber-handle.mobile { display: none; }

	.tabber.vertical .tabber-tab { clear: none; float: right; min-height: 100%; width: 80%; }

	/* Mobile */
	.tabber.mobile .tabber-handle { display: none; }
	.tabber.mobile .tabber-handle.mobile { display: block; }

	.tabber.vertical.mobile .tabber-menu,
	.tabber.vertical.mobile .tabber-tab { float: none; width: 100%; }
/*
     */
/*
*/