.js-tabs {
    margin-top: 4rem;
}

.tabs__item {
    display: inline-block;
}

.js-tabcontent[aria-hidden=true] {
    display: none;
}

.js-tablist__link:hover {
    text-decoration: none;
    background-color: #ccc;
    color: black;
}

.js-tablist__link {
    color: black;
    display: inline-block;
    width: 8em;
    height: 4em;
    text-align: center;
    vertical-align: middle;
    padding: .5em 1em .5em 1em;
    background-color: #f1f1f1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;		   
    /* z-index: 1000; */
}

a.js-tablist__link {
    text-decoration: none;
}

.js-tablist__link[aria-selected=true] {
    background: #e1f3f8;
    font-weight: bold;
    position: relative;
    border-left: 3px solid #205493;
    border-bottom: 1px solid #205493;
    color:#212121;
}

.js-tablist li::before {
    content: none;
}

a.js-tablist__link:focus {
    box-shadow: none;
}

li.js-tablist__item {
    position: relative;
    margin-bottom: .5rem;
}

.tabcontent_border {
  padding: 1.5em 0 1em 1.5em;
  overflow: hidden;
  width: auto;
  float: none;
  min-height: 400px;
  margin-bottom: 1.5em;
  margin-left:1em;
}

.tabcontent-dl dt {
    width: 25%;
}

.tabcontent-dl dd {
    width: 65%;
}

.tabcontent-dl dt span {
    float: right;
}

@media screen and (max-width: 950px) {
    ul.js-tablist {
	width:100%;
	margin:0;
	display:inline-block;
	clear:both;
    }
    .js-tablist__link {
	display: inline-block;
	padding: .5em 1em;
	margin: 5px 5px 0 0;
	float: left;
	font-size: 0.9em;
    }
    li.js-tablist__item {
	margin-bottom:0;
    }
    .js-tablist__link[aria-selected=true] {
      border:none;
    }
    .js-tablist__link[aria-selected=true]:after {
	display:none;
    }
}
