.q-investor__menu--list li a.q-investor__menu--financials {
	color: #000;
}
.table-wrapper {
	margin-top: 1em;
}
@media (min-width: 653px) {
	.q-investor__sorting {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.q-investor__sorting li {
		width: 31.9%;
	}
	.table-wrapper {
		margin-top: 0;
	}
}
.heading--4 {
	text-align: left;
}
@media screen and (min-width:550px) {
	table {
		width: 100%;
	}
}
@media screen and (min-width:480px) {
	td {
		font-size: 18px;
	}
}
/* .view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
} */

/* from news */
.q-investor__news--pager {
    list-style: none;
    margin: 0 0 16px;
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.q-investor__news--pager li {
    margin: 0 12px 0;
}

.q-investor__news--pager li a {
    text-decoration: none;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
}

@media (min-width: 375px) {
    .q-investor__news--pager li a {
        font-size: 16px;
        font-size: calc(0.00219 * 100vw + (15.18033px));
    }
}

@media (min-width: 1290px) {
    .q-investor__news--pager li a {
        font-size: 18px
    }
}

.q-investor__news--pager li.q-investor__news--pager-active {
    margin: 0;
}

.q-investor__news--pager li.q-investor__news--pager-active a {
    background: #9BC0E1;
    display: block;
    padding: 5px 17px;
    border-radius: 3px;
}

