/*-----------------Стили для парсинга отзывов по Яндексу--------------------*/
.question {position: relative; font-size: 13px !important; border-top: 1px solid grey; 
		  margin-bottom: 5px; padding: 5px; text-align: justify;}
.question .who-when {font-size: 110%; margin-top: 5px;}
.question .who-when .who {font-weight: bold;}
.question .who-when .when {font-size: 80%; font-style: italic;}
.question .answer {font-size: 85%; margin: 5px 0 0 50px; border: 1px dotted #AAAAAA; padding: 2px;}
/*----------------------------------------------------------*/
#noitems {font-size: 20px; text-align: center;}
/*---------------Стили всплывающего окна добавления нового отзыва-------------*/
#new-question {display: block;	padding: 0px; border: 1px dotted #555555; font-size: 17px;
			border-radius: 10px; margin-top: 25px;}
#new-question .header {padding: 2px 10px; font-size: 100%; font-weight: bold; 
		margin-bottom: 5px; text-align: center; cursor: pointer;}
#new-question .body {padding: 5px 10%; display: none;}
#new-question .body .item {padding: 0; margin: 0 0 5px 0;}
#new-question .body .item p.title {font-size: 100%; margin: 0; padding: 0 5px;}
#new-question .body .item .input * {width: 99%;}

#new-question .mailsubtext {font-size: 80%; color: grey;}
.right{text-align: right;}
#new-question button {cursor: pointer;}

/*
#navigation {text-align: center; font-weight: bold; margin: 10px 5px;}
#navigation a {font-size: 14px; color: #000000; margin-right: 8px; cursor: pointer; padding: 0px 3px; text-decoration: none;}
#navigation a:visited{color: #000000;}
#navigation a:hover {background-color: #d4a607;}
#navigation a.current {background-color: #86b93f;}
*/