.askaron-reviews-for-element  {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size: 13px;
}

.ask-add 
{
	text-align:right;
	margin:20px 0 0;	
}

.ask-add a 
{
	background:#3d63cb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    padding: 0 17px;
	font-size:13px;
}

.ask-add a:hover 
{
    background:#ed1c24;
	-webkit-box-shadow: 0px 5px 25px 0px rgba(237, 28, 36, 0.23);
	-moz-box-shadow: 0px 5px 25px 0px rgba(237, 28, 36, 0.23);
	box-shadow: 0px 5px 25px 0px rgba(237, 28, 36, 0.23);
    color: #ffffff; 
}

.askaron-reviews-for-element .ask-not-active {	
	background:#DEFFE6
}

.askaron-reviews-for-element .ask-review {	
	margin-bottom: 30px;
	color:#000;
}

.askaron-reviews-for-element .ask-review .ask-name 
{
    font-family: 'IBM Plex Sans Medium';
    font-size: 17px;
	display: inline-block;
	color: #2b2b2b;	
}


.askaron-reviews-for-element .ask-review .ask-name span 
{
	font-family: 'IBM Plex Sans';
    color: #b2b2b2;
    font-size: 12px;
    margin-left: 15px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
    float: right;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	margin-bottom: 10px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px; 
	margin-bottom: 4px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text {
	display: inline-block;
	color: #666;
	line-height: 18px;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:8px 0 7px;
}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}
.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}

.askaron-reviews-for-element-answer {
	margin-bottom: 10px;
	background-color: #CCC;
	padding: 10px;
	margin-left: 40px;
}

.askaron-reviews-for-element-answer__title {
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
}

.askaron-reviews-for-element-answer__text {
	color: #666;
	line-height: 18px;
	margin-right: 5px;
}