/*** to overwrite bullets style***/

ul.bullets {
	list-style: disc;
	padding-left:18px;
	padding-bottom:15px;
}

ol.bullets {
	list-style: decimal;
	padding-left:18px;
	padding-bottom:15px;
}

ol.footnotes {
	line-height: 24px;
	font-size: 12px;
}

/*.excel-download {
	text-decoration: underline;
	margin-top: 66px;
	display: inherit;
}

.download-icon {
    padding-left: 10px;
}*/

#financial_information .link-download {
    margin-top: 56px;
}

#corporate_overview .hero.hero-simple .caption {
	    max-width: 900px;
	  }
	  
.announcement-detail table.ir_table {
    border: none;
}
.announcement-detail table.ir_table tr td {
    border: none;
    background: transparent;
    padding: 5px 0;
    font-weight: normal;
    vertical-align: baseline;
    line-height: 1.56;
}

.announcement-detail table.ir_table tr td:first-child {
    padding-right: 10px;
    /*font: 1.125rem/1.56 'DuplicateIonicMedium';*/
}

#governance-item .loader {
    text-align: left;
}

/*.table-compact th {
	font-size: 13px;
}

.table-compact td {
	font-size: 12px;
}
 
.table-compact th:not(:first-child), .table-compact td:not(:first-child){
	text-align: center;
}

.table-compact th:last-child, .table-compact td:last-child {
	text-align: right;
	width: 15%;
}*/

th.text-smaller {
	font-size: 13px;
}

td.smaller {
    font-size: 12px;
}

ol.ir_textFootnote {
    font-size: 10px;
}

.top-twenty th:first-child, .top-twenty td:first-child {
		width:50%;
	}
	
.top-twenty td:first-child {
	font-family: Arial, san-serif;
}

@media only screen and (min-width: 768px){
	.table-compact th:not(:first-child), table-compact td:not(:first-child){
		width: 130px;
	}
}

.table-compact td{
	padding: 15px 20px;
}

.ir-inner .btn-primary {
	margin-top: 30px;
}

.form-group:before, .form-group:after {
	display: table;
	content: "";
}

.governanceMenu ul.sub-nav.filter.option-set {
	max-height: 245px;
	overflow-y: scroll;
}

.table-compact td {
    font-size: 0.875rem;
}

#corporate_overview .table.clone-sticky {
	display: none;
}