/* BUZZWORTHY */
#buzzworthy {
    display: none;
}

#buzzworthy h3 {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

#buzzworthy h3 span {
    font-weight: bold;
}

#buzzworthy img {
    float: left;
}

#buzzworthy ul {
    margin: 0 0 0 140px;
    list-style: none;
}

#buzzworthy li {
    font-size: 10px;
    padding: 8px 0;
    border-bottom: 1px dotted #000;
    text-align: left;
    line-height: 14px;
}

#buzzworthy li:first-child {
    font-size: 14px;
    line-height: 17px;
    padding-top: 0;
}

#buzzworthy li a {
    color: #000;
    font-size: 12px;
}

#buzzworthy li:first-child a {
    font-size: 16px;
    font-weight: bold;
}