.tabbed-element {
  clear: both;
}
.tabbed-element .content-container {
  position: relative;
}

.tabbed-element .content-container .element {
  position: absolute;
  top: 0; left: 0;
  visibility: hidden;
}

.tabbed-element .element-link {
  position: relative;
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color:  #F5F5F5;
  border-top: 0px solid grey;
  border-left: 1px solid transparent;
  border-right: 1px solid white;
  border-bottom: 1px solid #DBE7EE;
  color: #0069a3;
  background-color: #DBE7EE;
}

.tabbed-element .element-link.active {
  color: #666666;
}

.tabbed-element .element-link.active,
.tabbed-element .element-link:hover
{
  cursor: pointer;background-color: white;
}
.tabbed-element .element-link:hover{
    color: #666666;
    background-color: #edf0f8;
}

.tabbed-element .element-link.active {
  background-color: white;
}
