/* 
    Document   : thebig3
    Created on : 17/07/2011, 3:34:36 PM
    Author     : Lafinboy
    Description:
        Default layout options of for the big 3 social buttons.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.thebig3 { 
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid lightgrey;
  border-radius: 5px;
  padding: 5px;
}

div.thebig3 p {
  float: left;
  margin: 0;
}

div.thebig3 #thebig3-fblike {
  margin-right: 10px;
}

div.thebig3 #thebig3-twitter {
  margin-right: 20px;
}

