html,body {
	
	background-color: #e762a4;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #001947;
	font-size: 15px;
    background-image: url('img/bg_web.jpg');
    background-repeat: no-repeat;
     background-position: top;
	}
	
.outercontainer { 
	width: 420px;
    max-width: 420px;
    margin: auto;
    background-color: #ffffff;
    padding: 14px;
}

.headertableclass{
	width: 445px;
	border: 0px;
	padding: 3px;
	background-color: #3b4956;
}

.headertitle{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

select {
    /* height: 30px;
    line-height: 25px;
    -webkit-appearance: menulist-button;
    -moz-appearance:none;*/
    }

    input {
        /*height: 30px;
        line-height: 25px;
         -webkit-appearance: menulist-button;
        -moz-appearance:none;
        -webkit-appearance: none;*/
        }
    

.lastUpdatedClass{
	font-size: 14px;
	color: #90b0d1;
}

.highlightColor{
	color: #e7364f;
}

.coinsymboltext{
	font-size: 14px;
	color: #6d8093;
	text-align: center;
	width: 32px;
}



.headlinebox { 
	font-size: 16px;
	background-color: #4e6275;
	 padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.totalassetboxclass { 
	background-color: #3b4956;
	 padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.totalassetfiat { 
   color: #ffffff;
	font-size: 30px;
	 padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.totalgainfiatclass { 
   color: #b2cee8;
	font-size: 19px;
	 padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.totalassetfiatchangeBG { 
   color: #b2cee8;
	font-size: 17px;
	 padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	 margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;    
}

.totalassetfiatchangeNumber { 
   color: #b2cee8;
	font-size: 17px;
	 padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
	 margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;    
}


.reloadBoxClass { 
 color: #222b33;
	 padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}


.loadingstatus { 
 	color: #7e9ebc;
 	font-size: 15px;
	 padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

.portfoliotableclass { 
 color: #59738c;
 	 margin-top: 6px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px; 
	 padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}

.marketboxclass { 
 color: #59738c;
 	 margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px; 
	 padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
}



.chart-box-class {
	width:100%;  
	margin: 0 auto;
}

.options-main-class {
 color: #ffffff;
 background-color: #56666d;
 	 margin-top: 12px;
 	 width: 495px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px; 
	 padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    display:none;
}


.options-box-class{
	width:100%;  
	margin: 0 auto;
	
}


.chart-headline {
	text-align:center; 	
 	color: #d1d1d1;
 	background-color: #4e6275;
 	font-size: 17px;
 	font-weight: bold;
 	margin-bottom: 3px;
}


.bottominfoclass{
 color: #3b4b59;
 font-size: 14px;
 text-align: center;
}



.tablelinehead{
	font-size: 20px;
}


.res_table { background-color:#eee;border-collapse:collapse; font-size:100%; }
.res_table th { background-color:#000;color:white;width:50%; font-size:100%;}
.res_table td, .res_table th { padding:5px;border:1px solid #000; font-size:100%; }


.button-9 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #e7364f;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 44px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }
  
  .button-9:disabled {
    cursor: default;
  }
  
  .button-9:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }

  
.button-8 {
    appearance: button;
    backface-visibility: hidden;
    background-color: #e7364f;
    border-radius: 6px;
    border-width: 0;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    font-size: 100%;
    height: 44px;
    line-height: 1.15;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s,box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
  }
  
  .button-8:disabled {
    cursor: default;
  }
  
  .button-8:focus {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
  }