body {
	color: purple;
	background-color: #d8da3d
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

/*
@media only screen and (max-width: 926px) {
  .action-bar-text  {
    display: block !important;
  }
}
*/
@media only screen and (max-width: 940px) {
  .action-bar-text  {
    display: block !important;
  }
}

/******
#action-bar div {
  display: unset;
  background-color: pink;
}
.sf-root > img {
  display: inline-block;
  width: 100px !important;
}
******/

#action-bar-text {
  display: inline-block;
}

.badge-container {
  display: inline-block;
  width: 65px !important;
}

#header {
	width: 100%;
	height: 2em;
	font-size: 110%;
	color: #fff;
	background-color: #004b85;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
}

#header2 {
	width: 100%;
	height: 1em;
	font-size: 90%;
	color: #004b85;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #97d700;
	border: thin solid #004b85;
}
#id-span {
	display: inline-block;
	float:right;
	padding-right: 1em;
}

#admin-menu {
	font-size: 1em;
	padding: 1em;
}

#news-title {
	font-weight: bold;
	line-height: 24px;
}

#news-editor {
	height: 36em;
}

#older-news-articles {
	width: 100%;
	height: 100%;
}
#older-news-articles-button {
	text-align: center;
	width: 20%;
	padding: .5em;
	background-color: #97D700;
	border: thin solid grey;
}

article.hentry {
	border: none !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.entry-content .short-content.full-width {
	margin-bottom: 0px !important;
}

.content-area {
	min-height: 300px !important;
}

#unform-license-div {
	height: 35em !important;
}

#notice-me {
	height: 1.8em;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #004183;
	padding-top: 2px;
	padding-left: 1em;
	border-radius: 25px;
}

