table.booktable {
    border-collapse: collapse;    
}
table.booktable .hover {
    color: white;
    background-color: #888;
}
table.booktable th {
    background-color: #ccc; /* gray */
}
table.booktable td, table.booktable th {
    text-align: left;
    padding: 2px 10px 2px 5px;
}
/*
***** Lifehacker colors:
background: #F8FAF0
Headline text: #786E29
normal text: #545452
Buttons: #A6A071

*/

#helpDiv {
    background-color: #FEE59E;
    margin:10px;
    padding:5px;
    border:1px solid #888;
}    

.bookListTitle {
    font-size: xx-large;
    font_weight: bold;
    color: #786E29; /* #786E29; */
}

.clickable {
    cursor: pointer;
}

.odd {
    background-color: #ffc; /* #ffc;  pale yellow */
    /* Also try: #F0F5FE #EDF3FE #E6E6E6 #F7F4F2 #DDDDDD */
}
.even {
    background-color: #cef; /* #cef;  pale blue */
}

.booktitle, .title {
    font-style: italic;
}

.centerPara {
    text-align: center;
}

