:root {
    --primary-color: rgb(77,80,156);
  }
 body {
    background: white;
    font-family: 'open-sans', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}
 .container1 {
    background-color: rgb(255,255,255);
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40%;
    margin: 0;
    padding: 2px;
  }
.container1 {
    width: 429px;
    margin-left: auto;
    margin-right: auto;
}
  
 .container2 {
    background-color: rgb(255,255,255);
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
    margin: 0;
    padding: 20px;
	min-height: 300px;
	width: 429px;
    margin-left: auto;
    margin-right: auto; 
  
  }
  .container2 .cell-content  {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border : 0;
  } 
   .cell-content .cell-row #currency{
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border : 0;
  } 
  .contaner2 .cell{
    line-height: 2;
}
 
  
 .container3 {

    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 10%;
    margin: 0;
    padding: 2px;
  }

  h1 {
    color: rgb(77,80,156) !important;
	font-size: 16px !important;
    font-weight: bold !important;
    text-align: center;
    padding-top: 30px;
  }
  
  p {
    text-align: center;
  }
  
  .btn {
    color: #fff;
    background: var(--primary-color);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    padding: 8px 12px;
  }
  
  .currency {
    padding:20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  
  .currency select {
    padding: 10px 20px 10px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #dedede;
    font-size: 16px;
    /*  You may not need these following lines. The arrow did not show for me on MacOS/Chrome so I added it. Just remove it if you would like  */
    background: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right 10px top 50%, 0, 0;
    background-size: 12px auto, 100%;
    background-repeat: no-repeat;
  }
  
  .currency input {
    border: 10px;
    background: transparent;
    font-size: 18px;
    text-align: right;
  }
  
  .swap-rate-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .rate {
    color: var(--primary-color);
    font-size: 14px;
    padding: 0 10px;
  }
  
  select:focus,
  input:focus,
  button:focus {
    outline: 0;
  }
  
  @media (max-width: 600px) {
    .currency input {
      width: 200px;
    }
  }
  
  .chart {
    height: 200px;
}

.container {
    padding-top: 20px;
}

.list {
    padding-top: 20px;
}

.hist-overview {
    padding-top: 20px;
}

.hist-overview .cell-tbl-change-bars--up {
    background-color: rgb(0, 42, 65);
}

.hist-overview .cell-tbl-change-bars--down {
    background-color: rgb(184, 59, 59);
}

.chart .cell-chart-default .highcharts-yaxis-grid .highcharts-grid-line,
.shb-page-chart .cell-chart-default .highcharts-axis-line {
    stroke-width: 0;
}

.chart .cell-chart-default .highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 0;
}

.cell-chart-wrapper .highcharts-plot-band,
.cell-chart-wrapper .highcharts-pane {
    fill: transparent;
}

.cell-chart-default .highcharts-axis-labels text {
    fill: rgba(0, 0, 0, 0.6) !important;
}

.cell-chart-default text {
    font-size: 10px !important;
}

.cell-chart-wrapper .highcharts-color-0,
.cell-chart-wrapper .highcharts-color-0 {
    fill: #4D4F98;
    stroke: #4D4F98;
}

.cell-status-positive {
    color: rgb(14, 187, 14) !important;
}

.cell-status-negative {
    color: rgb(236, 0, 0) !important;
}

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

.cell-table td {
    padding: 10px 3px
}

.ticker-text {
    display: none;
}

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


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

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


.cell-table__num cell-table__num--last .cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

.cell-table .cell-table__col-name {
  font-size: 14px;
  color: #4C4F9D;
  font-weight: bold;
}
.cell-table .cell-table__item {
  font-size: 14px;
}

/*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;
}

iframe {
    height: 380px;
    width: 425px;
}


.respTbl .js-sortable-table {
    border-top: none;
}
 .siteWrapper.topRoundCorners {
     border: none;
 }