.md-content img {
  width: 100% !important;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 3px 3px 10px #dedec3;
}


::-webkit-scrollbar {
	width: 4px;
	height: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: #f1f1f100;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #aaa;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #888;
  }