.custom-tweet-button,

.custom-follow-button {

  width: 200px;

  margin: 1em auto 2em;

}  

.custom-tweet-button a,

.custom-follow-button a {

  position: relative;

  display: inline-block;

  height: 25px;

  padding: 2px;

  border: 1px solid #ccc;

  font-size: 11px;

  color: #333;

  text-decoration: none;

  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);

  font-weight: bold;

  background-color: #F8F8F8;

  background-image: -webkit-gradient(linear,left top,left     bottom,from(#FFF),to(#DEDEDE));

  background-image: -moz-linear-gradient(top,#FFF,#DEDEDE);

  background-image: -o-linear-gradient(top,#FFF,#DEDEDE);

  background-image: -ms-linear-gradient(top,#FFF,#DEDEDE);

  border: #CCC solid 1px;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  border-radius: 3px;

  cursor: pointer;

  overflow: hidden;

}

.custom-tweet-button a:hover,

.custom-follow-button a:hover  {

  border-color: #BBB;

  background-color: #F8F8F8;

  background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#D9D9D9));

  background-image: -moz-linear-gradient(top,#F8F8F8,#D9D9D9);

  background-image: -o-linear-gradient(top,#F8F8F8,#D9D9D9);

  background-image: -ms-linear-gradient(top,#F8F8F8,#D9D9D9);

  background-image: linear-gradient(top,#F8F8F8,#D9D9D9);

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

.custom-tweet-button a .btn-icon,

.custom-follow-button a .btn-icon{

  position: absolute;

  width: 16px;

  height: 13px;

  top: 50%;

  left: 3px;

  margin-top: -6px;

  background: url('https://twitter.com/favicons/favicon.ico') 1px center no-repeat;

  background-size: 13px;

}

.custom-tweet-button a .btn-text,

.custom-follow-button a .btn-text{

  display: inline-block;

  padding: 2px 3px 0 20px;

}



/* nice bootstrap ready facebook share button http://justincron.com */



.btn-facebook {

  color: #fff !important;

  background-color: #4C67A1 !important;

}

.btn-facebook:hover {

  color: #fff !important;

  background-color: #405D9B !important;

}

.btn-facebook:focus {

  color: #fff !important;

}



.btn-twitter {

  color: #fff !important;

  background-color: #1b95e0 !important;

}

.btn-twitter:hover {

  color: #fff !important;

  background-color: #0c7abf !important;

}

.btn-twitter:focus {

  color: #fff !important;

}



.btn-download {

  color: #fff;

  background-color: #66B65D;

}

.btn-download:hover {

  color: #fff !important;

  background-color: #4a8743 !important;

}

.btn-download:focus {

  color: #fff !important;

}



.entry-content p, section p, .entry-content ul li, .entry-content ol li {

    font-size: 21px;

    font-weight: 300;

    line-height: 31px;

}



strong {

  font-size: 21px;

  font-weight: 700;

}



section {

  margin-bottom: 10px;

}