p {
  font-size: large !important;
}
div.text-center {
  margin-bottom: 1em;
  p {
    font-size: small !important;
  }
}
h4.border-top {
  padding-top: 0.5em;
}
a.plan{
  vertical-align: middle;
  font-size: small;
}
table#cron {
  th, td {
    padding: 0.5em;
    border: 1px solid silver;
  }
  border-collapse: collapse;
}
@media (max-width: 1000px) {
  .w-75 {
    width: 100% !important;
  }
}
@media (min-height: 1000px) {
  .w-75 {
    width: 100% !important;
  }
}