
/************  twitter feed  ************/
#twitter {
width: 28%;
padding: 5px 10px;
float: left;
}

#twitter a, a:link, a:visited {
color: #E8E8E8 !important;
text-decoration: none !important;
}
#twitter a:hover {
color: #F35100;
text-decoration: underline;
}

#tweets {
scrollbar-face-color: #c0e800;
height: 250px;
overflow: auto;
overflow-x: hidden;
}

