.social_links_btn_und_header {
    width:100%;
    /*border:1px solid #d0d0d0;*/
    border:1px solid #38a9df;
    border-radius:2px;
    /*margin-bottom:27px;*/
    font-size:13px !important;
    font-weight:400 !important;
    /*color:#727272;    */
    color: #2091c5;
    cursor: pointer;
    margin:0;
}
.social_links_btn_und_header:hover {
    opacity:0.75;
}

.social_links_btn_right_panel {
    width:100%;
    /*border:1px solid #d0d0d0;*/
    border:1px solid #38a9df;
    border-radius:3px;
    /*margin-bottom:27px;*/
    font-size:14px !important;
    font-weight:400 !important;
    /*color:#727272;    */
    color: #2091c5;
    cursor: pointer;
    margin:0;
}
.social_links_btn_right_panel:hover {
    opacity:0.75;
}