body {
  margin: 0 auto;
  max-width: 50em;
  font-family: "Helvetica", "Arial", sans-serif;
  line-height: 1.5;
  padding: 4em 1em;
  color: #333;
}

.sidebar{
	float:right;
	border-left: 1px solid #555;
	padding-left: 8px;
}

.indexLink{
	margin-top: 1em;
	padding-top: 1em;
}

.quoteBody{
	margin-left: 3em;
	margin-right: 3em;
	color: #555;
}

.quoteAttribution{
	text-align:right;
	margin-left: 3em;
	margin-right: 3em;
}

h1, h2, strong{
	color:#333;
}

h1{
	margin-top: 1em;
	padding-top: 1em;
}

h2{
	margin-top: 1em;
	padding-top: 1em;
}

a{
	color: #26453D;
}

img {
    max-width: 100%;
    height: auto;
}

hr{
    color: #dddddd;
    margin-top: 10em;
}

textarea{
    overflow: auto;
    text-align: initial;
    text-indent: initial;
    text-shadow: initial;
    text-transform: initial;
    word-spacing: initial;
    letter-spacing: initial;
}

code {
    white-space: pre-wrap;
    background: #f1f1f1;
    display: block;
    padding: 2em;
}

button, input[type="submit"]{
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

input[type="text"]{
    line-height: 34px;
}

input[id="commentBody"]{
    width: 40%;
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

button:hover, input[type="submit"]:hover{
    background-color: #efefef;
}

.commentThread{
    background-color: #fefefe;
    color: #222;
    width: 100%;
    padding-bottom: 5px;
    display: block;

    line-height: 1.5;
    font-weight: 400;

    border-top: solid;
    border-bottom: solid;
    border-width: 2px;
    border-color: #dddddd;
}

.comment{
    border-top: solid;
    border-color: #dddddd;
    border-top-width: 1px;
    padding-left: 2em;
}

.commenterName{
    margin-bottom: 0%;
    margin-block-end: 0%;
}

.commentBody{
    padding-top: 0%;
    margin-block-start: 0%;
}
