.rating-multi {
	max-width: 100%;
	background-color: #f4f7f1;
	padding: 30px 25px;
	margin: 75px auto 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex-start;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	flex-shrink:20;
}

.rating-multi:after {
content: '';
    right: 28px;
    top: -63px;
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    background-size: contain;
    background-image: url(../img/cup.png);
    background-repeat: no-repeat;
    position: absolute;
}

.rating-multi .rating__container  {
	width: 100%;
}

.rating__container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.my-rating-4 {
width: 165px;
}

.rating__avg {
width: 45px;
font-weight: bold;
color: #43ae43;
}


.fab_container__line {
	display: block;
}

.fab_id {
font-weight: bold;
width: 30px;
height: 30px;
margin-right: 10px;
display: inline-block;

}

.fab_name {
margin-right: 20px;

}

.fab_rating {
width: 50px;
margin-right: 20px;
}

.fab_votes {
width: 50px;
margin-right: 20px;
}

.fab_avg {
width: 50px;
margin-right: 20px;
}

.fab__add,
.fab__btn,
.fab__del {
    background-color: #575757;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #707070;
color: #fff;
cursor: pointer;
}

.fab__btn {
    background-color: #7193ff;
}

.fab__del {
background-color: #e38c8c;
margin-left: 25px;
display: inline-block;
}

.fab__add:hover,
.fab__btn:hover,
.fab__del:hover {
    background-color: #000;
}


.fab_table {
	margin-bottom: 5px;
}

.fab_container__title {
	font-size: 12px;
	font-weight: bold;
	margin-right: 56px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}

.fab_container__title:nth-child(2) {
	margin-right: 114px;
}
.fab_container__title:nth-child(3) {
	margin-right: 24px;
}
.fab_container__title:nth-child(4) {
	margin-right: 43px;
}

.rating__name {
max-width: 330px;
width: 100%;
color: #8b8d8a;
text-decoration: none;
flex-shrink:20;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}





.my-rating-4 {
    width: 165px;
}

.rating-multi .rating__avg {

width: 40px;
}

.more-shortcode {
	cursor: pointer;
    display: inline-block;
    border-bottom: 1px dotted#696969;
    line-height: 1.09;
}



.widget-area .my-rating-4 {
    width: 108px;
}

.widget-area .rating__avg {
    width: 37px;
    font-size: 14px;
}

.widget-area .jq-star {
    width: 20px!important;
	height: 20px!important;
}

.widget-area .rating-multi {
	padding: 35px 10px 10px;
}

.widget-area .rating__name {
    max-width: 280px;
    flex-shrink: 20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


@media screen and (max-width:480px) {

.jq-star{
	width: 20px!important;
	height: 20px!important;
}

.my-rating-4 {
    width: 108px;
}

.rating__avg {
    width: 37px;
    font-size: 14px;
}

.rating__name {
      max-width: 280px;
    flex-shrink: 20;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.rating-multi {
	padding: 30px 5px 20px;
}

}