@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

/* Socials Footer */
.social-box {
	background:#;
	position: relative;
	float: right;
	margin-top: 20px;
}

.socialdiv ul {
	 list-style: none 
}

.socialdiv .social-list a {
  color: #fff;
}

.socialdiv .social-list a .social-icon {
  border-color: #fff;
}

.socialdiv .social-list a:hover {
  color: #ccc;
}

.social-list a:hover .social-icon {
  border-color: #ccc;
}


	/* Social Icons */
.social-list {
  list-style: none;
  padding: 0;
  text-align: center;
}

.social-list li {
  margin: 5px;
  display: inline-block;
}

.social-list li a {
  font-size: 21px;
  color: #fff;
}

.social-list li a:hover {
  color: #ccc;
}

.social-list li a:hover .social-icon {
  border-color: #ccc;
}

.social-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.social-icon .fa {
  line-height: inherit;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
}