#tabber-widget {
	width: 99%;
	float:left;
	margin-bottom: 2em;
}
#sidebar #tabber-widget {
	width: 100%;
	float:left;
}
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber, .tabberlive {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
    float:left;


}
#tabber-widget .tabbertab ul li ul li ul li {
}

#tabber-widget .tabbertab ul li {

}
#tabber-widget .tabbertab ul li ul {
  	border: 0 none;
	padding: 0 !important;
	width: 100%;
}

#tabber-widget .tabbertab ul li ul li {
}

#tabber-widget .tabbertab  {
	margin: 0px;
	padding: 4%;
	float: left;
	width: 92%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background-color: #FFF;
}

#container #tabber-widget aside, #container #tabber-widget aside > ul, #container #tabber-widget .avatar-block, #container #tabber-widget .extra-block {
	padding:0;
	border: 0 none;
	margin:0 !important;
	width:100%;
    font-size:1.05em;
}
#container #tabber-widget aside li:last-of-type {margin:0;}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	padding: 0 !important;
	margin: 0px;
	float: left;
	width: 100% !important;
	letter-spacing: normal;
	color: #FFF;
	background-color: #2E3639;
}

#container ul.tabbernav li
{
	list-style: none;
	width:auto !important;
}

ul.tabbernav li a, ul.tabbernav li a:hover
{
	color: #FFF;
	text-decoration: none;
	padding: 0.5em 1em;
    display: inline-block;
	font-size: 1.5em;
	margin-bottom: 0em;
	float: left;
}

ul.tabbernav li.tabberactive a,ul.tabbernav li.tabberactive a:hover
{
	background-color: #F54A05;

}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	position: relative;
	

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {

}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 overflow:auto;
}
