:root {
  --blue: #003c71;
  --dark-blue: #052b48;
  --orange: #ff671f;
  --yellow: #fecc04;

  --ig-status-text-color: var(--dark-blue); /* 1. IG Title text color */
  --footer-container-bg-color: var(--blue); /* 4. Footer container color */
  --btn-hover-color: var(--dark-blue); /* 6. Menu button hover color */
  --btn-active-color: var(--orange); /* 7. Menu button active color */
  --btn-text-color: #fff; /* 8. Menu button text color */
  --publish-box-bg-color: var(--yellow); /* 15. Publish box background color */
}

.navbar-inverse {
  background: linear-gradient(90deg, #f26522, #f78e1e 50%, #f7a01e);
}

table td {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

table table td:not(:last-child) {
  border-right: 1px solid #ccc;
}

table table td:first-child {
  width: 125px;
}

table table td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
}
