.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.border-top {
    border-top: 2px solid #eee;
}
.border-bottom {
    border-bottom: 10px solid #eee;
}


.add-margin-top {
    margin-top: 10px;
}


.add-padding-bottom {
    padding-bottom: 5px;
    color: #f2f2f2;
}

header {
  /* border-right: 0px solid #eee; */
  text-align: right;
  /* padding-top: 20px; */
  margin-top:-25px;
}
/* footer{
  padding-top: 0px;
} */
.add-padding-right {
  padding-right: 10px;
}

/* @media print, screen and (max-width: 900px) {
  header {
    padding-right: 0;
    border-right: 0 solid #eee;
  }
  header .text-right {
    text-align: center;
  }
} */
