div.faq {
    padding: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgba(100, 100, 100, 0.2);
}
div.faq:hover {
    background: rgba(100, 100, 100, 0.4);
}
div.faq div.number{
    background-color: #ffffff;
    border-radius: 5px;
    color: rgb(51, 51, 51);
    display: inline;
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: auto;
    line-height: 25px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    width: auto;
}
div.faq h2 {
    color: rgb(255, 255, 255);
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
}
p {
    line-height: 1.5em;
    margin: 0;
}