  .simple-tabs ul { 
    /*resets*/margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 100%;
 list-style: none;
 float: left;
 position: relative;
 border-right: 0px solid #ddd;
 bottom: -3px;
  }
  .simple-tabs li { 
    /*resets*/margin: 1.5px;
 padding: 0;
 border: 0;
 outline: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 100%;
 list-style: none;
 float: left;
 border: 1px solid #ddd;
 border-bottom: none;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius:4px 4px 0 0;
 border-radius:4px 4px 0 0;
  }
  .simple-tabs li a { 
    /*resets*/margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 line-height: 1.3;
 text-decoration: none;
 font-size: 70%;
 font-weight: bold;
 list-style: none;
 float: left;
 text-decoration: none;
 padding: 0.3em 2em;
 color: #555555;
 background: #e6e6e6;
 -webkit-border-top-left-radius: 4px;
 -moz-border-radius:4px 4px 0 0;
 border-radius:4px 4px 0 0;
  }
  .simple-tabs li a:hover { 
  background: #dadada;
  color: #212121;
 
  }
  .simple-tabs li.selected-tab { 
  border-bottom-color: #fff;
  }
  .simple-tabs li.selected-tab a, .simple-tabs li.selected-tab a:hover { 
  background: #fff;
  }
  .tab-panel { 
  clear:left;
 margin: 1.5px;
 border: 1px solid #d3d3d3;
 background: #ffffff;
 color: #222222;
 padding: 1.5em 1.7em;
  }
 