
article p {
  line-height: 1.5;
}

article hr {
  margin: 4em 0;
}

article code {
	font-family: monospace;
	white-space: pre;
	background: #eee;
  padding: 0.15em 0.25em;
  border-radius: 4px;
}
article pre code {
  background: #fff;
}
article img {
  height: auto;
  max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

article blockquote {
	color: #989898;
	border-left: 4px solid #eee;
	padding-left: 20px;
	margin: 0;
}

footer {
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 18px 8px;
  text-align: center;
  font-size: 0.75em;
  background-color: #FFF;
}

h1#title {
	font-size: 2.75em;
}

#timestamp {
	color: #aaa;
}

#share-button {
	margin: 0 auto;
	text-align: center;
}

#codes {
  display: block;
  width: 100%;
  height: 250px;
}

#catDur {
  margin-bottom: 35px;
  padding-bottom: 16px;
  border-bottom: 1px solid black;
}

#category {
  color: white;
  display: inline;
  font-size: 0.85em;
  padding: 5px 8px;
  background-color: var(--main-color);
  border-radius: 3px;
}

#duration {
  color: #aaa;
  float: right;
  display: inline;
}

input[type=button], input[type=submit] {
	-webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
  background-color: var(--main-color);
  border: none;
  border-radius: 3px;
  color: white;
  padding: 8px 27px;
  font-size: 1.1em;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

input[type=button], input[type=submit]:hover {
	background-color: var(--main-hover-color);
}
