@font-face {
	font-family: 'Burberry-Regular';
	src: url('Burberry_Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

#container-wrapper {
	max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Burberry-Regular' !important; 
	font-size: 18px;
}

.tabs ,
.focus,button{
    font-family: 'Burberry-Regular' !important;
}

[role="tablist"] {
    min-width: 100%;
    text-align: center;
    border-bottom: 0px solid #dbdbdb;
}

[role="tab"] {
    display: inline-block;
  position: relative;
  z-index: 2;
  top: 0px;
  margin: 0;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  font-weight:400;
  width: auto;
  overflow: hidden;
  color: #000000;
  margin: 0px 1px;
  font-weight: bold;
  font-size: 15px !important;
  cursor: pointer;
  border: 0px;
  border-bottom: 1px solid transparent;
  padding: 1em 0em;
  border-radius: 0px !important;
  margin-right: 1.5em;
  font-family: 'Burberry-Regular' !important;
}

[role="tab"][aria-selected="true"],
[role="tab"]:focus,
[role="tab"]:hover {
    border-bottom: 1px solid #000f9f !important;
    color: #000f9f !important;
}

[role="tabpanel"] {
    padding: 5px;
    min-height: 10em;
    width: 100%;
}

[role="tabpanel"].hidden {
    display: none;
}
#shareseries-tabpanel_iframe,
#splookup-tabpanel_iframe,
#investmentcal2-tabpanel_iframe{
    border: none; 
}
