@import url("colorbox.css");
@import url("stylesheet.css");
@import url("jquery.qtip.min.css");

/* Juan. 28.04.2014. Style to adjust the QR graphs
   icon size for the devices of less than 400px */
@media screen and (max-width:400px) {

  #center img {
    margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding: 0px;
    max-width: 95%;
  }
  div.box1 {
      border: 1px solid #292929;
      font-size: 100%;
      margin-bottom: 1px;
      margin-top: 1px;
      padding: 2px;
  }
}
