/** Style the tweets */
.twitters {

    padding: 0px;

    width: 60%;
    /**  overflow: auto; */
    margin: 0px;
      padding-top: 10px;
    padding-bottom: 10px;
}

.twitters ul {
    list-style: none;
    padding: 0;
    margin: 0px;

}
.twitters li {
    list-style: none;

    padding-bottom: 15px;
}

.twitters span.prefix {
    font-weight: bold;
}

.twitters em.twitterTime  {
    /** font-style: italic;*/

    color: #c5c5c5;

   
    text-decoration: none;


    font-size: 10px;
}
.twitters a{
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}
.twitters a.hover{
    text-decoration:underline;
    font-weight: bold;
}

.twitters span.twitterStatus {
    /** font-style: italic;*/
    font-style: normal;
    text-decoration: none;
}