@charset "utf-8";
/* CSS Document */
<style>

h1 {
font-weight: bold;
}

h2 {
font-weight: bold;
}

h3 {
font-weight: bold;
}

h4 {
font-weight: bold;
}

h5 {
font-weight: bold;
}

p {
  color: #191919;
}

html {
  background: #D7D2CB;
	background-blend-mode: overlay;
  	background-size: cover;
	background-repeat:no-repeat;
  height: 100%;
}

body {
padding-bottom: 0!important;
}

.body-content {
	background: #D7D2CB;
	background-blend-mode: overlay;
	background-size: cover;
	background-repeat:no-repeat;
	padding: none
	border-radius: 10px
}

.theme-panel {
	background:#F7F4EB!important}


div.tab-content {
    background: rgb(230,230,230);
}

.dropdown {
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fcfcfc;
  min-width: 800px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.btn-default {
	background-color: #fcfcfc!important;
	border-color: #003535!important;
	background-image: #fcfcfc!important;
}