body
{
	font-family: Arial;
}

.style_1{
	font-weight: bold;
}

.style_2{
	font-style: italic;
}

.style_3{
	text-decoration: underline;
}

.style_4{
	text-decoration: line-through;
}

.color_1{
	color: black;
}

.color_2{
	color: red;
}

.color_3{
	color: #e16946;
}

.color_4{
	color: #44bb44;
}

.color_5{
	color: blue;
}

.color_6{
	color: purple;
}

.color_7{
	color: gray;
}

.bar{
  background-color: #2c2c2c;
}

.button{
  padding: 8px 16px;
  margin: 0;
  border: 0;
  border-radius: 8px;
  font: 14px Helvetica;
  white-space: nowrap;
  background-color: #2c2c2c;
  color: #8ba9e8;
  transition: all 0.25s ease-out;
}

.category{
  color: #8ba9e8;
  font: 16px Helvetica;
  margin: 16px 8px 24px 8px;
  cursor: pointer;
  transition: color .25s ease-out;
}

.category:hover{
  color: #3b5998;
}

.categorynote{
  font: 14px Helvetica;
  margin: 4px 0px 4px 0px;
}

#liatip{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2c2c2c;
    border-radius: 8px;
  	font: 14px Helvetica;
  	white-space: nowrap;
  	color: #8ba9e8;
  	padding: 16px 16px 16px 16px;
  	transition: all 0.25s ease-out;
  	box-shadow: 0px 0px 8px #0c0c0c;
}

.upper-bar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	background-color: #2c2c2c;
	box-shadow: 0px 0px 8px #0c0c0c;
}

.lower-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 0px 1px 1px 1px;
	background-color: #2c2c2c;
	box-shadow: 0px 0px 8px #0c0c0c;
}
