     
     
         @import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
	 background: #1c1f2b;
	 color: #ccc;
	 font-family: "Open Sans", sans-serif;
	 font-size:80%;
	 
    height:100%; 
}

/* LIST */
ul {
  list-style: none;
}

/* FORM */
.input {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.lab {
  display: block;
  float: left;
  height: 100vh;
  width: 40px;
  overflow: hidden;
  background: #30354a;
  text-align: center;
  font-size: 14px;
  line-height: 50px;
  transition: background 100ms ease;
}
.lab:hover {
  transition-duration: 0s;
}

li:nth-child(even) > input + .lab {
  background: #3a4059;
}

.lab:hover,li:nth-child(even) > input + .lab:hover {
  background: #30354a;
  color: #fff;
  cursor: pointer;
}

input[type="radio"]:checked ~ .lab {
	 background: #2a2f45;
	 color: #fff;
	/* cursor: default !important;*/
	 font-size: 1.8em;}

/* SLIDES */
.accslide {
  display: block;
  height: 100%;
  width: 0px;
  padding: 10px 0;
  float: left;
  overflow-x: hidden;
  font-sizes: 12px;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 700ms ease;
  background-color: #30354a;
}
.accslide * {
  padding-left: 0px;
}
.accslide img {
  margin-top: 10px;
}

input[type=radio]:not(:checked) ~ .lab > * {
  padding-left: 7px;
  font-size: 1.5em;
  white-space: nowrap;
  transform: rotate(90deg);
}

 input[type="radio"]:checked ~ .lab > * {
 padding-left: 7px;
	 font-size: 1.9em;
	 white-space: nowrap;
	 transform: rotate(90deg);
 
 
 
	 
}

li:nth-child(1):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 80px);
}

li:nth-child(2):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 80px);
}

li:nth-child(1):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 120px);
}

li:nth-child(2):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 120px);
}

li:nth-child(3):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 120px);
}

li:nth-child(1):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 160px);
}

li:nth-child(2):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 160px);
}

li:nth-child(3):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 160px);
}

li:nth-child(4):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 160px);
}

li:nth-child(1):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(2):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(3):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(4):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(5):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 200px);
}

li:nth-child(1):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(2):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(3):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(4):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(5):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(6):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 240px);
}

li:nth-child(1):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(2):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(3):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(4):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(5):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(6):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(7):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 280px);
}

li:nth-child(1):nth-last-child(8) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(2):nth-last-child(7) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(3):nth-last-child(6) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(4):nth-last-child(5) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(5):nth-last-child(4) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(6):nth-last-child(3) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(7):nth-last-child(2) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}

li:nth-child(8):nth-last-child(1) input[type=radio]:checked ~ .accslide {
  width: calc(100% - 320px);
}
     
     #Button10,#Button20{font-size: .6em;}
 

 #buy table { 
    border-collapse: collapse; 
    width: 100%;
    border-top:    1px solid #00e600;
  border-right:  1px solid #00e600; 
  border-left: 1px solid #00e600;
    
}
#sell table { 
    border-collapse: collapse; 
    width: 100%;
    border-top:    1px solid #ff5e00;
  border-right:  1px solid #ff5e00; 
  border-left: 1px solid #ff5e00;
    
     }
td{
   text-align: justify;  
     
 }
tr:first-child {
     border : 1px solid;
  }
tr:first-child > td{ 
    color:#eff21f;
    text-align: center;
    background-color: black;
}

#buy{color: #00e600;}
#sell{color: #ff2b6a;}
.imgLODING{
 
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: 1%;
    width: 4%;
 }
table{
    font-size: .8em;
    
  
  
}
#head{
    color:#eff21f;
    margin-top: -10px;
    width: 99.8%;
    border-top:    4px solid #ff5e00;
     border-right:  3px solid #ff5e00; 
    border-left: 3px solid #ff5e00;
     border-bottom: 2px solid #ff5e00;
    font-size: 1.2em;
}



 #buy table { 
    border-collapse: collapse; 
    width: 100%;
    border-top:    1px solid #00e600;
  border-right:  1px solid #00e600; 
  border-left: 1px solid #00e600;
    
     
}
#sell table { 
    border-collapse: collapse; 
    width: 100%;
    border-top:    1px solid #ff5e00;
  border-right:  1px solid #ff5e00; 
  border-left: 1px solid #ff5e00;
    
     }
td{
   text-align: justify;  
     
 }
tr:first-child {
     border : 1px solid;
  }
tr:first-child > td{ 
    color:#eff21f;
    text-align: center;
    background-color: black;
}

#buy{color: #00e600;}
#sell{color: #ff2b6a;}
.imgLODING{
 
    margin-top: 2%;
    margin-bottom: 1%;
    margin-left: -95%;
    width: 4%;
 }
 
@media screen and (max-device-width:600px) 
 {
      table{
    font-size: 2.75em;
}

.floatedElement {
  float: left;
  margin: 1px;
  width: 99.8%;
  border: 1px solid;
  border-color: yellow;
}
.lab[for="rad1"]{
   
  width: 48px;
  
}

}

@media screen and (max-device-width:1023px)and (min-device-width:601px)
 {
      table{
    font-size: 0.875em;
}

.floatedElement {
  float: left;
  margin: 0px;
  width: 49.8%;
  border: 1px solid;
  border-color: yellow;
}
}

@media screen and (min-width: 1024px) {
   table{
    font-size: 0.875em;
    }

.floatedElement {
  float: left;
  margin: 0px;
  width: 24.9%;
  border: 1px solid;
  border-color: yellow;
}
 
}
 #promotion{
 
    position: absolute;
    bottom: 0;
    right: 0; /* set the right to 0 */
  
     
     
 }    
 

     
     
     