

ul.social-buttons {
    text-align: center;
    margin: auto;
}

ul.social-buttons li.linkedin {
    background: #007BB5;
}

ul.social-buttons li.active {
    background: #55ACEE;
}

ul.social-buttons li {
    text-align: center;
    padding: 15px;
    display: inline-block;
    width: 20%;
    margin: 5px 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.social-buttons li a {
    color: #fff;
    display: block;
}

.p0 {
    padding: 0px;
}

.green-bold {
    color: green;
    font-weight: bold;
}