/* Style sheet for ther Reviews Comparison plugin */

#review-category-landing-page {
    margin: 20px 0;
}

/*=================================
 # Category Selection
=================================*/ 
/* Reset category selection */
#reset-category-selection{
	border-radius: 12px;
	height: 36px;
	width: 127px;
}

.click-to-select {
    color: black;
    font-size: 0.9em;
    font-style: italic;
    margin-left: 5px;
}	

.click-to-select:hover {
    text-decoration: underline;
}
/* Highlight the selected category */
.category-name {
    cursor: pointer;
    color: white;
}

.category-name:hover {
    //text-decoration: underline;
	color: gold
}

.category-name.open {
    font-weight: bold;
    color: whitesmoke;
}*/

/*=============================
In the reviews
===============================*/

.tmr-review-title {
    margin-bottom: 20px; /* Adjust the spacing below the title */
    margin-top: 0; /* Remove any default margin above the title */
	font-size: 1.25em;
}

/*For the highest scoring Revew */
.our-choice {
    display: block;
    font-weight: bold;
    color: gold;
    margin-bottom: 10px;
	background: purple;
	width: 100px;
	padding-left: 13px;
}

/*THe review images - Featured, Second */
#tmr-review-images img{ /* Div container */
	max-width: 20%;
	display:inline-block;
}

/* Paragraph */
.tmr-review-content{
	display: inline-block; 
	max-width: 80%;
	vertical-align: top;
}