@font-face {
    font-family: "HankenGrotesk";
    src: url('fonts/HankenGrotesk-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HankenGrotesk";
    src: url('fonts/HankenGrotesk-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HankenGrotesk";
    src: url('fonts/HankenGrotesk-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html,
body,
.ControllTD,
#TD_print,
#TD_detach_graph,
#TD_download_excel,
#TD_color_blind_mode,
.navigation ul li a,
.PerformanceTab_DDL_Performance_Function,
.PerformanceTab_Performance_NA_Value {
    font-family: 'HankenGrotesk', sans-serif;
	font-size: 18px;
	color: #242424;
}
.comparelegend_eachname,
.comparelegend_colon,
.comparelegend_eachvalue,
.comparelegend_separator {
	color: #242424!important;
}
.highstocklegend {
	font-size: 18px!important;
}

.legendSharesDiv {
    white-space: wrap;
}

body {
	margin: 0;
}

a:visited,
a:link {
	color: #273A84;
	
	font-weight: normal;
	text-decoration: none;
	font-style: none;
}

a:active,
a:hover {
	color: #273A84;
	
	font-weight: none;
	text-decoration: none;
	font-style: none;
}

/* Tool max-width */

#container {
    max-width: 1250px;
    margin:0 auto;
    position: relative;
}

#shareGraph {
	min-height: 0;
}

/* PLUS AND MINUS START */

.minus span,
.Minus span,
.PerformanceTab_Performance_Negative_Value,
.PerformanceTab_Performance_By_Year_Negative_Value {
    color: #EB000B;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
}

.minus span:before,
.Minus span:before,
.PerformanceTab_Performance_Negative_Value:before,
.PerformanceTab_Performance_By_Year_Negative_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-top: 0.7em solid #EB000B;
}

.plus span,
.Plus,
.PerformanceTab_Performance_Positive_Value,
.PerformanceTab_Performance_By_Year_Positive_Value {
    color: #02836E;
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
	
}
.plus span:before,
.Plus:before,
.PerformanceTab_Performance_Positive_Value:before,
.PerformanceTab_Performance_By_Year_Positive_Value:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -0.4em;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.7em solid #02836E;
}
/* PLUS AND MINUS END */

/* GENERAL - TABLES & HEADINGS & TICKER AREA */

/* HEADING */

.legenddate {
	color: #273A84 !important;
	font-size: 20px;
	font-weight: normal;
	
	font-family: inherit;
}
.Orders_TitleTD_Right {
	color: #273A84;
	font-weight: normal;
	
	font-family: inherit;
}

.Orders_TitleTD_Left,
.TradesByBroker,
.DivLastestShareTrades span,
.PerformanceTab_TD_Select_Type_Label {
    line-height: normal;
	margin: 0px;
	padding: 0px;
	
	font-family: inherit;
	
	font-size: 1.25em !important;
	font-weight: normal;
	
	padding-top: 0em;
	padding-bottom: 1.0em;
	
	/* display: block; */
	
	color: #273A84 !important;    
	display: none;
}

.TickerDateTD {
	padding-bottom: 0.6em;
    padding-left: 0em;
    padding-top: 0.6em;
    padding-right: 0.6em;

	text-align: left;
}
/********************************************************************************** TABLES *****************************************************************************************/

/****************************************** BORDER CONTROLS *******************************************************/
/*fix for ticker table*/
    .TickerDateTD {
        border-left: 0em solid transparent!important; /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
        border-right: 0em solid transparent!important; /*MUST BE THE SAME WIDTH AS WHOLE TABLE BORDER*/
    }
/*Name column head*/
.TickerNameTD_ShareName,
.Broker_ColumnBroker,
.Broker_ColumnOrder,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading {
    text-align: left;
    color: #242424;
    background: #FFFFFF;
    font-weight:600;
    font-size: 1em;
	
	font-family: inherit;
}
/*Fix for Order depth*/
    .Orders_HeaderTD_Ask {
        text-align: center;
    }
/*Name column data*/
.TickerValueTD_ShareName,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value {    
    text-align: left;
    color: #242424;
    background: transparent;
    font-weight: 4000;
    font-size:1em;
}
/*Fix for order depth*/
    .Orders_AskTD_Price {
        text-align: center;
    }
/*Data column head*/
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Open,
.TickerNameTD_Volume,
.Trades_TimeHeading,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Orders_HeaderTD_Bid,
.Orders_HeaderTD_Ask,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-left: 0em solid #6B6063 !important;
    text-align: right;
    color: #242424;
    background: #FFFFFF;
    font-weight: 600;
    font-size:1em;
	
	font-family: inherit;
}
    .Trades_TimeHeading {
        text-align: left;
		border-left: 0em solid #6B6063 !important;
    }

    .Orders_HeaderTD_Bid
    {
        text-align:left;
		border-left: 0em solid #6B6063 !important;
		border-right: 0em solid #6B6063 !important;
    }
    .Orders_HeaderTD_Ask {
        text-align:right;
		/* border-left: 0em solid #6B6063 !important; */
    }
/*Data column data*/
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.Trades_TradeTime,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.TickerValueTD_Open,
.DataNameTD,
.TickerValueTD_Volume,
.DataValueTD,
.Trades_Close_Change,
.Trades_Size,
.Orders_BidTD_Price,
.Orders_AskTD_Price,
.Broker_ColumnBrokerValue,
tr.Orders_RowTR .tdOrderMiddle,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-left: 0em solid #6B6063 !important;

    text-align: right;

    color: #242424;

    background: transparent;

    font-weight: 4000;

    font-size: 1em;
}
	.Trades_TradeTime,
    .DataNameTD {
        text-align: left;
		border-left: 0em solid #6B6063 !important;
    }
	
    .Orders_BidTD_Price {
        text-align:left;
    }
    .Orders_AskTD_Price {
        text-align:right;
    }
/*Fix for broker table head*/
    .Broker_ColumnOrder,	
    .Broker_ColumnOrderValue {
        border-right:0 !important;
    }
	.Broker_ColumnBroker {
		border-left: 0 !important;
	}
	 
    /* .Broker_ColumnBroker, */
    /* .Broker_ColumnBroker.Broker_ColumnBrokerValue, */
    /* .Broker_ColumnBrokerValue { */
        /* border-left:0; */
    /* } */
/*Oddrow/Evenrow control*/
.OddRow,
.EvenRowTR,
.Broker_OddRow,
.PerformanceTab_Performance_Row_EvenRow,
.PerformanceTab_Performance_By_Year_Row_EvenRow,
.Orders_EvenRowTR,
.Trades_Row.EvenRow {
    background: transparent;
}
.EvenRow,
.OddRowTR,
.Broker_EvenRow,
.PerformanceTab_Performance_Row_OddRow,
.PerformanceTab_Performance_By_Year_Row_OddRow,
.Orders_OddRowTR,
.Trades_Row.OddRow {
    background: #F4F5F9;
}
/*Header row bottom border*/
.TickerNameTD_ShareName,
.Trades_TimeHeading,
.Broker_ColumnBroker,
.Orders_HeaderTD_Bid,
.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Performance_By_Year_Instrument_Heading,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_Open,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume,
.Trades_LastHeading,
.Trades_VolumeHeading,
.Broker_ColumnPercent,
.Broker_ColumnVolume,
.Broker_ColumnOrder,
.Orders_HeaderTD_Ask,
td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-top: 1px solid #425398 !important;
    border-bottom: 1px solid #425398 !important;
}
/*Data row bottom border*/
.TickerValueTD_ShareName,
.DataNameTD,
.Trades_TradeTime,
.Orders_BidTD_Price,
.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Performance_By_Year_Instrument_Value,
.TickerValueTD_LastPrice,
.TickerValueTD_High,
.TickerValueTD_Low,
.TickerValueTD_Open,
.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange,
.TickerValueTD_Bid,
.TickerValueTD_Ask,
.TickerValueTD_Volume,
.DataValueTD,
tr.Orders_RowTR .tdOrderMiddle,
.Orders_AskTD_Price,
.Trades_Close_Change,
.Trades_Size,
.Broker_ColumnBroker.Broker_ColumnBrokerValue,
.Broker_ColumnBrokerValue,
.Broker_ColumnOrderValue,
.Broker_ColumnVolume.Broker_ColumnBrokerValue
.Orders_AskTD_Price,
.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 1px solid #D9D9D9 !important;
}
/*Whole table border*/
.TickerNameTD_ShareName,
.TickerNameTD_LastPrice,
.TickerNameTD_High,
.TickerNameTD_Low,
.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange,
.TickerNameTD_Bid,
.TickerNameTD_Ask,
.TickerNameTD_Volume {
    border-top:0em solid #6B6063;
}
.TickerNameTD_ShareName,
.TickerValueTD_ShareName {
    border-left:0em solid #6B6063;
}
.TickerNameTD_Volume,
.TickerValueTD_Volume {
    border-right:0em solid #6B6063;
}
table.TickerTbl tr:last-child td.TickerValueTD_ShareName,
table.TickerTbl tr:last-child td.TickerValueTD_LastPrice,
table.TickerTbl tr:last-child td.TickerValueTD_High,
table.TickerTbl tr:last-child td.TickerValueTD_Low,
table.TickerTbl tr:last-child td.TickerValueTD_LastPriceChange,
table.TickerTbl tr:last-child td.TickerValueTD_LastPricePercentChange,
table.TickerTbl tr:last-child td.TickerValueTD_Bid,
table.TickerTbl tr:last-child td.TickerValueTD_Ask,
table.TickerTbl tr:last-child td.TickerValueTD_Volume {
    border-bottom: 0em solid #6B6063;
}
table.ShareDataTable.DataTable tr:first-child td.DataNameTD,
table.ShareDataTable.DataTable tr:first-child td.DataValueTD  {
    border-top: 0em solid #6B6063;
   
}
table.ShareDataTable.DataTable tr:last-child td.DataNameTD,
table.ShareDataTable.DataTable tr:last-child td.DataValueTD  {
    border-bottom: 0em solid #6B6063;
  
}
table.ShareDataTable.DataTable td.DataNameTD {
    border-left: 0em solid #6B6063;
  
}
table.ShareDataTable.DataTable td.DataValueTD {
    border-right: 0em solid #6B6063;
   
}
table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_LastHeading,
table.TradesTable .Trades_VolumeHeading {
    border-top: 0em solid #6B6063;
}
table.TradesTable .Trades_TimeHeading,
table.TradesTable .Trades_TradeTime {
    border-left: 0em solid #6B6063;
}
table.TradesTable .Trades_VolumeHeading,
table.TradesTable .Trades_Size {
    border-right: 0em solid #6B6063;
}
table.TradesTable tr:last-child td.Trades_TradeTime,
table.TradesTable tr:last-child td.Trades_Close_Change,
table.TradesTable tr:last-child td.Trades_Size {
    border-bottom: 0em solid #6B6063;
}
table.BrokerHeaderTable tr:first-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:first-child td.Broker_ColumnVolume {
    border-top: 0em solid #6B6063;
}
table.BrokerHeaderTable td.Broker_ColumnOrder {
    border-left: 0em solid #6B6063;
}
table.BrokerHeaderTable td.Broker_ColumnVolume{
    border-right: 0em solid #6B6063;
}
table.BrokerHeaderTable tr:last-child td.Broker_ColumnOrder,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnBroker,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnPercent,
table.BrokerHeaderTable tr:last-child td.Broker_ColumnVolume {
    border-bottom: 0em solid #6B6063;
}

.orderBorder table tr:first-child td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table tr:first-child td.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date,
.orderBorder table tr:first-child td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask {
    border-top: 0em solid #6B6063;
}
.orderBorder table td.tdOrderLeft.Orders_HeaderTD.Orders_HeaderTD_Bid,
.orderBorder table td.Orders_BidTD_Price {
    border-left: 0em solid #6B6063;
}
.orderBorder table td.tdOrderRight.Orders_HeaderTD.Orders_HeaderTD_Ask,
.orderBorder table td.Orders_AskTD_Price {
    border-right: 0em solid #6B6063;
}
.orderBorder table tr:last-child td.tdOrderMiddle,
.orderBorder table tr:last-child td.Orders_BidTD_Price,
.orderBorder table tr:last-child td.Orders_AskTD_Price {
    border-bottom: 0em solid #6B6063;
}

.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_1_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_3_Month_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_5_Year_Change_Heading,
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading {
    border-top: 0em solid #6B6063;
}
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_Instrument_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_Instrument_Value {
    border-left: 0em solid #6B6063;
}
.PerformanceTab_Table_Price_Performance tr.PerformanceTab_Performance_Header_Row th.PerformanceTab_Performance_52_Week_High_Low_Heading,
.PerformanceTab_Table_Price_Performance td.PerformanceTab_Performance_52_Week_High_Low_Value {
    border-right: 0em solid #6B6063;
}
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_Instrument_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_1_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_3_Month_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_5_Year_Change_Value,
.PerformanceTab_Table_Price_Performance tr:last-child td.PerformanceTab_Performance_52_Week_High_Low_Value {
     border-bottom: 0em solid #6B6063;
}

.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Current_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev1_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev2_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev3_Heading,
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading {
    border-top: 0em solid #6B6063;
}
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Instrument_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Instrument_Value {
    border-left: 0em solid #6B6063;
}
.PerformanceTab_Table_Performance_By_Year tr.PerformanceTab_Performance_By_Year_Header_Row th.PerformanceTab_Performance_By_Year_Prev4_Heading,
.PerformanceTab_Table_Performance_By_Year td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-right: 0em solid #6B6063;
}
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Instrument_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Current_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev1_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev2_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev3_Value,
.PerformanceTab_Table_Performance_By_Year tr:last-child td.PerformanceTab_Performance_By_Year_Prev4_Value {
    border-bottom: 0em solid #6B6063;
}

/*Fix for order depth*/
    table.TableBid_OrderDepthTab,
    table.TableAsk_OrderDepthTab {
        border: 0;
    }
/***************************************** END OF BORDER CONTROL **************************************************/
.tdOrderMiddle.Orders_HeaderTD.Orders_HeaderTD_Date {
    text-align:center;
    color:#242424;
    font-weight:bold;
    background:#FFFFFF;
    border:#6B6063;
    border-bottom:0em solid #6B6063;
}


.DataTable,
.TickerTbl,
table.TradesTable,
.orderBorder table {
    border-collapse: collapse;
    border-spacing:0;
}

.TradesTable {
	margin-bottom: 1em;
}

.orderBorder .tdOrderMiddle table {
	border-bottom: 0em;
}

.BrokerHeaderTable {
	border-collapse: collapse;
}

.Orders_HeaderTD,
.BrokerTypeRow,
.BrokerHeaderTable tbody tr:first-child td,
.TickerNameTD,
.TradesTable .Trades_RowHeader td,
.PerformanceTab_Performance_Header_Row th,
.PerformanceTab_Performance_By_Year_Header_Row th {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;
}
.BrokerTypeRow {
	border-bottom: 0;
	padding-bottom: 0em;
}

.Orders_RowTR .tdOrderLeft,
.Orders_RowTR .tdOrderMiddle,
.Orders_RowTR .tdOrderRight,
.Broker_EvenRow td,
.Broker_OddRow td,
.TickerValueTD,
.DataNameTD,
.DataValueTD,
.TradesTable .Trades_Row td,
.PerformanceTab_Performance_By_Year_Row td,
.PerformanceTab_Performance_Row td {
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
	padding-right: 0.6em;	
	
	height: auto;
	line-height: normal;
}

.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_Row td.Trades_Close_Change {
	padding-right: 1.5em;
}

.TickerValueTD_LastPriceChange,
.TickerValueTD_LastPricePercentChange {
	padding-right: 1.5em;	
}

.TickerNameTD_LastPriceChange,
.TickerNameTD_LastPricePercentChange {
	padding-right: 0.6em;
}

.TickerValueTD {
	width: 8.8%;
	white-space: nowrap;
}
.TickerValueTD_ShareName {
	width: 20.08%;
	white-space: normal;
}
.TickerNameTD {
	white-space: nowrap;
}



/* Selected row controls */
.Ticker_SelectedRow {

}

.TickerNameTD_MarketName,
.TickerValueTD_MarketName {
    display: none;
}

@media (min-width: 0px) and (max-width: 750px) {  
	
	.TickerValueTD_Ask,
	.TickerValueTD_Bid,
	.TickerNameTD_Ask,
	.TickerNameTD_Bid {
		display: none;
	}
	
	.TickerValueTD {
		width: 12.5%;
	}
	.TickerValueTD_ShareName {
		width: 25%;
	}
}

@media (min-width: 0px) and (max-width: 490px) {  
	
	.TickerValueTD_High,
	.TickerValueTD_Low,
	.TickerNameTD_High,
	.TickerNameTD_Low{
		display: none;
	}
	
	.TickerValueTD {
		width: 17.5%;
	}
	.TickerValueTD_ShareName {
		width: 30%;
	}
}

@media (min-width: 0px) and (max-width: 558px) {  
	
	.TickerValueTD_LastPricePercentChange,
	.TickerNameTD_LastPricePercentChange {
		display: none;
	}
	
	.TickerValueTD {
		width: 20%;
	}
	.TickerValueTD_ShareName {
		width: 40%;
	}
}


/* END OF TICKER AREA */

/********************************************************************************* TABS AREA START */
#tabPanel {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
	
	text-align: center;
}
#tabPanel ul {
	text-align: center !important;
	font-size: 0em;
}
/* Unselected tab rules */
.navigation ul li a {
    height: 40px;
	line-height: normal;
	
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	padding-left: 25px;
	padding-right: 25px;
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	font-family: inherit;
	font-size: 12px;
	background: #E4EEEC;
	border: 1px solid #E4EEEC;
	color: #242424;	
	text-transform: uppercase;
	
	position: relative;
	top: 0;
	left: 0;
    border-radius: 3em;
    margin: 0 0.5em;
    min-width: 14em;
	letter-spacing: 2px;
	box-sizing: border-box;
}

.navigation ul li a:hover {
    background: #52D7B4;
	border-color: #52D7B4;
	
	text-decoration: underline;
}

/* 
.navigation ul li a:active {
    outline: #273A85 solid 2px;
    border: 2px solid white;    
	line-height: 12px;
}
.navigation ul li a.tab_selected:active {
    outline: #273A85 solid 2px;
    border: 2px solid white;    
	line-height: 12px;
} */

/* Selected tab rules */
.navigation ul li a.tab_selected {
    background: #52D7B4;
	border-color: #52D7B4;
}
.tab_selected:hover
{

}

/* END OF TABS AREA */
/* Corrections for period selection & graph legend display */

/*************************************** Start of: Graph interval selection & legend ****************************************/

.PeriodSelectionIntervalText {	
	font-size: 0em;
	width: 0em;
	padding: 0em;
}
ul#_ulPeriod {
    padding-top: 0.5em!important;
}
#_ulPeriod li {
    padding: 0;
    padding-top: 0em;
	
	
}
.ul_highstocklegend li {
	list-style: none;
	margin-left: 0;
	line-height: 1em;
	height: auto;
	float: none;
	display: inline-block;
}
.ul_highstocklegend li:first-child {
    width: 100%;
}
.comparelegend_name {
	padding: 0px;
	
	position:relative;
	top: 0em;
	left: 0em;
	margin-left: 0em;
	
	display: inline-block!important;
}
.comparelegend_name:before {
	content: "■";
	
	font-size: 2em;
	
	position: relative;
	left: 0;
	top: 0;
	margin-top: -0.385em;
	margin-right: 0.2em;
	
	line-height: 0.5em;
	
	display: inline-block!important;
	
}
.ul_highstocklegend_color_blind_mode .comparelegend_name:before {
	content: "";
}
#_ulPeriod li label {
    white-space:nowrap;
}
div#periodSelectionPanel {
    border-bottom: 1px solid #A3A5A9;
}
.highstocklegend {
    padding: 0em;
}
.ul_highstocklegend {
	margin-bottom: 1em;
}

.comparelegend_value {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.legenddate {
    padding-top: 1em;
	padding-bottom: 1em;	
	
}
/*
.legendSharesDiv {
	white-space: normal;
}
.comparelegend_value {
	white-space: normal;
}
*/

/*************************************** Start of: Graph Buttons ****************************************/

#additionFunctionPanelPanel {
	padding: 0.5em 0 0 0;	
}

.additionFunction table {
	margin: 0em;
	width: 100%;
}

.button,
.button:link,
.button:visited {
	display: inline-block;
	
	width: 100%;
	
	border-radius: 0px;
	
	font-family: inherit;
	
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFFFFF;
	
	letter-spacing: 2px;
}
.button span {
    display: block;
    padding: 8px 24px;
    margin: 0 0.5em;
    background: #273A8A;
    border-radius: 30px;
	font-size: 12px;
    font-weight: bold;
    height: 40px;
    box-sizing: border-box;
    line-height: 2;
}

.button:focus span {
    outline: #273A85 solid 2px;
    border: 2px solid white;
    line-height: 20px;
}

.button img {
	display: none;
}
.button:active,
.button:hover {
	text-decoration: underline;
}
.button:active span,
.button:hover span {
	/* background: #242424; */
	color: #FFFFFF;
}

.additionFunction table, 
.additionFunction tbody,
.additionFunction tr {
	display: block;
}

.additionFunction tr {
	font-size: 0em;
	text-align: center;
}

.additionFunction table td {
	width: 33.33%;
	text-align: center;
	
	display: inline-block;
	
	min-width: 13.8em;
	box-sizing: border-box;
}

/*************************************** Start of: Graph Controls ****************************************/


.ControllTD > div {
	padding: 0 0.5em;
}

.title {
	font-size: 1.0em;
	font-weight: normal;
	font-family: inherit;
	
	border-bottom: 0em solid #A3A5A9;
	
	padding-top: 0.6em;
	padding-bottom: 0em;
	padding-left: 0px;
	padding-right: 0px;
	
	margin-bottom: 0.7em;
	margin-top: 1em;
	
	color: #273A84;
}

.custom_label td {
	line-height: normal;
	height: auto;
}
table td.compare_part {
	padding-left: 0.4em;
	width: 100%;
}

table td.compare_part div {
	width: auto;
}

.ControllRow > tbody,
.ControllRow > tbody > tr,
.ControllRow {
	display: block;	
}

.ControllRow > tbody > tr {
	font-size: 0em;
	text-align: left;
}

.ControllTD {
	width: 33.33%;
	vertical-align: top;
	
	display: inline-block;
	/* IE 8 & below CSS correction */
	float: left\9;
    /* * * * * * * * * * * * * * * */
	text-align: left;
}

.ControllRow {
	padding: 0;
}

@media (max-width: 640px) {  
	
	.ControllTD {
		width: 50%;
		float: left;
		min-height: 11em;
		
		
	}
    .ControllRow > tbody > tr {
        text-align:center;
    }
}

@media (max-width: 515px) {  
	.ControllTD {
		float: none;
		height: auto;
		min-width: 13.28em;
	}
}

#footer {
	clear: both;
}

/*************************************** Start of: Share data ****************************************/

.DataNameTD,
.DataValueTD {
    width:50%;
}

/*************************************** Start of: Trades ****************************************/

.TradesTable .Trades_RowHeader td {
    width:33.33%;
}
.TradesTable .Trades_RowHeader td.Trades_LastHeading,
.TradesTable .Trades_RowHeader td.Trades_TimeHeading {
	width: 33.33%;
}



.excellink {
	text-align: right;
	padding-bottom: 1em;
}

.Buyers {
	vertical-align: top;
}

.Broker_DivBullet {
	width: 1em;
	height: 1em;
	line-height: 1em;
}
.Broker_ColumnBroker,
.Broker_ColumnPercent,
.Broker_ColumnVolume {
    width:33.33%;
}
.fullbrokername {
	padding: 0.5em;
	background: #fff;
	border: 1px solid #6B6063;
	box-shadow: 1px 1px 2px #A3A5A9;
}
.Buyers {
	padding-right: 0.25em;
}
.Sellers {
	padding-left: 0.25em;
}
.Buyers,
.Sellers {
	vertical-align: top;
}
.Broker_Chart {
	text-align: center;
}

@media (min-width: 0px) and (max-width: 616px) {  
	.Broker_Chart img {
		display: none;
	}	
	.BrokerContentTable,
	.BrokerContentTable > tbody,
	.BrokerContentTable > tbody > tr,
	.Sellers,
	.Buyers {
		display: block
	}
	.Broker_Chart {
		clear: both;
	}
	.BrokerTableContent {
		float: left;
		clear: both;
	}
	
	.Sellers .BrokerTableContent{
		margin-top: 1em;
	}
}

/*************************************** Start of: Order Depth ****************************************/

.Orders_TitleTD_Right {
	text-align: right;
}

.Orders_RowTR .tdOrderLeft {
	text-align: left;
}

.Orders_VolumeTD_AskBox {
	background: #273A84;
}
.Orders_VolumeTD_BidBox {
	background: #F6E5EA;
}

.Orders_VolumeTD_BidNumber {
	text-align: right;
	padding-right: 0.5em;
    white-space:nowrap;
}
.Orders_VolumeTD_AskNumber {
	text-align: left;
	padding-left: 0.5em;
    white-space:nowrap;
}

.Orders_HeaderTD_Date {
	text-align: center;
}

/*************************************** Start of: Performance ****************************************/

.PerformanceTab_TD_Select_Type_Label {
    width:50%;
	text-align: left;
}
.PerformanceTab_TD_Select_Type_Value {
    padding: 0 0 0.5em 0;
    width:50%;
	text-align: right;
}
.PerformanceTab_TD_Select_Currency_Label,
.PerformanceTab_TD_Select_Currency_Value  {
    display:none;
}
.PerformanceTab_DDL_Performance_Function {
    color: #242424;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #f4f8ff;
    border: 0px solid #6A6063;
    max-width:20em;
    width:100%;
}

#ddlFunctionPerformance:hover {
  background: #e8f2ff;
}

option {
  font-weight: normal;
}
.PerformanceTab_Performance_Row td {
	padding-right: 1.5em;
}
.PerformanceTab_Performance_Row .PerformanceTab_Performance_52_Week_High_Low_Value,
.PerformanceTab_Performance_Row .PerformanceTab_Performance_All_Time_High_Low_Value {
	padding-right: 0.6em;
}

.PerformanceTab_Performance_By_Year_Row td {
	padding-right: 1.5em;
}

.PerformanceTab_Performance_Instrument_Value div,
.PerformanceTab_Performance_By_Year_Instrument_Value div {
	padding: 0px!important;
	margin: 0px!important;
}

.PerformanceTab_Table_Price_Performance ,
.PerformanceTab_Table_Performance_By_Year {
    width:100%;
}

.PerformanceTab_Performance_Header_Row th {
	padding-left: 0.5em;
}
.PerformanceTab_Performance_By_Year_Header_Row  th {
	padding-right: 27px;
	padding-left: 0.5em;
}
.PerformanceTab_Performance_By_Year_NA_Value,
.PerformanceTab_Performance_Neutral_Value,
.PerformanceTab_Performance_By_Year_Neutral_Value,
.PerformanceTab_Performance_NA_Value {
	color: inherit;
} 
.PerformanceTab_Performance_Instrument_Value span.PerformanceTab_SharePriceDevelopment_Instrument_InstrumentName {
	display: inline-block;
	padding-right: 0.5em;
}

@media (min-width: 0px) and (max-width: 753px ) {
	.PerformanceTab_Performance_By_Year_Prev4_Heading,
	.PerformanceTab_Performance_By_Year_Prev4_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 592px ) {
	.PerformanceTab_Performance_By_Year_Prev3_Heading,
	.PerformanceTab_Performance_By_Year_Prev3_Value {
		display: none;
	}
}
@media (min-width: 0px) and (max-width: 489px ) {
	.PerformanceTab_Performance_By_Year_Prev2_Heading,
	.PerformanceTab_Performance_By_Year_Prev2_Value {
		display: none;
	}
}

@media (min-width: 0px) and (max-width: 778px) {   
	.PerformanceTab_Performance_52_Week_High_Low_Value,
	.PerformanceTab_Performance_52_Week_High_Low_Heading,
    .PerformanceTab_Performance_1_Month_Change_Heading,
    .PerformanceTab_Performance_1_Month_Change_Value {
		display: none;
	}

    .PerformanceTab_Performance_5_Year_Change_Heading,
    .PerformanceTab_Performance_5_Year_Change_Value {
        border-right: 0em solid #6B6063;
    }

}
@media (min-width: 0px) and (max-width: 643px) { 
    .PerformanceTab_Performance_3_Month_Change_Heading,
    .PerformanceTab_Performance_3_Month_Change_Value {
        display: none;
    }
}

/*************************************** End of: Performance data ****************************************/

#divCalendar {
	border: 1px solid #6B6063;
	background: #fff;
	box-shadow: 1px 1px 2px #A3A5A9;
}
.dbFooter {
	padding-top: 1em;
}

/*************************************** End of: Table Hover data **************************************/

@media (max-width: 855px) {
    .navigation ul li a {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
	}
    .navigation ul li {
        width: 100%;
        max-width: 50%;
        box-sizing: border-box;
        padding: 5px;
    }
}
@media (max-width: 400px) {
    .navigation ul li {
        width: 100%;
        max-width: 100% !important;
    }
}
/****************************************** Standard SG ****************************************/
ul#_ulPeriod {
    text-align: center !important;
}
div#periodSelectionPanel {
    border-bottom: 0px hidden transparent !important;
    padding-bottom: 1em;
}
.legenddate {
    padding: 0.5em 0 0.5em 0.5em;
    margin: 0 29px 0 40px;
    background: #fff;
    border-bottom: 0;
}
.ul_highstocklegend {
    margin: 0 29px 1em 40px;
    background: #fff;
    border-top: 0;
}
div#additionFunctionPanel, div#divGraphControll {
    margin: 0 22px 0 33px !important;
}
.dbFooter {
    font-size: 13px !important;
	padding-top: 1em;
}
@media (max-width: 640px) {
	.ControllTD {
	    width: 50%;
	}
	.ControllTD > div {
	    min-height: auto;
	}
}
@media (max-width: 515px) {
	.ControllTD {
	    min-height: auto;
	}
}
#txtInsertPeriod {
    font-family: inherit;
    font-size: inherit;
    color: #242424;
}
/*************************************** End of: Standard SG ****************************************/
li#libtYTD,
li#libt1Month,
li#libt5Year,
li#libtAll {
    display: none!important;
}
#_ulPeriod {
    margin-left: 5px !important;
}
#_ulPeriod li span {
	position: relative;
	padding: 0 16px 0 16px;
}

#_ulPeriod li span::before {
    position: absolute;
    content: "";
    left: -11px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 16px;
	border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));	
    background: #fff;
}
#_ulPeriod li input:checked + span::before {
	border: solid 2px #273A84;
}

#_ulPeriod li input:checked + span::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 16px;
    position: absolute;
    left: -10px;
    top: 5px;
    border: solid 3px #273A84;
}

body TABLE.ControllRow TD.ControllTD input[type="checkbox"] + label, body TABLE.ControllRow TD.ControllTD input[type="radio"] + label {
    position: relative !important;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 4px 8px;
}
body TABLE.ControllRow TD.ControllTD input[type="checkbox"] + label{
    padding-left: 5px;
}
body TABLE.ControllRow TD.ControllTD input[type="radio"] + label {
    padding-left: 14px;
}


input[type="radio"] + label::before {  
	position: absolute;
	content: "";
	left: -14px;
    top: 7px;
	width: 15px;
	height: 15px;
	border-radius: 16px;
	border: 1px solid light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	background: #fff;  
}
input[type="radio"] {
    opacity: 0;
}
input[type="radio"]:checked + label::after {
	content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-radius: 10px;
    position: absolute;
    left: -14px;
    top: 7px;
    border: solid 4px #273A84;
}
input[type="radio"]:checked + label::before {
    border: 2px solid #273A84;
}

input[type="checkbox"] {
	accent-color: #273A84;
    height: 16px;
    width: 16px;    
	position: relative;
    top: 50%;
    transform: translateY(-70%);
}

.PerformanceTab_Div_Data {
    overflow-x: auto;
}

.table_row {
	height: 25px;
}

#htmlNodata {
	background-color: #273A84 !important;
}

/**Custom Calendar**/

.DynarchCalendar table {
    line-height: 16px;
    font-family: inherit;
    font-size: 12px!important;

}
.DynarchCalendar-week:hover {
    background: white !important;
}
.DynarchCalendar-day-selected {
    border-radius: 25px;
    border: 1px solid #F4AF00 !important;
    background: #F4AF00 ;
    color: #fff;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.DynarchCalendar-day:not(.DynarchCalendar-day-selected):hover{
    border: 1px solid #273A84 !important;
	border-radius: 30px;
	background: #273A84 !important;
	color: #fff!important;
	font-family: inherit;
    text-shadow: none;
}
.DynarchCalendar-bottomBar-today {
	font-family: 'HankenGrotesk', sans-serif !important;
	text-decoration: none;	
	background: #273A84;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 30px;
	border: none;
	font-size: 12px;
	text-align: center;
	color: #fff;
	padding: 10.5px 24px;
	font-weight: 600;
	box-sizing: border-box;
	text-transform: uppercase;
}
.DynarchCalendar-bottomBar-today:hover {
	text-decoration: underline;
	cursor: pointer;
}
.DynarchCalendar-hover-title div {
    background-color: #F4AF00 ;
    border: 0;
    color: #fff;
    padding: 4px 16px;

}

.DynarchCalendar-title div {
    padding: 8px 17px;
    background: #fff;

	font-family: inherit!important;
	font-weight:bold;
	color:#000;
	text-shadow: 0px 0px 0px #fff;
    /* font-size: 18px; */
}

.DynarchCalendar-dayNames div {
    font-weight:bold;
    color: #000!important;
}

.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
    padding: 8px 5px;
	margin: 1px;
	background:#fff;
	border: 1px solid transparent;
	border-radius: 30px;
	-webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	color: #000;
	text-align: center;
}

.DynarchCalendar-day-selected {
    border-radius: 30px;
	border: 1px solid #273A84 !important;
    background: #273A84 !important;
    padding: 8px 5px;
    color: #fff!important;
}

.DynarchCalendar-dayNames tr td div{
	background: #ffffff!important;
	border: 1px solid transparent!important;
}

/* 
.DynarchCalendar-weekend {
    color: #!important;
} */

.DynarchCalendar table {
    line-height: 16px;
    font-weight:bold;
    color: #000!important;
    font-family: inherit!important;
	font: 12px 'HankenGrotesk', sans-serif !important;
}

#btnPeriodRange {
	font-family: 'HankenGrotesk', sans-serif !important;
	text-transform: capitalize;
	height: auto;
	text-decoration: none;	
	background-color: #273A84;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	border-radius: 30px;
	border: none;
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 5px 24px;
}
#btnPeriodRange:hover {
	background-position: 100% 0;
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}
.DynarchCalendar-weekend,
.DynarchCalendar-dayNames .DynarchCalendar-weekend {
    color: #d88!important;
}
@media(max-width: 600px){
	.DynarchCalendar table {
		line-height: 10px;
		font-family: inherit;
		font-size: 10px!important;
	}
	.DynarchCalendar-week:hover {
		background: white !important;
	}
	.DynarchCalendar-day:hover{
			border: 1px solid #242424 !important;
			border-radius: 25px;
			background: #242424 !important;
			color: #fff!important;
			font-family: inherit;
			padding: 5px;
	}
	.DynarchCalendar-title div {
		padding: 8px 17px;
		background: #fff;
		font-family: 'Uniform', sans-serif!important;
		font-weight:bold;
		color:#000;
		text-shadow: 0px 0px 0px #fff;
	}
	.DynarchCalendar-dayNames div {
		font-weight:bold;
		color: #000!important;
	}
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
		padding: 5px;
		margin: 0px;
		background:#fff;
		border: 1px solid transparent;
		border-radius: 25px;
		-webkit-transition: opacity 0.35s ease;
		-moz-transition: opacity 0.35s ease;
		-o-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.DynarchCalendar-day-selected {
		border-radius: 30px;
		border: 1px solid #273A84 !important;
		background: #273A84 !important;
		padding: 5px;
		color: #fff!important;
	}
	.DynarchCalendar-dayNames tr td div{
		background: #ffffff!important;
		border: 1px solid transparent!important;
	}
	.DynarchCalendar table {
		line-height: 10px;
		font-weight:bold;
		color: #000!important;
		font-family: 'Uniform', sans-serif;
		font-size: 10px!important;
	}
}
@media (max-width: 523px) {
	.legendSharesDiv .comparelegend_value {
		white-space: normal !important;
	}
	.legendSharesDiv div {
		display: inline-block;
	}
	.comparelegend_value > div > div{
		margin: 5px 0;
	}
	/* .legendSharesDiv .comparelegend_value > div > div {
		display: none !important;
	} */
	.legendSharesDiv .comparelegend_value > div > div:last-child {
		display: inline-block !important;
	}
	.comparelegend_separator {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 551px) {
	.button span {
		margin: 0.5em 0.5em;
	}
}
@media(max-width: 435px){
	.DynarchCalendar-dayNames div, .DynarchCalendar-day, .DynarchCalendar-weekNumber {
		padding: 1px;
		margin: 0px;
		background: #fff;
		border: 1px solid transparent;
		border-radius: 25px;
		-webkit-transition: opacity 0.35s ease;
		-moz-transition: opacity 0.35s ease;
		-o-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.DynarchCalendar-day-selected,
	.DynarchCalendar-day:hover{
		padding: 1px;
	}
}
.button_period_range {
    text-align: center;
}




@media screen and (max-width:815px) {
	.ul_highstocklegend li:only-child .comparelegend_value {
		display: block !important;
	}
	.ul_highstocklegend li:not(:first-child) {
		width: 50%;
	}
}
@media screen and (max-width:370px) {
	.ul_highstocklegend li:not(:first-child) {
		width: 100%;
	}
	.Orders_RowTR .tdOrderLeft,
	.Orders_RowTR .tdOrderMiddle,
	.Orders_RowTR .tdOrderRight,
	.Broker_EvenRow td,
	.Broker_OddRow td,
	.TickerValueTD,
	.DataNameTD,
	.DataValueTD,
	.TradesTable .Trades_Row td,
	.PerformanceTab_Performance_By_Year_Row td,
	.PerformanceTab_Performance_Row td {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
		padding-left: 0.3em;
		padding-right: 1.5em;
	}
	.PerformanceTab_Performance_By_Year_Header_Row th {
		padding-right: 1.5em;
		padding-left: 0.3em;
	}
} 