/* ---------------------------------------------------- */
/* 100SECURITY											*/
/* ---------------------------------------------------- */
/* www.100security.com.br				 				*/
/* ---------------------------------------------------- */

/* Formatação <pre> */

pre {
  font-size: 14px;
  border: 0px solid grey;
  width: 100%;
  border-left: 10px solid orange;
  border-radius: 1px;
  padding: 15px;
  
  /* Fixed line height */
  line-height: 24px;
  
  /* Use linear-gradient for background image */
  background-image: #f0f0f0;
  
  /* Size background so that the height is 2x line-height */
  background-size: 100% 100px;
  
  /* Offset the background along the y-axis by top padding */
  background-position: 0 14px;
}


