.hashitem {
  display: table-cell;
  width: auto;
  height: 30px;
  color:black;
  font-size:16px;
  border: 1px solid #bbb;
  background-color:#eee;
  text-align:center;
  vertical-align:middle;
  margin:auto;
  padding:2px;
}

.hidden_hashitem {
  display: none;
}

.textitem{
  background-color:#f9f9f9;
  border-color:white;
}

.updateitem{
  color:white;
  background-color:#ff9933;
  text-align:center;
  border-color:white;
  cursor:pointer;
}

.clearitem{
  color:white;
  background-color:#444;
  text-align:center;
  border-color:white;
  cursor:pointer;
}

.additem{
  color:white;
  background-color:mediumseagreen;
  text-align:center;
  border-color:white;
  cursor:pointer;
}

.deleteitem{
  color:white;
  background-color:tomato;
  text-align:center;
  border-color:white;
  cursor:pointer;
}

.indexitem{
  color:#bbb;
  background-color:#eee;
  text-align:center;
  border-color:white;
  cursor:default;
}

.hashcontainer{
	position:relative;
	display:inline-block;
	width: 1500px;
 	height:100%;
	background-color:#fefefe;
	overflow-y:auto;
	text-align: center;
	padding:0;
	margin-left:3vw;
	top:7vh;
	text-align:center;
}

.editorstatus{
	font-size:30px;
	display:inline;
	position:fixed;
	text-align:center;
	vertical-align:middle;
	width:256px;
	height:64px;
	top:0px;
	background-color:#eee;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	right:0;
	padding:auto;
	float:clear;
	border: 1px solid #bbb;
	color:white;
}

.editorlabel{
	display:inline-block;
	font-size:20px;
	background-color: #444;
	width:100%;
	height:auto;
}

.loadinganimation{
	display:inline-block;
	font-size:20px;
}

.statuslabel{
	display:inline-block;
	font-size:20px;
}

.accessstatus{
	font-size:30px;
	display:table;
	position:relative;
	text-align:center;
	vertical-align:middle;
	width:236px;
	height:200px;
	background-color:#444;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	float:clear;
	border: 1px solid #bbb;
	color:white;
}
.accesssign{
	width:159px;
	height:auto;
}.editorlinks{	font-size:30px;	display:inline;	position:fixed;	text-align:center;	vertical-align:middle;	width:256px;	height:150px;	bottom:0px;	background-color:#eee;	margin-top:auto;	margin-bottom:auto;	margin-left:auto;	margin-right:auto;	right:0;	padding:auto;	float:clear;	border: 1px solid #bbb;	color:white;}