/**
 * Inchoo is not affiliated with or in any way responsible for this code.
 *
 * Commercial support is available directly from the [extension author](http://www.techytalk.info/contact/).
 *
 * @category Marko-M
 * @package SocialConnect
 * @author Marko Martinović <marko@techytalk.info>
 * @copyright Copyright (c) Marko Martinović (http://www.techytalk.info)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */

div.inchoo-socialconnect-facebook-inner a {    
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    display: inline-block;
    background: #3c5a99;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    border: solid 1px #3c5a99;
    font-weight: normal;
    font-family: 'Optima-Bold';
}

div.inchoo-socialconnect-facebook-inner a:hover {    
    color: #3c5a99;
    background: #fff;
}      
