/* Enter Your Custom CSS Here */
.top-bar {
  color: white;
  background-color: #F37E20;
  font-weight: bold;
  padding: 0.8em 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  font-size: 0.875rem;
  content: "";
  display: table;
  table-layout: fixed;
}