﻿.pr-review-snapshot-block-container, .pr-review-snapshot-faceoff, .pr-snippet-reco-to-friend,
.pr-subheadline
 {display: none!important;}

 #pr-reviewsnippet1 {width:inherit!important;} 

 .pr-snippet-stars-container {
     display:inline-block!important;
}


 .p-w-r .pr-review-snapshot .pr-review-snapshot-msq-container {display: none;
}
.pr-snippet-stars-reco-reco {
    display: none !important;
 }

/*The following high-level CSS selectors can be utilized * to create a custom style theme for all PowerReviews content. */
/* STARS * -------------------------------------------------- */
 .p-w-r .pr-star { 
     
 } 
 .p-w-r .pr-star:hover, .p-w-r .pr-star-selected { 
 } 
 .p-w-r .pr-custom-star-image { 
     /* Custom Star Images */ 
     /*background: url('http://url.com/x/y.png'); */
 } 
 .p-w-r .pr-custom-star-image-hover { 
    /*background: url('http://url.com/x/z.png'); */
 }
 .pr-snippet-rating-decimal {
     display:none;
     visibility:hidden;
     width:0px;
    /* position:relative;
     top:-3px;
     background-color:yellow;*/
 }
 .pr-rd-review-headline {
     position:relative;
     top:5px;
 }

 .thank-you-page h5 {
     display:none;
     visibility:hidden;
 }

 .pr-header-product-name a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    
    
    /*temporary to disable review link*/
}


     
    

