.copyrightdev a {
  font-size: 12px;
  color: #727373;
  text-decoration: underline;
}
.copyrightdev a:hover {
  text-decoration: none;
}
/****************************************** 
  dark-style
******************************************/
.dark-style .copyrightdev a {
  color: #b5b5b5;
}
