.btn-flat {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #D6D6D6;
  moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: block;
  min-width:50%;
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  padding: 10px 6px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.16s linear 0s;
  -moz-transition: all 0.16s linear 0s;
  -ms-transition: all 0.16s linear 0s;
  -o-transition: all 0.16s linear 0s;
  transition: all 0.16s linear 0s;
  margin-bottom: 10px;
  color: #1B75BA;
  font-weight: bold;
}
.btn-flat:active {
  background: #E6E6E6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E6E6), color-stop(100%,gainsboro));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#dcdcdc',GradientType=0 );
  border-color: #999 #AAA #CCC;
  -moz-box-shadow: 0 1px 2px #AAAAAA inset;
  -webkit-box-shadow: 0 1px 2px #AAA inset;
  box-shadow: 0 1px 2px #AAA inset;
  -o-box-shadow: 0 1px 2px #AAAAAA inset;
  -khtml-box-shadow: 0 1px 2px #AAAAAA inset;
  color: #1B75BA;
  text-decoration: underline;
}
.btn-flat:hover {
  color: #1B75BA;
  background: white;
  text-decoration: underline;
}

ul.about-follow a {
  border-bottom: 1px solid #DDD;
  color: #777;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 35px;
  padding: 6px 0;
  text-shadow: 1px 1px 0 white;
  clear:both;
}
ul.about-follow  li a img {
  float: right;
  margin: 4px 6px 0 0;
  opacity: 0.3;
}
ul.about-follow  li a:hover img,
ul.about-follow  li a:active img {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}