@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 850px)
  and (orientation                    : portrait) {
  section.responsive-portrait {
    display : flex;
  }
  body > footer {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    padding: 7px;
    color: #fff;
    background: #000000;
    box-shadow: 0px -2px 2px 0px #00000038;
    justify-content: space-between;
    z-index: 99999;	  
  }
	.itf-footer {
		font-size: 10px !important;
	}
  div.kr-ads {
    display: none;
  }
}

@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 850px) {

    div.kr-ads {
      display: none;
    }

  body.kr-login > form {
    top    : 0;
    right  : 0;
    bottom : 0;
    left   : 0;
    width  : 100%;
    height : 100%;
  }

  body.kr-login > form > section.kr-login-view {
    width           : 100%;
    align-items     : center;
    justify-content : center;
  }

  body.kr-login > form > section.kr-login-view > * {
    width : 80%;
  }

  body.kr-login > form > section > section {
    flex : initial;
  }

  body.kr-login > form > section > header {
    margin-bottom   : 50px;
    justify-content : center;
  }

  body.kr-login > form > section > header {
    min-height : 0 !important;
  }

  body.kr-login > form > section > header > svg {
    width     : 270px;
    max-width : 80%;
  }

  body.kr-login > form > .kr-app-overview {
    display : none;
  }

/* register */
  body.kr-register > form {
    top    : 0;
    right  : 0;
    bottom : 0;
    left   : 0;
    width  : 100%;
    height : 100%;
  }

  body.kr-register > form > section.kr-register-view {
    width           : 100%;
    align-items     : center;
    justify-content : center;
  }

  body.kr-register > form > section.kr-register-view > * {
    width : 80%;
  }

  body.kr-register > form > section > section {
    flex : initial;
  }

  body.kr-register > form > section > header {
    margin-bottom   : 50px;
    justify-content : center;
  }

  body.kr-register > form > section > header {
    min-height : 0 !important;
  }

  body.kr-register > form > section > header > svg {
    width     : 270px;
    max-width : 80%;
  }

  body.kr-register > form > .kr-app-overview {
    display : none;
  }


  /* Welcome */
  div.kr-wlcm-overlay > section {
    height: 100%;
    width: 100% !important;
  }

  div.kr-wlcm-overlay > section > section {
    height: 100%;
  }

  div.kr-wlcm-overlay > section > section > ul.kr-wlcm-overlay-es {
    overflow-x: hidden;
    padding: 0px;
  }

  div.kr-wlcm-overlay > section > section > ul.kr-wlcm-overlay-es > li {
    width: 50%;
  }

  div.kr-wlcm-overlay > section > section > ul.kr-wlcm-overlay-es {
    max-height: calc(100% - 178px);
  }

  section.kr-login-tfs > section {
    width: auto;
    height: auto;
    position: fixed;
    top:0; left:0; right:0;
    bottom: 0;
    padding: 22px;
    box-shadow: none;
  }

section.kr-coin-inf > header {
display: none;
}

section.kr-dashboard > section.kr-dash-orderlistpassed .kr-dash-orderlistpassed-opthide {
 display:flex;
}

section.kr-dashboard > section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide .kr-dash-orderlistpassed-opthide {
 display:none; 
}

section.kr-dashboard > div.kr-dash-pannel.kr-dash-chart-n[nchart="1_single"] {
height: calc(100% - 30px);
}

.tradingview-widget-container {
    height: 100%;
}

section.kr-rankingside.kr-rankingside-show,
section.kr-rankingside.kr-calculatorside-shown,
section.kr-rankingside.kr-converterside-shown
{
    display: flex;
    margin-top: 0 !important;
    
}

section.kr-rankingside,
section.kr-calculatorside,
section.kr-converterside,
section.kr-kr-newsside
{
        background: #1d2435;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}

nav.kr-leftnav > ul > li {
white-space: nowrap;
}

section.kr-dashboard > section.kr-dash-orderlistpassed > nav > ul {
white-space: nowrap;  
}

section.kr-dashboard>section.kr-dash-orderlistpassed {
min-height: calc(100% + 109px);
z-index: 999999;
}

section.kr-dashboard>div.kr-dash-pannel.kr-dash-chart-n[nchart="1_single"] {
 height: calc(100vh - 123px); 
 padding-top:0;
}

section.kr-calculatorside > section {
overflow:scroll;   
}

section.kr-newsside > header > ul {
    background-color: #353c4f;
}
.btn.btn-small {
height: 16px; 
}

section.kr-coin-inf > section > div > div.kr-dash-pan-cry > div.kr-dash-pan-action {
display:block; 
}


  body > header > div > div > ul.kr-top-graphlist > li {
  display       : flex;
  box-sizing    : border-box;
  position      : relative;
  width         : 87px;
  min-width     : 87px;
  height        : 48px;
  margin-right  : 3px;
  padding       : 0px 5px 0px 5px;
  color         : #fff;
  border        : 2px solid #252c3b;
  border-radius : 3px;
  align-items   : center;
  font-size     : 12px;
  cursor        : pointer;
  }

  body > header > div > div > ul.kr-top-graphlist > li > div.kr-top-graphlist-closeb {
  display         : flex;
  position        : absolute;
  top             : 0;
  right           : 0;
  width           : 25px;
  height          : 25px;
  align-items     : center;
  justify-content : center;
  }

  body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view > div.kr-top-graphlist-closeb {
    display: flex;
  }

  body > header > div > div > ul.kr-top-graphlist > li > div > svg {
    width        : 33px;
    margin-right : 0px;
  }

 body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view {
  border        : none;
  border-bottom : 2px solid #fff;
  background    : #343b4c;
 }

  body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view.kr-top-graphlist-item-selected {
  border        : none;
  border-bottom : 2px solid #1196fe;
  background    : #343b4c;
  }

  body > header > div > div > ul.kr-top-graphlist > li > div.kr-top-graphlist-pic {
    height : 26px;
  }

section.kr-transactionhistory {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}
section.kr-transactionhistory > section {
margin-top: 7px;
}

section.kr-tradehistory {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

section.kr-tradehistory > section {
margin-top: 7px;
}

section.kr-tradestats {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

section.kr-tradestats > section {
margin-top: 7px;
}

section.kr-dashboard > section.kr-dash-orderlistpassed > header > ul > li {
  width: 20px; height: 20px;
  margin-left: 10px;
  display: flex; justify-content: center; align-items: center;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}

section.kr-dashboard > section.kr-dash-orderlistpassed > header > ul > li > svg {
  fill:#f4f6f9;
  opacity: 0.7;
}

section.kr-dashboard > section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide .kr-dash-orderlistpassed-optshow {
display:flex; 
}

section.kr-dashboard > section.kr-dash-orderlistpassed .kr-dash-orderlistpassed-optshow {
display: none;
}

nav.kr-leftnav > ul > li > div.kr-leftnav-bubble {
top: 13px;
    right: -3px;
font-size: 9px;
}

  section.kr-newsside.kr-leftnav-resp {
     display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    background-color: #353c4f;
  }
  
.footerdiv {
border-radius: 3px;
    padding: 7px;
    margin: 5px 4px 5px 5px;
    color: white;
    background-color: #353c4f;
    border: 1px #ffffff40 solid;    

}

body > header > div > div > ul > li {
    position: relative;
    align-items: center;
    width: 23px;
    margin-right: -7px;
    justify-content: center;
    cursor: pointer;
}

nav.kr-leftnav > ul > li > div.kr-leftnav-bubble {
    position: absolute;
    left: 57px;
    background: #da4830;
    border-radius: 9px;
    color: #f4f6f9;
    padding: 2px 4px;
}


section.kr-dashboard>section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide {
min-height: 30px;
    max-height: 30px;
    position: fixed;
}

section.kr-dashboard {
margin-top: 30px;  
}

section.kr-tradestats-shown {display:block;}

section.kr-leftside > div.kr-leftside-hide-controller {background: #066fdc;}


}
/**********************************************************************************************************************/
@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 850px)
  and (orientation                    : landscape) {
  body.kr-login > form {
    top           : 0;
    right         : 0;
    bottom        : 0;
    left          : 0;
    width         : 100%;
    height        : 100%;
    border-radius : 0px;
  }

  body.kr-login > form > section > section {
    min-height : 275px;
  }

  body.kr-login > form > section > header > * {
    display : none;
  }

  body.kr-login > form > section.kr-app-overview {
    border-radius : 0px;
  }

  body.kr-login > form > section > header {
    min-height : 0 !important;
  }
}

@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 1010px)  {
  body > section {
  
  }
  /* Header */

  body > header > div {
    height     : 55px;
    background : #171e32;
  }

  body > header > div > div:first-child {
    flex-direction : row-reverse;
    justify-content: flex-end;
  }

  body > header > div > div > div.kr-logo {
    display : none;
  }

  body > header > div > div > div.kr-change-dashboard {
    display : none;
  }

  body > header > div > div > div.kr-addgraph-dashboard {
    width         : 45px;
    min-width: 45px;
    height        : 55px;
    margin-left   : 0px;
    border        : none;
    border-radius : 0px;
    background    : #121828;
  }

  body > header > div > div > div.kr-addgraph-dashboard > svg {
    width  : 21px;
    height : 21px;
    fill   : #fff;
  }
  /* Top coin */

  body > header > div > div > ul.kr-top-graphlist > li {
  display       : flex;
  box-sizing    : border-box;
  position      : relative;
  width         : 87px;
  min-width     : 87px;
  height        : 48px;
  margin-right  : 3px;
  padding       : 0px 5px 0px 5px;
  color         : #fff;
  border        : 2px solid #252c3b;
  border-radius : 3px;
  align-items   : center;
  font-size     : 12px;
  cursor        : pointer;
  }

  body > header > div > div > ul.kr-top-graphlist > li > div.kr-top-graphlist-closeb {
  display         : flex;
  position        : absolute;
  top             : 0;
  right           : 0;
  width           : 25px;
  height          : 25px;
  align-items     : center;
  justify-content : center;
  }

  body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view > div.kr-top-graphlist-closeb {
    display: flex;
  }


  body > header > div > div > ul.kr-top-graphlist > li > div > svg {
    width        : 33px;
    margin-right : 0px;
  }

 body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view {
  border        : none;
  border-bottom : 2px solid #fff;
  background    : #343b4c;
 }

  body > header > div > div > ul.kr-top-graphlist > li.kr-top-graphlist-item-view.kr-top-graphlist-item-selected {
  border        : none;
  border-bottom : 2px solid #1196fe;
  background    : #343b4c;
  }

  body > header > div > div > ul.kr-top-graphlist > li > div.kr-top-graphlist-pic {
    height : 26px;
  }

  /* Graph */

  section.kr-dashboard > div.kr-dash-pannel {
    padding : 0px;
  }

  section.kr-dashboard > div.kr-dash-pannel.kr-dash-chart-n[nchart="1_single"] > div {
    padding : 0;
  }

  section.kr-dashboard > div.kr-dash-pannel > div > div.kr-dash-pan-lb > ul.kr-dash-pan-pa > li {
    display : none;
  }

  section.kr-dashboard > div.kr-dash-pannel > div > div.kr-dash-pan-tb {
    display : none;
  }

  div.kr-dash-pan-cry-select {
    top       : 55px;
    bottom    : 0;
    left      : 45px;
    width     : 100vw;
    max-width : 400px;
    height    : calc(100vh - 55px);
  }
  /* Left menu */
nav.kr-leftnav > ul {
       display: flex;
    height: 40px;
}
  nav.kr-leftnav > ul > li {
padding: 7px 2px;
white-space: nowrap;
  }

  nav.kr-leftnav > ul > li > svg {
    margin-bottom : 0px;
    height: 20px; min-height: 20px;
    width: 20px; min-width: 20px;
  }

  nav.kr-leftnav > ul > li > span {
    display : block;
  }

  nav.kr-leftnav {
    border-right : none;
       overflow-y:scroll;
       height: 40px;
  }
  /* New */

section.kr-rankingside.kr-rankingside-show,
section.kr-rankingside.kr-calculatorside-shown,
section.kr-rankingside.kr-converterside-shown
{
    display: flex;
    margin-top: 0 !important;
    
}

section.kr-rankingside,
section.kr-calculatorside,
section.kr-converterside,
section.kr-kr-newsside
{
        background: #1d2435;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top:0 !important;
    z-index: 99999999;
}

  section.kr-newsside.kr-leftnav-resp {
     display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
    background-color: #353c4f;
  }
  /* indicators */

  section.kr-dashboard > div.kr-dash-pannel > div > div.kr-dash-pan-lb > ul.kr-dash-pan-cust > li > div.kr-dash-pan-ads {
    top        : 0 !important;
    left       : 0;
    height     : calc(100vh - 57px);
    overflow-y : auto;
  }

  div.kr-dash-pan-cry-select > header {
    min-height: 40px;
    padding: 0px;
  }

  div.kr-dash-pan-cry-select > header > input[type="text"] {
    border: none;
    padding: 8px 11px;
  }

  /* Account infos */
  body > header > div > div > div.kr-account {
    padding-right: 0px;
    max-width: 44px;
  }

  body > header > div > div > div.kr-account > span {
    display: none;
  }

  body > header > div > div {
    min-width:0px;
    justify-content: flex-end;
    padding-right: 12px;
  }

  body > header > div > div > div.kr-account > div.kr-account-pic {
    margin-right: 0px;
  }

  body > footer {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    padding: 7px;
    color: #fff;
    background: #000000;
    box-shadow: 0px -2px 2px 0px #00000038;
    justify-content: space-between;
    z-index: 99999;	  
  }
	.itf-footer {
		font-size: 10px !important;
	}

  body > section {
    height: 100%;
  }

  div.kr-dash-pan-cry > div.kr-dash-pan-lb > ul.kr-dash-pan-cust {
    padding: 5px;
  }



  div.kr-dash-pan-cry > div.kr-dash-pan-lb {
    width: 46px;

  }

  div.kr-dash-pan-cry > div.kr-dash-pan-action > div.kr-dash-pan-action-qtd > label {
    display: none;

  }

  div.kr-dash-pan-cry > div.kr-dash-pan-action > div.kr-dash-pan-action-qtd {
    min-height: 30px;
  }

  body > header > div > div > ul > li[kr-action="kr-calculator"],
  body > header > div > div > ul > li[kr-action="kr-converter"] {
    display:none;
  }

  section.kr-port {
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
  }

  section.kr-list-coins > section {
    max-height: calc(100vh - 80px);
  }

  section.kr-coin-inf > footer {
    display: none;
  }

  section.kr-coin-inf > section > section:last-child {
    display: none;
  }

  section.kr-coin-inf > section > section {
    display: none;
  }

  section.kr-coin-inf > section > section > section.kr-cinf-depthgraph {
    display: none;
  }

  section.kr-coin-inf > section > section > ul.kr-trade-lst {
    display: none;
  }

  section.kr-coin-inf > section > div > section.kr-cinf-order {
    display: none;
  }

  body > header > div > div > div.kr-wallet-top {
    height: 55px;
  }

  body > header > div > div > div.kr-wallet-top > div > div > span {
    font-size: 15px;
  }

  body > header > div > div > div.kr-wallet-top > div > div > label {
    font-size: 13px;
  }

  body > header > div > div > div.kr-wallet-top > div {
    min-width: 118px;
  }

  body > header > div > div > div.kr-wallet-top > div {
    border-bottom: none; border-top: none;
    background: transparent;
  }

  body > header > div > div > div.kr-wallet-top > section {
    top:55px;
  }

  div.kr-overley > section {
    width: 100%;
    position: absolute;
    top:0;
    bottom: 0;
    overflow-y: auto;
  }

  div.kr-overley.kr-ov-charges > section > h2 {
    display: none;
  }

  body > header > div > div > div.kr-wallet-top > section {
    width: 100%;
    right:0;
    left:0; bottom: 0;
    height: calc(100vh - 56px) !important;
  }

  body > header > div > div > div.kr-wallet-top {
    position: unset;
  }

  body > header > div > div > div.kr-wallet-top > section > div.kr-wallet-top-change {
    overflow-y: auto;
  }

  body > header > div > div > div.kr-wallet-top > section > div.kr-wallet-top-resum {
    overflow-y: auto;
    height: calc(100vh - 102px);
  }

  section.kr-balance-credit {
    padding-top: 0px;
    overflow:scroll;
  }

  section.kr-balance-credit > section {
    height: 100%;
  }

  section.kr-chat > section {
    height: 100%;
    width: 100%;
  }

  section.kr-rankingside {
    background: #1d2435;
    right:0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99999999;
  }

  section.kr-calculatorside {
    background: #1d2435;
   right:0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99999999;
  }

  section.kr-converterside {
    background: #1d2435;
    right:0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99999999;
  }
  
  section.kr-orderbookside {
    background: #1d2435;
  right:0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99999999;
  }

  body > header > div > div > div.kr-wallet-top > div > div > span.kr-wallet-top-ammount {
    font-size: 18px;
  }

  section.kr-dashboard {
    max-width: 100%;
  }

  section.kr-dashboard > section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-layer {
    opacity: 1;
  }

  section.kr-dashboard.kr-orderlist-shown-graph {
    padding-bottom: 0px;
  }

  section.kr-dashboard > div.kr-dash-pannel > div > section.kr-dash-pan-hedr > div.kr-dash-pan-hedr-ca > div.kr-dash-pan-hedr-iwsvgs > span  {
    display: none !important;
  }

  div.kr-dash-pan-cry > section.kr-dash-pan-hedr > ul > li:last-child {
    display: none;
  }

  div.kr-dash-pan-cry > section.kr-dash-pan-hedr > ul > li {
    margin-right: 0px;
  }

  div.kr-dash-pan-cry > section.kr-dash-pan-hedr > div > input[type="text"] {
    width: calc(100vw - 465px);
  }

  .kr-heeader-btn-identity > input {
    display: none;
  }

  section.kr-leftside {
    position: absolute;
    bottom: 0;
    top:0;
    z-index: 9999999;
    left:0;
    margin-top: 95px;
  }

  body > header > div > div > div.kr-wallet-top > div > div > label {
    font-size: 9px;
  }
section.kr-dashboard>section.kr-dash-orderlistpassed {
min-height: calc(100% + 109px);
z-index: 999999;
}

section.kr-dashboard>div.kr-dash-pannel.kr-dash-chart-n[nchart="1_single"] {
 height: calc(100vh - 123px);   
  padding-top:0;
}

section.kr-calculatorside > section {
overflow:scroll;   
}

section.kr-newsside > header > ul {
    background-color: #353c4f;
}

.btn.btn-small {
height: 16px; 
}

section.kr-coin-inf > section > div > div.kr-dash-pan-cry > div.kr-dash-pan-action {
display:block; 
}

section.kr-tradehistory > section {
margin-top: 7px;
}

section.kr-tradehistory {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

section.kr-transactionhistory > section {
margin-top: 7px;
}
section.kr-transactionhistory {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

section.kr-dashboard > section.kr-dash-orderlistpassed > header > ul > li {
  width: 20px; height: 20px;
  margin-left: 10px;
  display: flex; justify-content: center; align-items: center;
  padding: 2px;
  box-sizing: border-box;
  cursor: pointer;
}

section.kr-dashboard > section.kr-dash-orderlistpassed > header > ul > li > svg {
  fill:#f4f6f9;
  opacity: 0.7;
}

section.kr-dashboard > section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide .kr-dash-orderlistpassed-optshow {
display:flex; 
}

section.kr-dashboard > section.kr-dash-orderlistpassed .kr-dash-orderlistpassed-opthide {
 display:flex;
}

section.kr-dashboard > section.kr-dash-orderlistpassed .kr-dash-orderlistpassed-optshow {
display: none;
}
section.kr-dashboard > section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide .kr-dash-orderlistpassed-opthide {
 display:none; 
}

nav.kr-leftnav > ul > li > div.kr-leftnav-bubble {
top: 13px;
    right: -3px;
font-size: 9px;
}

section.kr-tradestats {
width: 260px;
    position: absolute;
    background-color: #353c4f;
    z-index: 99999999999999999999999;
    right: 0;
    top: -9px;
    min-width: 260px;
    border-right: 2px solid #131722;
    height: 100%;
    display: flex;
    flex-direction: column;
    display: none;
}

section.kr-tradestats > section {
margin-top: 7px;
}

.footerdiv {
border-radius: 3px;
    padding: 7px;
    margin: 5px 4px 5px 5px;
    color: white;
    background-color: #353c4f;
    border: 1px #ffffff40 solid;    

}
body > header > div > div > ul > li {
    position: relative;
    align-items: center;
    width: 23px;
    margin-right: -7px;
    justify-content: center;
    cursor: pointer;
}

nav.kr-leftnav > ul > li > div.kr-leftnav-bubble {
    position: absolute;
    left: 57px;
    background: #da4830;
    border-radius: 9px;
    color: #f4f6f9;
    padding: 2px 4px;
}

section.kr-dashboard>section.kr-dash-orderlistpassed.kr-dash-orderlistpassed-hide {
min-height: 30px;
    max-height: 30px;
    position: fixed;
}

section.kr-dashboard {
margin-top: 30px;  
}

section.kr-tradestats-shown {display:block;}
section.kr-leftside > div.kr-leftside-hide-controller {background: #066fdc;}


}
@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 850px)
  and (orientation                    : landscape) {
    div.kr-dash-pan-cry > div.kr-dash-pan-lb > ul.kr-dash-pan-comvote {
      transform: scale(0.7);
      padding-left: 5px;
    }
    div.kr-dash-pan-cry > div.kr-dash-pan-lb > ul.kr-dash-pan-pa {
      display: none;
    }
}
@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 792px)
  and (orientation                    : landscape)  {
    section.kr-coin-inf > header > div:last-child {
      display: none;
    }
}

@media
  only screen
  and (min-device-width               : 1px)
  and (max-device-width               : 668px)
  and (orientation                    : landscape) {
    section.kr-coin-inf > header > div.kr-cinf-item:nth-child(5) {
      display: none;
    }
}

.dropbtn {

  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline;
}

.dropdown-content {
display: none;
    position: absolute;
    background-color: #1c2030;
    min-width: 160px;
    margin-top: 12px;
    left: 0px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 13px 11px;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.dropdown-content a:hover {background-color: black;}

.dropdown:hover .dropdown-content {
  display: block;
}