/* --- css/rating.css -- start ----------------------------------- *
 * $Id: rating.css 343 2010-12-12 19:29:40Z vugluskr $
 *
 */

.puzzle_rating .stat_number {
    color: #a4c479;
/*    font-size: 12pt; */
    font-weight: bold;
}

.puzzle_rating .rating_detail {
    margin-left: 170px;
}

.puzzle_rating .social > div{
    margin-left: 15px;
}
.puzzle_rating .social iframe {
    height: 20px;
}
.puzzle_rating .social .vspace + .vspace {
    margin-top: 3px;
}

.puzzle_rating .score_table table {
    width: 100%;

    border: 1px solid #ccc;
    border-spacing: 2px;
}
.puzzle_rating .score_table table tr {
    height: 26px;
}
.puzzle_rating .score_table table th {
    background: #ddd;
}
.puzzle_rating .score_table table td {
    text-align: center;
}
.puzzle_rating .highlight {
    background: #ccc;
}
/* --- css/rating.css -- end ------------------------------------- */

