/* Add here all your CSS customizations */

ol.alpha_list {
    line-height: 1.4em;
}

ol.alpha_list {
    counter-reset: headnum;
    list-style: none;
}

ol.alpha_list li:before {
    content: "(" counter(headnum,  lower-latin) ") ";
    counter-increment: headnum;
    display: inline-block;
    width: 2em;
} 

ol.alpha_list li {
    margin: 0 0 15px 0;
}

#wedgekit div {
    margin: 20px;
}

#wedgekit ul {
    list-style-type: none;
    /*width: 500px;*/
}

#wedgekit h3 {
    font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

#wedgekit li img {
    float: left;
    height: 50px;
    margin: 0 15px 0 0;
}

#wedgekit li p {
    font: 200 12px/1.5 Georgia, Times New Roman, serif;
}

#wedgekit li {
    padding: 10px;
    overflow: auto;
}

#wedgekit li:hover {
    background: #eee;
    cursor: pointer;
}
