*[id^="book_widget-"] {
    clear: both;
}
[class^='book-button']{
    clear: both;
    padding: 10px 0 30px;
    text-align: center;
}
.widget-title-parade {
    text-align: center;
    font-weight: 600;
}
[class^='book-link']{
    border: 2px solid #ddd;
    background: none repeat scroll 0 0 #F1F1F1;
    padding: 6px;
}
[class^='book-link']:hover {
    text-decoration: none;
    border: 2px solid #EEEEEE;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.book-image {
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease;
}
.goalProgress {
    color: #ddd;
    padding: 5px;
    position: relative;
}
.word_count_goal {
    color: #eee;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 21px;
}
.text-after {
    margin: 20px 0 20px 0;
}
div.progressBar {
    color: #FFFFFF;
    display: block;
    font-family: 'helvetica neue', helvetica, arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    overflow: hidden;
    padding: 8px;
    width: 20px;
}
span.goalAmount {
    display: none;
    text-indent: -9999px;
}
.chartbox {
    margin: 35px;
    text-align: center;
}
.chart {
    /*color: #000;*/
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}