@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700';

#inner {
  display: table;
  margin: 0 auto;
}

.fixed-top {
  width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.divText {
	background-color: white;
    position: absolute;
    width: 1110px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    z-index: 1030;
}

body {
    background-color: #DCDCDC;
}

.barcode{
    white-space:pre;
}
