div.delayed-component-content {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.299) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    margin: 2rem auto !important;
}

button.navbar-btn {
    background-color: #d45c34; /* your colour */
    color: #fff;
    border-radius: 3px;
    padding: 8px 16px;
    border: none;
    transition: filter 0.2s ease;
}

button.navbar-btn:hover {
    filter: brightness(90%);
    cursor: pointer;
}

button.navbar-btn:active {
    filter: brightness(80%);
}

button.navbar-btn:disabled {
    background-color: rgb(230, 200, 190);
    color: #fff;
    cursor: not-allowed;
    opacity: 0.7;
}

  h2.text-left.h2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 2rem;
  }

hr.theme-curved-bottom-line{
  display: none !important;
  

.theme-curved{
  padding:0 5% !important;      /* top/bottom 0, left/right 5% */
}
@media (min-width:768px){
  .theme-curved{ padding:0 5% 0 8% !important; }  /* give 8% left on larger screens */
}

h3, .h3{
  margin-top:20px !important;
  margin-bottom:15px !important;
}