:root {
    --header-background-color: #FFFFFF;
    --header-foreground-color: #5E514D;
}

/* default theme CSS */
:root {
    --body-font-family: 'Open Sans', sans-serif;
    --headings-font-family: 'Open Sans', sans-serif;
    --body-background-color: #F7FAFC;
    --panel-background-color: white;
    --panel-border-color: #E3E8EE;
    /*--panel-color: #15272E;*/
    --background-image: none;
}

:root {
}

/* custom board CSS */
body {
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
    background: #fafafa;
    color: #5E514D;
    line-height: 1.5;
    overflow-x: hidden;
}

button.btn.btn-upvote {
  background-color: #CF7F00;
}

button.btn.btn-default.active, button.modal-footer button.btn + button.btn.btn-default.active {
    color: #fff;
    background: #CF7F00;
    border-color: #CF7F00;
}

button.btn.btn-success, button.btn.btn-primary, button.modal-footer button.btn + button.btn.btn-success, button.modal-footer button.btn + button.btn.btn-primary {
    background: #CF7F00;
    border-color: #CF7F00;
}

button.btnVoteUp:disabled, button.btnVoteUp.disabled {
  background: #CF7F00;
  color: #fff;
}
button.btnVoteUp:disabled:hover, button.btnVoteUp.disabled:hover {
  background: #CF7F00;
  color: #fff;
}

a {
  color: #CF7F00;
  font-weight: 400;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out;
  outline: 2px solid transparent !important;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #CF7F00;
  text-decoration: underline;
}

button.btn.btn-invisible, button.modal-footer button.btn + button.btn.btn-invisible {
  background: transparent;
  color: #CF7F00;
  border-color: transparent;
}

a.sVotes:hover {
  color: #CF7F00;
  text-decoration: none;
}

button.suggestionBody button.imageModal a, button.suggestionComments button.imageModal a {
  color: #CF7F00;
}

button.btn.btn-success:hover, button.btn.btn-primary:hover {
    background: #a36708;
    border-color: #a36708;
}

.btn.btn-success:hover, .btn.btn-primary:hover {
    background: #a36708;
    border-color: #a36708;
}


.btn.btn-primary {
    background: #CF7F00;
    border-color: #CF7F00;
}

button.btn.btn-voted {
    background: #E0C2B0;
}

.btn.btn-voted {
    background: #CF7F00;
}

div.vote-info span.vote-label {
    background: rgb(240 106 30 / 8%);
	border: 0px;
}
div.vote-info span.vote-count {
	border: 2px solid #453B38;
	color: #453B38;
}

.sInfo .sTitle a:hover {
    text-decoration: none;
    color: #a36708;
}

