body {
  margin: 0;
  background: url(./logo.jpeg) no-repeat center center fixed;
  background-size: cover;
  font-family: "Lato", "Helvetica Neue", arial, helvetica, sans-serif;
}

#header {
  height: 76px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  background-color: rgb(248, 248, 248);
  box-shadow: inset 0 -10px 8px -5px rgb(0 0 0 / 10%);
}

#header p {
  display: block;
  width: auto;
  max-width: 630px;
  margin: 10px;
  background: #eee;
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

#header p a {
  color: #e65524;
  text-decoration: none;
  display: inline-block;
}

#header p a:hover {
  text-decoration: underline;
}

.pull-right {
  float: right;
}

#main {
  clear: both;
  border: 1px solid #aaa;
  border-top: none;
  border-bottom: 1px solid #bbb;
  padding: 10px 10px 20px 10px;
  background: #fff;
  border-top: 1px solid #ccc;
}

#logo {
  display: block;
  text-decoration: none;
  outline: none;
  height: 64px;
  max-width: 400px;
  padding: 5px 0 7px 5px;
  text-align: left;
}

#footer {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 0.9em;
}

#container {
  /* background: #fff; */
  width: 960px;
  /* width: 80%; */
  margin: 0 auto;
  box-shadow: 0 0 6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  /* -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 50%); */
  background: rgb(255 255 255 / 95%);
  border-radius: 15px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 0px 8px 2px rgb(255 255 255);
  padding: 10px;
  /* text-align: center; */
}

.flush-left {
  text-align: left;
}

h1 {
  margin: 0 0 0.7em;
  padding: 0;
  font-size: 1.5em;
  color: #0a568e;
}

a {
  color: #184e81;
  text-decoration: none;
  display: inline-block;
}

.ticket_info {
  background: #f4faff;
}

table {
  vertical-align: top;
  width: 100%;
}

.ticket_info th {
  text-align: left;
}

.ticket_info thead th {
  border-bottom: 2px solid #ccc;
}

table.custom-data {
  margin-bottom: 1em;
}

.ticket_info.custom-data thead th {
  border-bottom: 2px solid #ccc;
  background-color: white;
}

.custom-data td {
  padding: 3px;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.img_view {
  width: 100%;
  height: auto;
}

#prnt {
  width: 70px;
  top: -6px;
  position: relative;
}

@media screen and (max-width: 950px) {
  #container {
    width: 95%;
  }

  #header {
    display: none;
  }

  td {
    max-width: 115px;
  }
}
