
@media screen and (max-width: 500px) {

.price .header {
  background-color: #111;
  color: white;
  font-size: 12px;
  min-height: 90px;
}
  

.header a {
  float: none;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  line-height: 20px;
  border-radius: 2px;
  margin-left: 22px;
}

  
  
  
  .columns {
    width: 50%;
    padding: 4px;
  }

  .columns2 {
    width: 50%;
  }  


  

.w3-panel {
  margin-top: 12px;

}
  
  
  .header .mobile {
    display: block;
  }

.header .desktop {
    display: none;
  }
  

.w3-padding-16 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}


.w3-large {
  font-size: 8px !important;
}



  
 .columns {

  margin-bottom: 1px;
}
  
  .price .header {
 min-height: 8px;
}  
  

  .header a {
    float: none;
    display: inline;
    text-align: center;
    margin-left: 0px;
  
  } 
  
  
.header-right {
  float: right;

}


  

  .header { 
text-align: center;
float: none;
}


.label {
  font-size:20px;

}

.label2 {
  color: white;
  padding: 6px;
  font-family: Arial;
  font-size: 5vw;
 text-align: center;
  display: inherit;
  margin-top: 25px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 20px;


}



.label {
  color: white;
  padding: 8px;
  font-family: Arial;
  font-size: 18px;
  text-align: left;
  display: inherit;

  margin-top: 4px;

}

  

}
