.walidacja a {
  display: inline-block;
  margin: 0px 0px 4px 8px;
  text-decoration-color: transparent !important;
}
.w3c-logo {
  width: 82px;
  height: 31px;
  background-color: #ffcc66;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 35px, #ffcc66 35px, #ffcc66 100%);
  border: 1px outset #cccccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w3c-logo strong {
  display: block;
  text-align: left;
  width: 42px;
  overflow: hidden;
  font-family: 'Tahoma', sans-serif;
  font-size: 10px;
  line-height: 11px;
  color: #000000;
  background-color: #ffcc66;
}
.w3c-logo::before {
  content: "";
  background: url('w3c.png') center center no-repeat;
  width: 33px;
  height: 16px;
  background-size: 32px 16px;
}
.w3c-logo::after {
  position: absolute;
  content: "\f00c";
	font-family: "FontAwesome";
  font-size: 22px;
	color: #990000;
  margin: 5px 0px 0px 65px
}
