body {
  background: #222;
  background-image: url('/return-bg.jpg');
  background-size: cover;
  font-family: 'Theinhardt', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Ubuntu', sans-serif;
  height: 100vh;
  padding: 0;
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

form,input,select,button {
  font-family: 'Theinhardt', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Ubuntu', sans-serif;
  outline: none;
}
textarea {
  outline: none;
}

form {
  text-align: left;
  font-size: 1.125em;
  line-height: 1.6em;
  padding: 0.25em 0.4em;
}

form label {
  display: none;
}

#post-note-form input {
  font-family: inherit;
  font-size: 1.125em;
  padding: 0.25em 0.4em;
  margin: 0 0 0.5em 0;
  line-height: 1.6em;
  background-color: #eee;
}

#post-note-form input[type="submit"],
input[type="submit"],
input[type="button"],
button,
.btn {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  cursor: pointer;
}
#post-note-form input[type="submit"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.btn:hover {
  border: 1px solid #222;
  background-color: #fff;
  color: #222;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  cursor: pointer;
}


#post-note-form textarea {
  font-family: inherit;
  height: 300px;
  width: 100%;
  font-size: 1.125em;
  padding: 0.25em 0.4em;
  margin: 0 0 0 0;
  line-height: 1.6em;
  background-color: #eee;
}

.ref-table {
  font-size: 80%;
}

.ref-table ul {
  list-style-type: none;
}

.ref-table-col {
  margin:0;
  padding:0;
}
 
#container {
text-align:center;
margin: 0rem auto;
display:block;
padding: 1rem;
max-width: 800px;
}

header {
display:block;
text-align:center;
margin: 0 0 1rem 0;
}

header img {
width: 100%;
height: auto;
}

section {
  background: #ffffffdd;
  display: block;
  min-height: 225px;
  box-shadow: 0px 3px 5px #111;
  margin: 1rem 0;
  padding: 1rem 2.5rem 1rem 1.5rem;
}

section h2 {
  font-size: 1.1rem;
  text-align: left;
}



#editor_avatars {
  margin: 1rem 0;
  display: block;
}

form,
#post-note-form  {
  display: block;
}

select,
input[type="button"],
input[type="text"],
input#bookmark,
input#subject {
  width: 100%;
  overflow: hidden;
  font-size: 1.25rem;
}

select,
input[type="button"],
input,
textarea {
  border: 1px solid #ccc;
  background-color: #eee;
  color: #222;
}

.editor_avatar {
  margin: 0.5rem;
  display: inline-block;
  box-shadow: 0px 3px 5px #111;
  border-radius: 3rem;
}

section#enter-mention { box-shadow: none; }

section ul {
 text-align: left;
}

@media only screen and (max-width: 700px) {
  body { background-size: auto 1500px; }
}

.description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

p {
}

svg {
  margin: 10px;
  width: 54px;
  height: 57px;
}
h3,
h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #242d60;
  margin: 0;
}

h3 {
  font-size: 1.25rem;
  line-height: normal;
  margin: 2rem 0 1.25rem 0;
}

h5 {
  opacity: 0.75;
}

/*
a {
  text-decoration: none;
  color: white;
}
*/

a,
.product a {
  color: #242d60;
  text-decoration: underline;
}

a:hover,
.product a:hover {
  opacity: 0.8;
}

select {
  padding: 0.67rem;
  margin: 0 0 0.5rem 0;  
  border-radius: 0;
  width: 100%;
  appearance: none;
  cursor: pointer;
}

#post-note-form select {
  max-width: 280px;
}

#wp_editor-field:before {
  content: "Select Author";
  opacity: 0.5;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0.25rem;
}

#container:after {
    content: ' ';
    clear: both;
    display: table;
}

#word-count {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.25rem;
  font-style: italic;
}


#note-input textarea:focus,
#note-input input[type="text"]:focus,
select:focus {
  background-color: #eee;
  border-color: #000;
}
