.tk-doc {
  margin-left: 540px;
  line-height: 1.5em;
  margin-right: 10px;
}

.tk-doc code, .tk-doc pre {
  border: 1px solid #eee;
  padding: 1px;
  border-radius: 3px;
  background-color: #f8f8ff;
  margin: 3px;
  margin-bottom: 10px;
}

.tk-doc > pre {
  overflow-x: auto;
  padding: 3px;
}

.tk-doc pre > code {
  border: none;
  display: block;
}

.tk-doc__image-container {
  width: 100%;
  height: 0px;
  position: relative;
}

.tk-doc__image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tk-doc__pre--wrapped {
  white-space: pre-line;
}

#rickys-blog-textarea {
  display: block;
  width: 100%;
  max-width: calc(100% - 10px);
  height: 200px;
  margin: 5px;
}

@media only screen and (max-width: 1120px) {
  .tk-doc {
    margin-left: 230px;
  }
}

@media only screen and (max-width: 700px) {
  .tk-doc {
    margin-left: 10px;
  }
}