* {
  margin: 0;
  padding: 0;
  font-family:Arial;
}

body {
  background-color: #dedede;
}
.top-bar {
  background: #FFF;
  color: #000;
  padding: 10px 40px;
  position: absolute;
  left:0px;
  top:0px;
  width: calc(100% - 80px);
  height:60px;
  display: table-cell;
  vertical-align: bottom;
}

.logo {
  float:left;
  width:40%;
}
.pagination {
  padding: .5em 0px;
  float:left;
  width:20%;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.pagination button i.fas {
  background: white;
  font-size: 1.5em;
}

.socials {
  padding: .875em 0px;
  float:left;
  width:40%;
  text-align: right;
}

.socials ul {
  list-style: none;
}

.socials ul li {
  display: inline-block;
  margin: 0 .5em;
}

.socials ul li a {
  color:#000 !important;
  text-decoration: none;
}
.socials ul li a i {
  color:#000 !important;
  background: white;
  font-size: 1.5em;
}

.socials ul li a:hover, .socials ul li a:hover i {
  color:#0d296e;
}


#pdf-holder {
  margin-top:70px;
  width:100%;
  background-color: #dedede;
  min-height: 100%;
  text-align: center;
}

canvas {
  max-width: 1024px;
  margin: 70px auto 0 auto;
}

.btn {
  color: #000;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn:hover {
  opacity: 0.9;
}

.page-info {
  margin: 0 .5rem;
}

.error {
  background: orangered;
  color: #fff;
  padding: 1rem;
}
