.dividend-table tr td .rad-small:not(:last-child) {  margin-bottom: 10px;  display: flex;}
.committee-table tbody tr td ,.dividend-table tbody tr td{ min-width: 150px;  }
.committee-table tbody tr td:first-child {  width: 260px;  text-align: left;}
.committee-table tr td{font-size: 1.4rem;  color: var(--dark-blue);  line-height: 1.8rem;  font-family: var(--font-textbold);}
.indication{padding:22px 0px}
.indication p.light-blue{margin-right:22px;}
.committee-mem-table tr td,.committee-mem-table tr th{text-align:center;}

.committee-mem-table tr td i,
.committee-mem-table tr td em {position:relative;}
.indication p i, .committee-mem-table tr td i,
.indication p em, .committee-mem-table tr td em {height: 20px;width: 20px;border-radius: 50%;margin: 0 5px;position: inherit;display: inline-block;}
.indication p i, .indication p em{top: 4px; margin: 0 10px 0px 0px;}
.indication p.light-blue > i, .committee-mem-table tr td i.up-to-three, 
.indication p.light-blue > em, .committee-mem-table tr td em.up-to-three{background-color: var(--blue-2);}
.indication p.dark-blue > em, .committee-mem-table tr td em.more-than-three {background-color: var(--dark-blue);}
.committee-mem-table tr td i .invisible, .committee-mem-table tr td em .invisible {background-color: var(--white-2);}

.module-content .content-wrap, .scroll-table-container { width: 100%;padding: 0 0 5px;overflow-y: hidden;overflow-x: auto;}
#ip3-analyst-coverage .module-content .content-wrap table tbody tr td {  min-width: 200px;}

#ip3-analyst-coverage table tr td{font-size:1.6rem;line-height: 24px;}
#ip3-analyst-coverage table tr td:first-child{font-weight: 500;}


.scroll-table-container > table{min-width:920px;}