@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

body {
  padding-top: 60px;
}

#qrcode canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
}

.img-frame {
  padding: 15px;
  background: white; 
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.3);
  border-radius: 5px;
  max-width: 200px;
  margin: 0 auto;
}

.img-frame canvas {
  width: 100%!important;
}

.img-frame img {

  display: block;
  margin: 0 auto;
}

.modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.shortcode {
  display: inline-block; 
  margin-left: 5px;
  font-family: monospace;
  font-weight: bold;
}

@media (min-width: 768px){
.modal-dialog {
    margin: 5px auto;
}
}

.modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
