 body {
    background: white;
    font-family: 'open-sans', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.container {
	min-width: 412px;
    width: max-content;
}

.header {
    height: 80px;
    border-bottom: 0px solid #eaeaea;
    display: block;
    box-sizing: border-box;
}

.title {
    font-size: large;
    color: #4D4F98;
}

.logo {
    padding: .5em 0 1em 20px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.chart {
    height: 20px;
}

.container {
    padding-top: 20px;
}


.list {
    padding-top: 20px;
}



.cell-table__item {
    font-weight: normal;
    font-size: 10px;
}

.cell-table td {
    padding: 10px 3px;
    font-size: 12px;
}

.ticker-text {
    display: none;
}


.show-more {
    display: inline-flex;
    align-items: center;
  }


.cell-row {
    text-align:center; 
    
}

 #currency {
    padding: 20px;
    width: 500px;
    margin: 20px auto;
    user-select: none;
    overflow-x: hidden;
    position: relative; 
}



/* toolkit style override */

.cell-table tr th {
    font-size: 12px;
    color: #4D4F98;
}

.cell-table__txt--news-date  span{
    font-size: 12px;
}

.cell-content, .cell-flex-content {
    border: 0;
}

.cell-table--news-list tbody span {
    line-height: 20px;
}

.cell-table__txt--news-heading:not(th):not(.cell-table--news-list__flash-news)::before {
    display: none;
}


.cell-popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.5);
    display: none;
    overflow: auto;
    padding: 16px;
}

.cell-popup__content {
    width: 80%;
    height: auto;
    min-height: 80%;
    background-color: white;
    padding: 16px;
    position: absolute;
    margin-top: 20%;
    margin-bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    line-height: 20px;
}

.cell-popup__content pre {
    white-space: break-spaces;
    font-family: 'Open Sans', sans-serif
   }

   
.cell-popup__content pre br {
    display: none;
   }

.cell-popup--open {
    display: block;
}

#news-headline {
    font-size: 16px;
    margin: 9px 0;
	line-height: 2;
}

#news-date {
    font-size: 12px;
    margin-bottom: 10px;
}

#news-body p {
    margin-bottom: 15px;
}

/*close button in popup*/
.cell-popup button{
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px;
  margin-top: -1px;
  margin-right: -1px;
  font-size: 14px;
  background-color: #4D4F98;
  color: rgb(255, 255, 255);
  cursor: pointer;
}
.cell-popup button:hover {
    font-weight: bolder;
}

.market-news {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.market-news img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.h1{
    font-size: 18px;
}

.btn {
    color: #fff;
    background: rgb(77,80,156);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 12px;
}

/*table*/

.cell-table__item {
    font-weight: normal;
    font-size: 12px;
}
.cell-table th{
    border: 0;
    font-weight: 1000;
    font-size: 14px;
}

.cell-table td {
    border: 0;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 0px
}
.cell-table tr th {
color:#4D4F98;
}
.ticker-text {
    display: none;
}
.cell-h4 {
   display: none;
}
.cell-table{
border: 0;
border-collapse:collapse;
}
.cell-content, .cell-flex-content {
border: 0;
}
.cell-row {
	max-width: 412px;
}