/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 7, 2017, 4:52:20 PM
    Author     : charugupta
*/

.linkedin-widget{
    background-color: #ffffff;
    padding: 30px 10px;
    text-align: center;
    margin: 15px 0;
}
.linkedin-widget p:nth-child(1){
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
}
.linkedin-widget p:nth-child(2){
    color: #6b6b6b;
}
.linkedin-widget p:nth-child(3){
    padding-top: 6px;
}
.linkedin-widget .btn-primary{
    padding: 2px 10px;
    padding-left: 4px;
}
.linkedin-widget .btn-primary .fa-linkedin-square{
    font-size: 24px;
    padding-right: 12px;
    vertical-align: middle;
}