#privacyOptions > span.selected , #privacyOptions > span:hover {

		border: 1px solid #FFC112;
}
#privacyOptions > span {
	padding:10px;
	display: inline-block;
	background-color: #374c5e;
	border: 1px solid rgba(0.0,0.0,0.0,0.0);
}
#streamerSettingsContainer {
	max-width: 1000px;
}

#nameBar {
	    align-items: center;
}
.container {
	display: flex;
	margin: unset;
}
.container > div {
	margin: 0 auto;
}

#stuffToAdd  {
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
#stuffToAdd > * {
    margin: 1em;
}
.unknownStreamer .rooBu {
	padding: 0.5em;
	display: block;
	margin: 0.25em auto;
} 
.unknownStreamer h2 a {
	font-size: 0.7em;
}
#streamerLogout {
	    align-self: baseline;
}

#proposedMoves .daNewHrLogo {
  height: 1.25em;
	
}

#proposedMoves .proposedMove .topLine { 
	display:flex; 
	gap: 0.25em;
	  align-items: center;
align-items: flex-start;
}
#proposedMoves .titleLabel {
	/* font-family: Trebuchet MS; */
	font-size: 0.9em;
	color:grey;
}
#proposedMoves .movedAt {
	  color: gray;
  font-size: 0.75em;
  margin-right: 0.5em;
}
#proposedMoves .movedBy {
	display: flex;
	gap: 0.25em;
	align-items: center;
	font-weight: bold;
	gap: 0.5em;
}
#proposedMoves .title {
    font-weight: bold;
    margin: 0em 0 0.5em 0;
    font-size: 1.25em;
}
#proposedMoves .proposedMove  .twitchIco {
	height: 1em;
	height: 1.25em;
	
}
#proposedMoves .proposedMove {
    margin-left: 1em;
    margin-bottom: 0.25em;
    /* display: flex; */
    gap: 0.25em;
    align-items: center;
		gap: 0em;

}
.charNameData a {
    display: flex;
    flex-gaP: 0.5em;
    gap: 0.25em;
    align-items: center;
}
.moveInfo {
  display: flex;
  justify-content: center;
  gap: 0.25em;
  align-items: center;
}
.moveStatus .fa-times {
	color:red;
	
}
.moveStatus  .fa-check  {
	color:green;
	
}
.moveStatus .fa-hourglass {
	color: grey;

	font-size: 0.85em;
}
.moveStatus {
  display: flex;
  width: 1em;
  align-content: center;
  justify-content: center;
}
#proposedMoves {
    margin-bottom: 0.75em;
	    clear: both;

}
.charactersInfoForU {
    margin-left: 1em;
    /* margin-top: 1em; */
    margin-bottom: 1em;
	    margin-right: 1em;
}
.onlyDelete {
    font-weight: bold;
    color: red;
}
.charactersInfoForU.warn  h3 {
	font-size: 1.25em;
    text-align: center;
}
.editCurrentServer {
    margin-left: 0.2em;
    display: flex;
    gap: 0.25em;
    align-items: center;
	    gap: 0.2em;
}
#assignedTo {
    /* margin: 0.5em 1em 1em 1em; */
    display: flex;
    gap: 0.25em;
    margin: 0.5em 0;
    display: flex;
    align-items: center;
}

.unknownStreamer h2 span {
	color: white;

}
.unknownStreamer h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .warn { */
	/* text-align: center; */
	/* color: white; */
/* } */
#blurb p {
    margin: 0.25em 0 0.5em 1.25em;
}
#blurb {
	clear: both;
	max-width: 1000px;
}
#pageData  > .container {
	margin: 0 auto;
	    margin: 1em auto;

}
.centerBox  p {
    margin: 0.25em 0em;
}

.centerBox {
	max-width: 1000px;
    margin: 0 auto;
}
