@charset "utf-8";
/* ===========================================================

	Title:		about.css
	Created:	2016-10-25

=========================================================== */
/* ===========================================================

	finance
	
=========================================================== */
table tr.debt-tr td {
	border-top: none !important;
}

.finance-interest-table th{
  width: 25%;
}

@media screen and (min-width: 1024px) {
  .finance-interest-table .date{
    font-size: 14px;
  }
}

.legend-items {
    width: 100%;
}
.legend-items ul {
    font-size: 0;
    padding: 0;
}
.legend-items li {
    display:inline-block;
    font-size: 12px;
}  

.legend-items p{
  margin: 0;
}

.legend-item {
    position: relative;
    display: flex;
  text-align: left;
}

.plot-shr .legend-item {
    width: 250px;
}
.plot-shi .legend-item {
    width: 350px;
}

.plot-shr .point-item {
    padding-left: 32px;
    color: #0f274e;
}
.plot-shr .line-item {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #0f274e;
}

.plot-shr .item-desc {
    position: absolute;
    top: 0;
    left: 70px;
    color: #0f274e;
}

.plot-shi .point-item {
    padding-left: 32px;
    color: #0f6db4;
}
.plot-shi .line-item {
    position: absolute;
    top: 0px;
    left: 20px;
    color: #0f6db4;
}

.plot-shi .item-desc {
    position: absolute;
    top: 0;
    left: 70px;
    color: #0f6db4;
}

.legend-item span{
  color: #000 !important;
}

.finance-interest-table th{
  width: 30%;
}

.finance-investment-totalcapital-table th{
  width: 65%;
}

table.finance-borrowings-table th,
table.finance-borrowings-table td,
table.finance-bond-table th,
table.finance-bond-table td{
  padding: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

table#dist_table th,
table#dist_table td{
  font-size: 14px;
  font-size: 1.4rem;
}

.sort-arrow__button {
	color: #fff !important;
	text-decoration: none !important;
}
