/* Override CSS Styles */

a.text-left {
  text-align: left; 
  text-decoration: underline; }

a.text-right {
  text-align: left; 
  text-decoration: underline; }
	  
#meta a {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background: #833b10;
  border-bottom: 1px solid #eee;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease-in;
}

