.secnav_tabs {
    margin: 1.5em 0 1.5em 0;
    height: 42px;
    margin-top: 30px;
  }

  .secnav_tabs ul.tabs-list-secNav {
    font-size: 1em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ccc;
    height: 42px;
  }

  .secnav_tabs ul.tabs-list-secNav li {
    border: 0 none;
    display: inline;
    float: left;
    margin: 0 0.3em 0 0;
    padding: 0;
  }

  .secnav_tabs ul.tabs-list-secNav li a {
    display: block;
    float: left;
    font-weight: normal;
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.75em;
    background: transparent;
    color: #0c4350;
    border-bottom: 1px solid transparent;
  }

  .secnav_tabs ul.tabs-list-secNav li a:focus, .secnav_tabs ul.tabs-list-secNav li a:hover, .secnav_tabs ul.tabs-list-secNav li a:active {
    background: #eee;
    border-radius: 0.2em 0.2em 0 0;
    color: #000;
    font-weight: normal;
    outline: 0 none;
    text-decoration: none;
  }

  .secnav_tabs ul.tabs-list-secNav li.current a, .secnav_tabs ul.tabs-list-secNav li.current a:focus, .secnav_tabs ul.tabs-list-secNav li.current a:hover, .secnav_tabs ul.tabs-list-secNav li.current a:active {
    background: #fff;
    border: 1px #ccc solid;
    border-bottom: 0 none;
    border-radius: 0.2em 0.2em 0 0;
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }

  .secnav_tabs .tabhead {
    position: absolute;
    left: -32768px;
    /* LTR */
  }

  .secnav_tabs .content .content {
    border-top: 1px #ccc solid;
    clear: both;
    padding: 0;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }

  .secnav_tabs .current-info, .secnav_tabs .accessibletabsanchor {
    left: -999em;
    position: absolute;
  }

  .secnav_tabs .tabbody .ym-grid {
    margin: 1.5em 0;
  }

  /* Avoid margin collapsing to enable correct sync of all tabs */
  .secnav_tabs .tab-content {
    border-bottom: 1px transparent solid;
    border-top: 1px transparent solid;
    *overflow: hidden;
  }
