/*
 * GENERAL
 */
#note{height:106px;width:100%; border:0px solid #d5d5d5;overflow:hidden!important;}
.content .header, .content .footer {
    background: #ffffff!important;
    border-color: #d5d5d5;
}
#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    border-radius: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    width:100% !important;
}

#guestapp-reviews-simple p {
    margin: 5px 0;display:none;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-scale {
    border-top: 1px solid white;
    font-size: 28px;
    padding: 0 8px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb3 {
    margin: 3px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-mb10 {
    margin-bottom: 10px;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big2 {
    font-size: 1.5em;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-big3 {
    font-size: 3em;
    line-height: 1.2em;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-cta {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    width: auto !important;
    cursor: pointer;
}

/*
 * REVIEW AGGREGATE
 */

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;display:none;
}

#guestapp-reviews-simple.guestapp-simple-widget .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    height: 90px;
    padding-top: 8px;
    text-align: center;
    width: 90px;
	padding: 5px;
    margin: 0px 0px 0px 20px;
}


#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer img {
    height: 40px;
}

/*
 * Widget Simple
 */
#guestapp-reviews-simple.guestapp-simple-widget {
    position: relative;
    max-width: 500px;
    /*min-height: 120px;*/
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 20px;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
    display: inline-block;
    text-align: left;
    margin-top: 30px !important;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    border:0;
    text-align: right;
    margin: 0 5px 5px 0;
}
#guestapp-reviews-simple.guestapp-simple-widget .guestapp-link-reviews {
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 480px) {
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-average {
       /* margin: 10px auto;
        display: block;*/
		display:inline-block;
		
    }
    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-infos {
        display: block;
        text-align: center;display:none;
    }

    #guestapp-reviews-simple.guestapp-simple-widget .guestapp-footer {
       /* position:relative;
        text-align: center;
        margin-top: 15px;*/
position: absolute; 
    text-align: center;
    margin-top: 2px;
    top: 39px;
    right: 30px;
    display: inline-block;height:50px;
    }
}

/*
 * Theme sombre
 */
#guestapp-reviews-simple.guestapp-widget-obscur {
    background-color: #262f34;
    border: 1px solid #000;
    color: #f7f7f7;
    overflow: hidden;
}

.guestapp-widget-obscur .guestapp-link-reviews {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-scale {
        border-top: 1px solid white;
}

#guestapp-reviews-simple.guestapp-widget-obscur .guestapp-cta {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

/*
 * Theme bright
 */
#guestapp-reviews-simple.guestapp-widget-bright {
    background-color: #f5f5f5;
   /* border: 1px solid #ccc;*/
    color: #333;
    overflow: hidden;height:90px;
}

.guestapp-widget-bright .guestapp-link-reviews {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-scale {
    border-top: 1px solid #ccc;
}

#guestapp-reviews-simple.guestapp-widget-bright .guestapp-cta {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;display:none;
}
