#fbbc {
    width: 705px;
}
#fbbc #contentBox {
    width: 670px;
    margin: 0 auto;
}
#fbbc h3 {
   margin-top: 30px;
   margin-left: 0.5em;
   font-size: 120%;
   font-weight: bold;
   color: #6FBA2C;
}
#fbbc p {
    margin-top: 20px;
}
#fbbc ol {
    counter-reset: listnum;
    list-style: none;
    margin-top: 20px;
    padding: 20px 0 10px;
    border-top: 2px dotted #6FBA2C;
    border-bottom: 2px dotted #6FBA2C;
}
#fbbc ol li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 2em;
}
#fbbc ol li::before {
    position: absolute;
    top: -0.125em;
    left: 0;
    counter-increment: listnum;
    content: counter(listnum);
    width: 1em;
    height: 1em;
    padding: 5px;
    border-radius: 50%;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #6FBA2C;
}
