#loading_spinner { display:none; }
	body {
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1.428571429;
        color: #333;
        margin-left: 3%;
    }
	.list-ratings {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .list-ratings li {
        list-style: none;
        margin: 0 0 28px;
        padding: 0 0 0 65px;
        position: relative;
    }
    li .percentage {
        width: 50px;
        height: 50px;
        background-color: #fff4d4;
        line-height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        font-size: .9em;
        font-weight: 700;
    }
    .list-ratings li .meta {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 5px;
        color: #aaa;
    }
    .list-ratings li .meta {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 5px;
        color: #aaa;
    }
    .list-ratings li .meta .separator-bullet {
        margin: 0 8px;
        color: #d8d8d8;
    }

    #rating-summary {
        display: block;
        color: #999;
        clear: both;
        margin-bottom: 10px;
        margin-top: 50px;
    }
    .business-stars {
        float: left;
        margin-right: 8px;
        font-size: 1.5em;
    }
    .business-stars .fa {
        color: #ffa922;
        margin-right: 2px;
    }
    #rating-summary .percentage {
        font-size: 1.5em;
    }
    .fa {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0,0);
    }
    .fa, .fa-stack {
        display: inline-block;
    }