ul.social-buttonss { 
  margin-bottom: 0; 
  padding-left: 0;
  text-align: center; 
  }

ul.social-buttonss li a { 
  font-size: 20px; 
  line-height: 50px; 
  display: block; 
  width: 50px; 
  height: 50px; 
  -webkit-transition: all 0.3s; 
  -moz-transition: all 0.3s; 
  transition: all 0.3s; 
  color: white; 
  border-radius: 100%; 
  outline: none; 
  background-color: #212529; 
  }

ul.social-buttonss li a:active, ul.social-buttons li a:focus, ul.social-buttonss li a:hover { background-color: #fed136; }

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #fff5d2;
}

tr:nth-child(odd) {
  background-color: #fff9e6;
}