* {
  color:#34495e;
}

::selection {
  background: #fe7300;
  color: rgba(255,255,255,0.8);
}

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
}

h1,h2,h3,h4,h5,h6 {
    word-break: break-all !important;
    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-weight: bold;
}

h2 {
    border-bottom: 3px solid #42b983 !important;
}

h3 {
    border-bottom: 1px solid #42b983 !important;
}

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;
}

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;
}
