#intradayprice_asofdate {
  font-style:italic;
}
.ipasOf {
  font-style:italic;
}

#pdTable tr:hover {
  background-color: #f5f8fc;
}

.pd-chart__wrapper {
   font-family: 'Inter',helvetica,sans-serif;
   font-size: 14px;
   color: #2d4c70;
   text-decoration: none solid rgb(45, 76, 112);
}

.pd-chart__wrapper ul li {
  display:inline;
  list-style: none;
  background: none;
  margin: 0;
}

.pd-disclosure {
	padding-top: 25px;
}

[data-id="pd-selection"].pd-period-heading {
	margin-top:0;
}

.pd-chart__table {
	width: 100%;
}

.pd-chart__container {
	left: 0;
}

/*BUTTONS for the new Linechart*/

/* ---------------------------------------------------------------------- */
/* buttons
/* ---------------------------------------------------------------------- */

.pd-chart__wrapper {
	position:relative;
}

.pd-chart_y-axis__container {
	display: block;
	position:relative;
}

#pd-chart_y-axis {
	background: #f8f7fb;
	padding-right: 3px;
	width: 48px;
	position:absolute;
	left:0;
	top:30px;
}

.pd-chart__container  {
	position: relative;
	padding: 30px 0 20px 0;
	overflow-x: auto;
}

.pd-chart__container--historical_price {
	height: 350px;
	position: relative;
}

.pd-chart__container--canvas {
	position: absolute;
	left: 0;
	top: 0;
}

.pd-chart__legend {
	text-align:center;
	margin-top: 15px;
}
/* 
#pd-historical-price__tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 2px solid #d6dadc;
	height: 45px;
}

.tabs-title {
	float: left;
	margin-right: 2px;
}

.tabs-title > a {
	width: 150px;
	height: 45px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	fill: #f5f8fc;
	border-bottom: 2px solid #d6dadc;
	color: #3e5d82;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Inter',helvetica,sans-serif;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.tabs-title > a.active {
	color: #0077c8;
	text-decoration: none;
	background-color: #f5f8fc;
	border-bottom: 2px solid #0077c8;
}

.tabs-title > a:hover {
	color: #0077c8;
  cursor: pointer;
} */

.pd-chart__table {
	border: 0;
} 
.pd-chart__table th {
	border-radius: 4px;
	background: #f5f8fc;
}

.pd-chart__table th, .pd-chart__table td { 
	border: 0;
	color:  #3e5d82;
	font-family: 'Inter',helvetica,sans-serif;
	font-size: 18px;
	text-align: center;
}

#dailyDataTableWrapper {
  color: #edf2f7;
}
