.fixedIncome-component{margin-top:36px;margin-bottom:36px}
@media(min-width:600px){.fixedIncome-component .fixedIncome-columns{display:grid;grid-template-columns:8fr 3fr;grid-gap:24px}
}
.fixedIncome-component table{width:100%;border-collapse:collapse;font-family:"Open Sans"}
.fixedIncome-component table thead th{white-space:nowrap}
.fixedIncome-component table tbody tr:hover{background-color:#f5f5f5}
.fixedIncome-component table td{vertical-align:middle}
.fixedIncome-component table th,.fixedIncome-component table td{border:1px solid #e5e5e5;padding:8px}
.fixedIncome-component table td a{color:var(--color-primary);text-decoration:underline}
.fixedIncome-component table td a:hover{text-decoration:underline;color:var(--color-primary-hover)}
.fixedIncome-component p.small{font-size:14px;color:#ababab}
.fixedIncome-component .td-data,.fixedIncome-component th.th-number{text-align:right}
.fixedIncome-component .td-country{display:flex}
.fixedIncome-component .td-country>div{display:flex;align-items:center}
.fixedIncome-component .td-country img{width:20px;height:20px;margin-right:8px}
@media(min-width:600px){.fixedIncome-component .td-country img{display:inline;width:24px;height:24px;margin-right:8px}
}