.tab-wrapper ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #0095A7;
}
.tab-wrapper ul.tabs li {
  float: left;
  margin: 0;
  padding: 0;
  height: 31px;
  line-height: 31px;
  border: none;
  border-left: none;
  overflow: hidden;
  position: relative;
	margin-right: 5px;
	background-color: #BBE8ED;

}
.tab-wrapper ul.tabs li a {
  text-decoration: none;
  display: block;
  font-size: 1.2em;
  padding: 0 20px;
  outline: none;
}
.tab-wrapper ul.tabs li a:hover {
  background: ffffff;
}
html .tab-wrapper ul.tabs li.active a,
html .tab-wrapper ul.tabs li a{
	font-family: 'open_sans_condensedbold',"WellrockSlabBoldRegular",Garamond,"Hoefler Text",Palatino,"Palatino Linotype",serif;
  color: #0095A7;
  font-size: 16px;
  font-weight: normal;
}

html .tab-wrapper ul.tabs li.active,
html .tab-wrapper ul.tabs li.active a:hover  {
  background: #0095A7;
  border-bottom: 1px solid #0095A7;
}

html .tab-wrapper ul.tabs li.active a,
html .tab-wrapper ul.tabs li.active a:hover  {
  color: #ffffff;
}
.tab-wrapper .tab_container {
  clear: both;
  float: left;
  width: 100%;
}
.tab-wrapper .tab_content {
  font-size: 1.2em;
}
.tab-wrapper .tab_content {
  display: none;
}
.tab-wrapper .tab_content.active {
  display: block;
}
.tab-wrapper {
  position: relative;
}

.tab-wrapper .right-tab{
  position: absolute;
  right: 0;
  top: 5px;
  width: 330px;
}

.tab-wrapper ul.tabs {
  margin-top: 10px;
}

.tab-wrapper .right-tab div.shr-bookmarks{
  margin-top:0;
  width: 240px;
  clear: none !important;}

.tab-wrapper .right-tab .facebook-like{
  margin-top: 10px;
  float: left;}