label2 {
  position: relative
}
label2:after {
  content: "\f0dc";
  font-family: "FontAwesome";
  font-size: 12px;
  right: 8px;
  top: 2px;
  position: absolute;
  pointer-events: none;
}
label1 {
  position: relative
}
label1:after {
  content: "\f0dc";
  font-family: "FontAwesome";
  font-size: 12px;
  right: 8px;
  top: 0px;
  position: absolute;
  pointer-events: none;
}
.fa {
padding: 5px;
font-size: 25px;
width: 25px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
}
.fa-thumbs-o-down:hover, .fa-thumbs-o-up:hover{
opacity: 0.7;
}
.fa-facebook {
background: #646464;
color: white;
}
.fa-calendar {
background:#fff;	
padding: 5px;
margin-left: 0px;
border: 0px;
font-size: 12px;
height: 24px;
width: 24px;
text-align: center;
text-decoration: none;
border-radius: 0%;
font-size: 12px;
}
.fa-times-circle {
background:#fff;	
margin-left: 0px;
border: 0px;
font-size: 16px;
color: red;
text-align: center;
text-decoration: none;
}
.fa-check-circle {
background:#fff;	
margin-left: 0px;
border: 0px;
font-size: 16px;
color: green;
text-align: center;
text-decoration: none;
}
.fa-sort {
background:#fff;	
padding: 5px;
margin-left: 0px;
border: 0px;
font-size: 12px;
height: 24px;
width: 24px;
text-align: center;
text-decoration: none;
border-radius: 0%;
font-size:12px;
}
.fa-twitter {
background: #646464;
color: white;
}
.fa-apple {
background: #646464;
color: white;
}
.fa-whatsapp {
background: #646464;
color: white;
}
.fa-viber {
background: #646464;
color: white;
}
.fa-youtube {
background: #646464;
color: white;
}
.fa-instagram {
background: #646464;
color: white;
}
.fa-skype {
background: #646464;
color: white;
}
.fa-android {
background: #646464;
color: white;
}
.fa-rss {
background: #646464;
color: white;
}