body {
  font-family: arial;
  -webkit-text-size-adjust: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}

.container {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.navigation {
	width: 100%;
	display: flex;
}

.navigation-inner {
	flex: 1; /* All items take equal space */
}

.navigation-left {
	text-align: left;
}

.navigation-right {
	text-align:  right;
}

.navigation-center {
	text-align: center;
}

.logo {
	border: none;
}



.menu-icon {
  width: 20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  float: right;
}

.menu-icon span {
  display: block;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
}

.post-button-area {
	display: inline;
	margin-right: 15px;
}

