/*
Theme Name:     Oldhaven Child
Theme URI: 		http://wedesignthemes.com/themes/old-haven/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Oldhaven theme powered by DesignThemes
Template:       oldhaven
Version:        1.0
*/

.RSArating img{width:50px; margin-top: 10px; margin-right:1rem;}
#CustomerSatisfaction{text-align:center; padding:0 2rem;}

#RSAreport dl {
  display: grid;
  grid-template-columns: max-content auto;
}

#RSAreport dt {
  grid-column-start: 1;
}

#RSAreport dd {
  grid-column-start: 2;
}

.clearfix{
    display: block;
    clear: both;
}
