#facebook-widget{
display: none;
}
.widget{
border: 1px solid #555;
background: #fff;
}
.widget .header a{
color: #fff;
}
.widget .header{
background: #999;
padding: 10px;
}
.widget.fb .header{
background: #3D5B99;
}
.widget.tw .header{
background: #4FC8FD;
}
.widget .header h2{
color: #fff;
font-size: 14px;
margin: 0;
padding: 0;
float: left;
}
.widget .header h3{
margin: 0;
padding: 0 0 0 10px;
font-size: 14px;
float: right;
color: #fff;
border-left: 1px solid #fff;
}
.widget .header h3 i{
font-size: 9px;
}