* {
  color:#34495e;
}
  
p{
  letter-spacing: 2px !important;
  line-height: 1.7 !important;
  min-height: 1em !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  text-align: justify;
  margin: 20px 0 !important;
}

blockquote {
    border-left: 4px solid #42b983;
    padding: 0 15px !important;
    margin: 0px;
}

/*strong {
    font-weight: bold;
    border-bottom: 2px solid #BADA55;
    color: #898989;
}*/
strong {
  display: block;
  text-align: center;
  color: #1a694a;
  margin: 0.5em auto;
  font-size: 110%;
}

em {
  color: #d14;
  font-size: 120%;
  font-style: normal
}

body {
  font-size: 16px;
}

/*pre {
  background-color: #f8f8f8;
  border-radius: 3px;
  word-wrap: break-word;
  padding: 12px 13px;
  font-size: 13px;
}*/

h1,h2,h3,h4,h5,h6 {
    word-break: break-all !important;
    margin: 20px 0;
    padding-bottom: .3em;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    color: #2c3e50;
    position: relative;
}

h2:before, h3:before{
    content: "#";
    color: #42b983;
    position: absolute;
    left: -0.8em;
    top: -2px;
    font-size: 1.2em;
    font-weight: bold;
}

h2 {
    border-bottom: 3px solid #42b983 !important;
    font-size: 24px !important;
     margin: 20px 0 !important;
}

h3 {
    border-bottom: 1px solid #42b983 !important;
    font-size: 18px !important;
     margin: 26px 0 !important;
}

a {
  color: #42b983 !important;
  text-decoration: none !important;
}

ul, ol {
  padding-left: 30px;
}

li {
  letter-spacing: 2px !important;
  line-height: 1.7 !important;
  min-height: 1em !important;
  box-sizing: border-box !important;
  word-wrap: break-word !important;
  text-align: justify;
}

/*hr {
    height: 4px;
    padding: 0;
    margin: 16px 0;
    background-color: #e7e7e7;
    border: 0 none;
    overflow: hidden;
    box-sizing: content-box;
    border-bottom: 1px solid #ddd;
}*/

hr {
  text-align: center;
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -moz-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -ms-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  background-image: -o-linear-gradient(left, #8c8b8b, #f0f0f0, #8c8b8b);
  margin-top: 2em;
  margin-bottom: 0.1em;
}

pre {
 /*background: #f2f2f2 !important;*/
 padding: 12px 13px;
 border-radius: 3px;
 border: 1px solid #42b983;
 /*background-color: #fdf6e3 !important;*/
 font-size: 13px;
  line-height: 19px;
  overflow: auto;
}

code {
    /*color: #657b83;*/
    white-space: inherit;
    /*background-color: #f8f8f8;*/
    color: #d14;
}

img {
    display: block;
    margin: 0.3em auto;
    max-width: 100%;
    height: auto;
    /*padding: 2px;*/
    line-height: 1.42857143;
    box-shadow: 0px 0px 1px 1px #cccccc;
    /*border: 1px solid #ddd;*/
    /*border-radius: 4px;*/
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }

img[alt^=qrcode] {
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 0px 0px #cccccc;
}
