@charset "utf-8";
/* CSS Document */

.word-search-row{
	width:100%;
}
.all-users-search-row{
	
}
.all-users-search-row-a{
	color:#000000;
}
.all-users-search-row-a:hover{
	text-decoration:none;
	transition:all ease-in-out 0.5s;
	transform:scale(1.2,1.2);
}
.all-users-search-row > .result-username > span{
	padding:15px;
	font-weight:bold;
}
.result-profile img{
	width:30px;
	height:30px;
}
.result-count{
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.result-play{
	align-content:flex-end;
}
.result-username{
	text-align:right;
	direction:rtl;
}
.result-username a{
	padding:10px;
}
.result-play img{
	width:40px;
	height:40px;
}
.result-actions > ul{
	padding:0px;
}
.result-actions > ul > li {
	display:inline-block;
	width:23%;

}
.result-actions > ul > li img {
	width:20px;
	height:20px;
}
.result-actions > ul > li > img:hover {
	transform:scale(1.2,1.2);
	transition:ease-in-out;
}
#likeBtn > img:hover{
	box-shadow:0px 0px 20px #0f0;
	cursor:pointer;
}
#dislikeBtn > img:hover{
	box-shadow:0px 0px 20px #f00;
	cursor:pointer;
}
.no-padding{
	padding:0px !important;
}