/*@import url("text_rate.css");*/

h2{
	font-size:24px;
	margin:10px 0 5px 0;
	padding:0;
	font-weight: normal;
	font-family: futura, Arial, Helvetica, sans-serif;
	color: #474747;
	}

.rate_text{
	width:100%;
	padding: 0.5rem 0.1rem;
	color:#333;
	border-bottom: solid #333 1px;
	}
.rate_text:last-child{
	border-bottom:none;
	}
.rate_text td, .rate_text th{
	text-align: left;
	padding:0.1rem;
	}
.rate_text th{
	font-size: 1.1rem;
	font-weight: bold;
	}
.rate_text th:nth-child(2){
	text-align: right;
	width: 12rem;
	}
.rate_text .small_header{
	font-weight: bold;
	}
.rate_text .opinion:before{
	content:"Vélemény:";
	font-weight: bold;
	display: block;
	}
.rate_text .aspect:before{
	content:"Választás oka:";
	font-weight: bold;
	display: block;
	}
.rate_text .pro:before{
	content:"Előnyök:";
	font-weight: bold;
	display: block;
	}
.rate_text .con:before{
	content:"Hátrányok:";
	font-weight: bold;
	display: block;
	}
.rate_text .opinion, .rate_text .pro, .rate_text .con{
	margin-bottom: 0.5rem;
	}
.rate_text .button{
	background-color: #333;
	padding: 0.1rem 0.2rem;
	float: right;
	color: #fff;
	font-size: 0.7rem;
	}
.rate_button{
	float: right;
	margin: 0.5rem 0; 
	}
.rate_text th:nth-child(2) img{
	width: 1rem;
	height: 1rem;
	vertical-align: -1px;
	}