.cwc_div{
	display: block;
    text-align: center;
    cursor: pointer;
    border: 0px solid yellow;
    width: auto;
    padding: 3px;
    margin: 4px;
	height: 10px;
	z-index: 1200;
	position: relative;

}
.cwc_div11111{
	display: inline-block;
    float: right;
    text-align: center;
    cursor: pointer;
    border: 0px solid yellow;
    width: auto;
    padding: 3px;
    margin: 4px;
    position: fixed;
    bottom: 5px;
    right: 5%;
	top: 30px;

}
.cwc_img{
    width: 33px;
    height: 33px;
	max-height: 33px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	border-radius: 100%;
	background: white;
	filter: grayscale(50%);
}
.cwc_img:hover {
    width: 40px;
    height: 40px;
	filter: grayscale(0%);
}
.cwc_imgf{
    width: 25px;
    height: 25px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	border-radius: 100%;
	background: white;
	filter: grayscale(50%);
}
.cwc_imgf:hover {
    width: 33px;
    height: 33px;
	filter: grayscale(0%);
}
