body{
    font-family: Arial;
    font-size: 15px;
    line-height: 1.6;
}
a{
	cursor: pointer;
}
article .img-responsive{
	border: 1px solid #ddd;
	box-shadow: 5px 5px 5px #888888;
}
header{
    width: 100%;
    height: 115px;
    background: url('/public/imgs/reviewmeta/header-bg.gif') repeat-x;
}
/* Desktop Header Style */
#desktop-header #rm-desktop-logo{
    margin-top: 15px;
}
#desktop-header #nav-header{
    margin-top: 5px;
}
#desktop-header #nav-header li.active span.arrow-down{
    width: 0;
    position: absolute;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #0E76BD;
    bottom: -9px;
    left: 15px;
}
#desktop-header #nav-header li{
    display: inline-block;
    float:none;
}
#desktop-header #nav-header li a{
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 12px;
    color: #5a5a5a;
    font-weight: 500;
    border-radius: 5px;
}
#desktop-header #nav-header li a:hover,
#desktop-header #nav-header li a:focus{
    background: none;
    color: #0e76bd;
    outline: none;
}
#desktop-header #nav-header li.active a,
#desktop-header #nav-header li.menu-item-home a{
    background: #0e76bd;
    border-radius: 5px;
    color: #fff;
}
#desktop-header .browser-extension{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#desktop-header .copy-paste{
	font-family:nunito;
	font-size:14px;
	margin-top:9px;
	margin-bottom:-6px;
}

/* Mobile Header Style */
#mobile-header .copy-paste{
	font-family:nunito;
	font-size:12px;
	margin-top:9px;
	margin-bottom:-6px;
}
#mobile-menu-sidebar .browser-extension{
    margin:0 auto !important;
    display: block !important;
}
#main-wrapper{
    overflow: hidden;
    position: relative;
}
#toggle-menu,
#toggle-search{
    margin-top: 10px;
    cursor: pointer;
}
#mobile-menu-sidebar,
#mobile-search-sidebar{
    position: absolute;
    background: #414141;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.40s ease;
    -moz-transition: all 0.40s ease;
    -o-transition: all 0.40s ease;
    transition: all 0.40s ease;
    width: 250px;
    padding: 15px;
    color: #fff;
}
#mobile-menu-sidebar{ left: -250px; }
#mobile-search-sidebar{ right: -250px; }

#mobile-menu-sidebar.show-mobile-menu-sidebar,
#mobile-search-sidebar.show-mobile-search-sidebar{
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
#mobile-menu-sidebar.show-mobile-menu-sidebar{ left: 0; }
#mobile-search-sidebar.show-mobile-search-sidebar{ right: 0; }

@media only screen and (max-width: 991px){
    #main-content{
        -webkit-transition: all 0.44s ease;
        -moz-transition: all 0.44s ease;
        -o-transition: all 0.44s ease;
        transition: all 0.44s ease;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #main-content.move-right-menu{
        -webkit-transform: translate3d(250px,0,0);
        -ms-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
    }
    #main-content.move-right-search{
        -webkit-transform: translate3d(-250px,0,0);
        -ms-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0);
    }
}
#mobile-menu-sidebar .mobile-menu{
    margin: 15px 0 0 5px;
    padding: 0;
    list-style: none;
}
#mobile-menu-sidebar .mobile-menu > li{
    margin-bottom: 5px;
}
#mobile-menu-sidebar .mobile-menu > li > a{
    color:#fff;
    font-size: 16px;
}
/* Common Style */


@media (max-width: 991px) {
	.blue-bar{
		font-size: 18px; 
	}
}
	
@media (min-width: 992px){
	.blue-bar{
		font-size: 27px;
	}
}
.blue-bar{
	background: url('../imgs/reviewmeta/blue-bar-bg.png') repeat-x;
	border-right: 2px solid #073763;
	padding: 10px 20px;
	border-left: 2px solid #073763;
	border-radius: 5px;
	color: #fff;
	height: 54px;
	display: flex;
	align-items: center;
	margin: 10px 0 20px 0;
	font-family: 'Nunito';
}


.blue-bar > img{ margin-right: 20px; }
.product-item-panel{
    border: 3px solid #ddd;
    border-radius: 7px;
    box-shadow: none;
}
.product-item-panel .panel-footer{ border-top: 0; }
.product-item-panel .panel-footer > a{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Nunito';
}
.product-item-panel .panel-footer > a:hover,
.product-item-panel .panel-footer > a:focus {
    color: #1A6CB3;
    text-decoration: none;
}
.product-item-panel h2.pi-title{
    margin: 0 0 15px 0;
    font-size: 20px;
    font-family: 'Nunito';
}
.product-item-panel h2.pi-title > a{
    display: block;
    color: #428bca;
}
.product-item-panel h2.pi-title > a:hover{
    text-decoration: none;
    color: #666;
}
.outgoing_link > a{
    text-decoration: underline !important;
}
.outgoing_link > a:hover{
    text-decoration: none !important;
}
.product-item-panel h2.pi-title > small{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
}
    
.product-item-panel .pi-image{
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.product-item-panel .pi-image .img-responsive{
    height: inherit;
}
    
.product-item-panel .pi-image-horizontal{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-item-panel .pi-image-horizontal .img-responsive{
    height: inherit;
}
 .rm-badge{
    background-color: #ebebeb;
    color: #000;
    position: relative;
    border: 2px solid #dadada;
    font-weight: bold;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-family: 'Nunito';
}
.rm-badge > span{
    text-transform: uppercase;
    position: relative;
    top: -1px;
    left: -2px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rm-badge > img{
    margin-right: 10px;
}
.rm-badge.b-large{
    font-size: 23px;
    height: 55px;
    line-height: 21px;
    margin-bottom: 20px;
}
.rm-badge.b-large > span{
    width: 100px;
    height: 55px;
    margin-right: 20px;
    margin-top: 2px;
}
@media (max-width: 500px) {
    .rm-badge.b-large{
        font-size: 20px;
    }
}
.rm-badge.b-small{
    font-size: 17px;
    height: 45px;
    line-height: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.rm-badge.b-small > span{
    width: 80px; 
    height: 45px;
    margin-right: 10px;
    margin-top: 2px;
}
@media (max-width: 400px) {
    .rm-badge.b-small{
        font-size: 13px;
    }
}

.rm-badge.b-x-small{
    font-size: 13px;
    height: 35px;
    line-height: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}
.rm-badge.b-x-small > span{
    width: 70px; 
    height: 35px;
    margin-right: 10px;
    margin-top: 2px;
}
 
.rm-badge .pass-badge{
    background: #009e0f;
    border: 2px solid #077812;
    color: #fff;
}
 
.rm-badge .na-badge{
    background: #777777;
    border: 2px solid #444444;
    color: #fff;
}

.rm-badge .warn-badge{
    background: #f8f850;
    border: 2px solid #cdcd42;
    color: #000;
}
.rm-badge .fail-badge{
    background: #cf2a27;
    border: 2px solid #990000;
    color: #fff;
}

.corner_logo{
    position: absolute;
    top: 5px;
    left: 5px;
}

.rating-section h3{
	margin: 0;
	font-size: 20px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.rating-section .orig-rating{
	display: block;
    font-size: 56px;
    color: #2374bb;
    margin: 0;
}

.rating-section .orig-rating-dim{
	display: block;
    font-size: 32px;
    color: #959595;
    margin: 0;
}
.rating-section .orig-rating .out-of{
	color: #959595;
    font-size: 25px;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: baseline;
}
.rating-section .orig-rating-dim .out-of{
	color: #959595;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: baseline;
}
.rating-section-mini h3{
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.rating-section-mini .orig-rating{
	display: block;
    font-size: 28px;
    color: #2374bb;
    margin: 0;
}
.rating-section-mini .orig-rating > span{
	color: #959595;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 3px;
    vertical-align: baseline;
}
.star-rating{
    /*background: rgba(255, 255, 255, .7);
    background: rgb(247, 247, 247);*/
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 3px;
	margin-top: 0px;
}
.star-rating span,
.star-rating-inline span{
    display: block;
    height: 18px;
}
.star-rating span.star-orange,
.star-rating-inline span.star-orange{
    background: url('/public/imgs/reviewmeta/rm-star-rating-front.png') repeat-x;
}
.star-rating span.star-gray,
.star-rating-inline span.star-gray{
    width: 90px;
    background: url('/public/imgs/reviewmeta/rm-star-rating-back.png') repeat-x;
}

.percentile-rating{
    /*background: rgba(255, 255, 255, .7);
    background: rgb(247, 247, 247);*/
    border-radius: 5px;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 3px;
	margin-top: 0px;
}
.percentile-rating span,
.percentile-rating-inline span{
    display: block;
    height: 30px;
}
.percentile-rating span.percentile-orange,
.percentile-rating-inline span.percentile-orange{
    background: url('/public/imgs/reviewmeta/pct-small-fg.png') repeat-x;
}
.percentile-rating span.percentile-gray,
.percentile-rating-inline span.percentile-gray{
    width: 50px;
    background: url('/public/imgs/reviewmeta/pct-small-bg.png') repeat-x;
}
.how-calculated{
	font-size: 12px;
	color: #848484;
}
.how-calculated > a{
    font-size: 12px;
    text-decoration: underline;
}
.how-calculated > a > img{
    float: right;
	margin-left: 3px;
}


.reviewmeta-alert{
    margin-bottom: 20px;
    padding: 8px;
}
.reviewmeta-alert p{
    margin: 10px 0 0 0;
}
.browser-extension{
    background: #f2f8fc;
    font-size: 12px;
    color: #686868;
    padding: 5px 7px 4px 7px;
    font-weight: 600;
    font-family: 'Arial Narrow';
    width: 215px;
    display: inline-block;
}
.search-input{
    outline: none;
    color: #646464;
    border: 1px solid #dddddd;
    padding: 6px 10px 6px 15px;
    font-size: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
    vertical-align: top;
    width: 79%;
}
.search-submit{
    outline: none;
    border: 1px solid #ddd;
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -4px;
    background: #2173b9;
    padding: 6px 0 7px 0;
    text-align: center;
    width: 20%;
    color: #ffffff;
}
.search-input2{
    outline: none;
    color: #646464;
    border: 1px solid #dddddd;
    padding: 6px 10px 6px 15px;
    font-size: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: top;
    width: 79%;
}
.search-submit2{
    outline: none;
    border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: #cf2a27;
    padding: 6px 0 7px 0;
    text-align: center;
    width: 20%;
    color: #ffffff;
    font-family: nunito;
}
.search-input-mobile{
    outline: none;
    color: #646464;
    border: 1px solid #dddddd;
    padding: 6px 10px 6px 15px;
    font-size: 15px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    vertical-align: top;
    width: 63%;
    height: 39px;
}
.search-submit-mobile{
    outline: none;
    border: 1px solid #ddd;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: #cf2a27;
    padding: 6px 0 7px 0;
    text-align: center;
    width: 35%;
    color: #ffffff;
    font-family: nunito;
    height: 39px;
    font-size:13px;
}
.search-lg .search-input{
    width: 91%;
    padding: 10px 10px 10px 20px;
}
.search-lg .search-submit{
    width: 7%;
    padding: 11px 0 10px 0;
}
@media only screen and (max-width: 500px){
    .search-lg .search-input{ width: 79%; }
    .search-lg .search-submit{ width: 20%; }
}
/* Footer Style */
footer{
    background: #0e76bc;
    padding: 30px 0;
    color: #fff;
    font-size: 15px;
}
footer a{
    color:#fff;
}
footer a:hover,
footer a:active{
    color: #81C5FF;
    text-decoration: none;
}
footer h6{
    font-size: 21px;
    margin: 0 0 15px 0;
}
footer ul, footer ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul{
    margin-bottom: 30px;
}
footer ul > li{
    margin-bottom: 5px;
}
footer ol{
    margin-left: 20px;
}
footer ol > li{
    display: inline-block;
    margin-right: 10px;
}
footer #newsletter-form .newsletter-input{
    height: 40px;
}
footer #newsletter-form .newsletter-btn{
    background:#1c5e96;
    border-color: #1c5e96;
    margin-top: 10px;
}

/* ------------ PAGES ----------- */

/* ASIN PAGE */
#asin_page .star-rating-inline{
    display: inline-block;
    vertical-align: bottom;
    background: #F7F7F7;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}
#asin_page .star-rating{
    /*background: rgba(255, 255, 255, .7);*/
    background: rgb(247, 247, 247);
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
    width: 85px;
    margin-bottom: 3px;
}
#asin_page .star-rating span,
#asin_page .star-rating-inline span{
    display: block;
    height: 16px;
}
#asin_page .star-rating span.star-orange,
#asin_page .star-rating-inline span.star-orange{
    background: url('/public/imgs/reviewmeta/amazon-star-rating-front.png') repeat-x;
}
#asin_page .star-rating span.star-gray,
#asin_page .star-rating-inline span.star-gray{
    width: 81px;
    background: url('/public/imgs/reviewmeta/amazon-star-rating-back.png') repeat-x;
}


#asin_page #undone-status h2{
    font-size: 21px;
    margin-top: 0;
}
#asin_page #undone-status p{
    color: #808080;
    font-size: 17px;
    font-weight: normal;
}
#asin_page #undone-status h1#product-title,
#asin_page #product-section h1#product-title{
    font-size: 32px;
    color: #0e76bc;
    margin: 0;
}
#asin_page #undone-status h1#product-title small,
#asin_page #product-section h1#product-title small{
    color:#333;
    font-size: 16px;
}
#asin_page #undone-status #product-image a.thumbnail,
#asin_page #product-section #product-image a.thumbnail{
    max-width: 100%;
    margin: 0 auto;
    height: 220px;
    position: relative;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#asin_page #undone-status #product-image a.thumbnail > img,
#asin_page #product-section #product-image a.thumbnail > img{
    margin: 0 auto;
    max-height: 190px;
    max-width: 100%;
}
#asin_page #product-section #amazon-reviews{
    font-size: 17px;
}
#asin_page #product-section #amazon-reviews .star-rating-inline{
    vertical-align: sub;
    background: transparent;
}

#asin_page #product-section h2{
    font-size: 27px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: bold;
}
#asin_page #product-section #adjusted-rating h2{
    color: #2173B9;
}
#asin_page #product-section #adjusted-rating h2 > span{
    color: #727376;
}
#asin_page #product-section #adjusted-rating label{
    font-size: 25px;
}
#asin_page #product-section #adjusted-rating label > span{
    font-size: 65px;
}
#asin_page #product-section #adjusted-rating .star-rating{
    margin:0 auto;
}

#asin_page #product-section #adjusted-rating .star-rating{
    /*background: rgba(255, 255, 255, .7);*/
    background: rgb(247, 247, 247);
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
    width: 150px;
    margin-bottom: 3px;
}
#asin_page #product-section #adjusted-rating .star-rating span{
    display: block;
    height: 29px;
}
#asin_page #product-section #adjusted-rating .star-rating span.star-orange{
    background: url('/public/imgs/reviewmeta/reviewmeta-star-rating-front.png') repeat-x;
}
#asin_page #product-section #adjusted-rating .star-rating span.star-gray{
    width: 140px;
    background: url('/public/imgs/reviewmeta/reviewmeta-star-rating-back.png') repeat-x;
}


   
#asin_page #product-section #authenticity-grade div{
    margin: 0 auto;
    width: 76px;
    border-radius: 40px;
    font-size: 42px;
    padding: 9px 16px 23px 16px;
    display: inline-block;
    height: 76px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
#asin_page #product-section #authenticity-grade label{
    display: block;
    font-weight: normal;
    font-size: 24px;
}


/* END ASIN PAGE */


/* Copy and pasted from ASIN page */

.alert-parent-child h4{
    margin: 0;
}
.alert-parent-child a,
.alert-parent-child span,
.alert-parent-child small{
    font-weight: normal;    
}
.alert-parent-child .pc-body > a{
    font-size: 18px;
}
.alert-parent-child .pc-body .star-rating-inline{
    vertical-align: middle !important;
}

.alert-parent-child .child-product-circle{
    background: #CDCF32;
    width: 60px;
    border-radius: 40px;
    font-size: 28px;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    height: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}
.alert-parent-child .child-mockmeter{ background: #9fc5f8 !important; }
.alert-parent-child .child-amazon{ background: #f7a51d !important; }
.alert-parent-child .child-mockmeter,
.alert-parent-child .child-amazon{
    display: inline-block;
    background: #ccc;
    padding: 5px;
    margin-left:10px;
    vertical-align: super;
}
.alert-parent-child .child-mockmeter img,
.alert-parent-child .child-amazon img{
    width: 40px;
}
.alert-parent-child #child-individual-report,
.alert-parent-child .pc-hide-product{
    display: none;
}
.alert-parent-child .pc-show-product span,
.alert-parent-child .pc-hide-product span{
    font-weight: normal;
    color: #0E76BC;
    cursor: pointer;
}


#asin_page #product-section #product-image > a.thumbnail{
    margin: 0;
}



#asin_page #product-section #amazon-mockmeter-rating .media{
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    font-family: Tahoma;
}
#asin_page #product-section #amazon-mockmeter-rating .media-heading{
    font-size: 18px;
}
#asin_page #product-section #amazon-mockmeter-rating #amazon-rate{
    background: #f7a51d;
}
#asin_page #product-section #amazon-mockmeter-rating #mockmeter-rate{
    background: #9fc5f8;
}


#asin_page .alert-mockmeter{
    background-color: #ebebeb;
    border-color: #dadada;
    color: #000;
    font-size: 15px;
    font-family: Tahoma;
    font-weight: bold;
    margin-bottom: 0;
}
#asin_page .alert-mockmeter img{
    margin-right: 10px;
}
#asin_page .section-heading{
    min-height: 88px;
    width: 100%;
    padding: 15px 0;
    margin: 20px 0;
    color: #fff;
}
#asin_page .section-heading h1{
    margin: 0;
    font-size: 51px;
}
#asin_page .section-heading h1 label{
    width: 65px;
}

#asin_page .section-heading h1 span{
    border-right: 1px solid #fff;
    margin: 0 32px 0 10px;
}
#asin_page .section-heading h1 img{
    vertical-align: baseline;
}
#asin_page .section-heading h2{
    margin: 5px 0 0 0;
    font-size: 25px;
}

#report-card{
    margin-top: 40px;
}
#report-card h1{
    padding: 0 0 20px 0;
    font-size: 31px;
    margin: 0 0 20px 0;
    background: url('/public/imgs/mockmeter/divider-img.png') repeat-x bottom;
}
#report-card h1 > small{
    margin-top: 10px;
}
/* tablets and upwards */
@media (max-width: 480px) {
    #report-card h1 > small{
        float: none !important;
        display: block;
    }
}
#report-card .panel{
    border: 2px solid #dadada;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#report-card .panel-body{
    min-height: 380px;
}
#report-card .panel-body h2{
    margin:0 0 10px 0;
    font-size: 19px;
    color: #848484;
    cursor:pointer;
}
#report-card .panel-body h2 > img{
    margin-right:10px;
}

#report-card .panel-body div{
    margin: 0 auto;
    width: 60px;
    border-radius: 40px;
    font-size: 34px;
    padding: 5px 10px 5px 10px;
    display: block;
    height: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
#report-card .panel-body label{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
#report-card .panel-body .list-group{
    margin:10px 0 0 0;
}
#report-card .panel-body .list-group-item{
    padding: 5px 15px;
}
#report-card .panel-body .list-group-item b{
    display: inline-block;
    width: 30px;
}
#report-card .panel-body .list-group-item a{
    cursor:pointer;
}

#asin_page #best-worst-reviews{
    margin:40px 0 0 0;
}
#asin_page  #best-worst-reviews h3{
    padding: 0 0 20px 0;
    font-size: 27px;
    margin: 0 0 20px 0;
    background: url('/public/imgs/mockmeter/divider-img.png') repeat-x bottom;
}
#asin_page #best-worst-reviews label{
    vertical-align: top;
}
#asin_page #best-worst-reviews ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#asin_page #best-worst-reviews ul li{
    margin-bottom: 5px;
}
#asin_page #best-worst-reviews ul li img{
    margin-right: 8px;
}
#asin_page #best-worst-reviews ul li b{
    display: block;
    padding-top: 2px;
}

.report-title{
    font-size: 25px;
}
#asin_page #review-analysis #title-analysis ul,
#asin_page #review-analysis #text-analysis ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#asin_page #review-analysis #title-analysis ul li,
#asin_page #review-analysis #text-analysis ul li{
    margin: 0 0 20px 20px;
}
#asin_page #review-analysis #title-analysis ul li label,
#asin_page #review-analysis #text-analysis ul li label{
    font-size: 18px;
    color: #666666;
    width: 360px;
    margin-left: 10px;
    font-weight: normal;
    margin-bottom: 0;
}
#asin_page #review-analysis #title-analysis ul li p,
#asin_page #review-analysis #text-analysis ul li p{
    clear:both;
    margin: 0;
}

            .text_analysis_hidden{
                display: none;
            }
            .text_analysis_hidden.show{
                display: list-item !important;
                list-style: none;
            }
            .text_analysis_show_less{
                display: none;
            }
            
            
                .title_analysis_hidden{
                    display: none;
                }
                .title_analysis_hidden.show{
                    display: list-item !important;
                list-style: none;
                }
                .title_analysis_show_less{
                    display: none;
                }
                
                #asin_page #user-investigation #reviewer-ease ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#asin_page #user-investigation #reviewer-ease ul li{
    margin: 20px 0;
    font-weight: bold;
}
#asin_page #user-investigation #similar-history ul{
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
}
#asin_page #user-investigation #similar-history ul li{
    margin-bottom: 30px;
}
#asin_page #user-investigation #similar-history ul li img{
    margin-right: 15px;
}

#asin_page #user-investigation #similar-history ul li p{
    font-size: 18px;
}       

#asin_page .gray-bg{
    background: #F8F8F8;
    padding: 15px;
}
#asin_page .gray-bg .gb-percent h4{
    font-weight: bold;
    color: #808080;
    font-size: 38px;
}
#asin_page .gray-bg .gb-percent b{
    text-transform: uppercase;
    font-size: 12px;
}
#asin_page .gray-bg .gb-average label span{
    font-size: 20px;
    vertical-align: middle;
    border-bottom: 2px solid #000;
}
.review-checkmarks{
	font-size:12px;
	color:#666;
}
.load-more-items{
		color: #428BCA;
		background-color: #ebebeb;
		border-color: #CECACA;
	}
.subtext-details{
	font-size:12px;
	color:#666666;
	line-height: 1.3;
}
.blockquote_phrases{
    float: left;
    margin: 0px 10px 0px 10px;
}
            .similar_history_hidden{
                display: none;
            }
            .similar_history_hidden.show{
                display: list-item !important;
                list-style: none;
            }
            .similar_history_show_less{
                display: none;
            }
            #rec_free_product{
                font-size: 18px;
                color: #666666;
                margin-left: 10px;
                font-weight: normal;
                margin-bottom: 10px;
                display: block;
            }
            #rec_free_product > img{
                margin-right: 10px;
            }

.sort-controls .active{
    border: 1px solid black;
}



.target_type{
    background-color: #FDFD99;
}


#sample_reviews .written-by{
	font-family: 'Nunito';
	font-size: 16px;
	margin: 0 0 10px 0;
}
#sample_reviews .bw-rating{
	color:#757575;
	font-size: 20px;
	font-family: 'Nunito';
}
#sample_reviews .bw-rating span{
	font-weight: bold;
	font-size: 25px;
	color:#000;
}
#sample_reviews ul{
	margin: 0;
	padding: 0;
}
#sample_reviews ul > li{
	list-style: none;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#sample_reviews ul > li > img{
	margin-right: 11px;
}
#sample_reviews .show-title b > a{
	font-family: 'Nunito';
	font-size: 16px;
	margin: 6px 0 10px 0;
	vertical-align: sub;
	display: block;
}
#sample_reviews .show-date-help{
	color: #A5A5A5;
	font-size: 12px;
	margin-bottom: 5px;
}
#sample_reviews .show-actual-review{
	margin-bottom: 5px;
}
#sample_reviews .show-checks-review{
	margin: 0 15px 10px 15px;
}
#sample_reviews .show-checks-user{
	box-shadow: none;
	padding: 11px;
	margin: 0;
}
#sample_reviews .load-more-reviews{
	color: #428BCA;
	background-color: #ebebeb;
	border-color: #CECACA;
}

.prelim-checkmark{
	font-size:14px;
	line-height:18px;
	margin-top:15px;
}
.prelim-checkmark span{
	font-size:12px;
}
#prelim-ul{
	margin: 0;
	padding: 0;
}
#prelim-ul li{
	list-style: none;
	display: list-item;
	align-items: center;
	margin-bottom: 5px;
	margin-left: 5px;
}
#prelim-ul li > img{
	margin-right: 11px;
}
.thumbnail.five-bot-marg{
	margin-bottom:5px !important;
}


.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --- SR Progress Bar --- */
.sr-progress-bar{
    position: relative;
    padding: 5px;
    border-radius: 20px;
    height: 25px;
    -moz-box-shadow: inset 1px 2px 3px -1px #ccc;
    -webkit-box-shadow: inset 1px 2px 3px -1px #ccc;
    box-shadow: inset 1px 2px 3px -1px #ccc;
    margin: 0;
}
.sr-progress-bar > div.progress-bar{
    border-radius: 10px;
    text-align: right;
    background: url('/public/imgs/reviewmeta/progress-bar-bg.jpg') repeat-x !important;
}
.sr-progress-bar > div.progress-bar > span{
    border: 1px solid #5cb85c;
    border-radius: 20px;
    font-weight: bolder;
    background: #fff;
    color: #000;
    position: relative;
    left: 0%;
    display: inline-block;
    text-align: center;
}
.sr-progress-bar > div.progress-bar > span.large{
    width: 40px !important;
    height: 40px;
    font-size: 19px;
    padding-top: 9px !important;
    bottom: 12px;
}
.sr-progress-bar > div.progress-bar > span.small{
    font-size: 15px;
    width: 35px !important;
    height: 35px;
    bottom: 10px;
    padding-top: 6px !important;
}
.sr-progress-bar > div.progress-bar > span > i{
    margin: 0;
}
/* --- End SR Progress Bar --- */



 
.review-pass-badge{
    background: #009e0f;
    border: 2px solid #077812;
    border-radius: 4px;
    color: #fff;
    font-family: Nunito;
    margin-bottom: 8px;
}

.review-warn-badge{
    background: #f8f850;
    border: 2px solid #cdcd42;
    border-radius: 4px;
    color: #000;
    font-family: Nunito;
    margin-bottom: 8px;
}
.review-fail-badge{
    background: #cf2a27;
    border: 2px solid #990000;
    border-radius: 4px;
    color: #fff;
    font-family: Nunito;
    margin-bottom: 8px;
}