* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

body {
  padding: 0 !important;
}

.text-right {
  text-align: left !important;
}

h2 {
  font-size: 20px !important;
  font-weight: bold !important;
}

p span[style*="background-color"] {
  background-color: #ffff00 !important;
}

span.badge-success {
  background: #74aa69 !important;
  color: white !important;
}

span.badge-error {
  background: #f47264 !important;
  color: white !important;
}

span.badge-warning {
  background: #e1ae67 !important;
  color: white !important;
}

a.btn, .sidebar, .totop {
  display: none !important;
}

.page-head-content, .widget {
  border: none !important;
}

button {
  display: none !important;
}

form {
  margin: 0;
}

.accept-block {
  margin-bottom: 5px;
}
