.weight-6,
.weight-6 a
{ 
  font-size: xx-large;
  color: #2e3436;
  white-space: nowrap;
  }

.weight-5,
.weight-5 a
{ 
  font-size: x-large;
  color: #2e3436;
  white-space: nowrap;
 }

.weight-4,
.weight-4 a
{ 
  font-size: large;
  color: #555753;
  white-space: nowrap;
  }

.weight-3, 
.weight-3 a
{ 
  font-size: medium;
  color: #888a85;
  white-space: nowrap;
  }

.weight-2,
.weight-2 a
{
    font-size: small;
    color: #888a85;
    white-space: nowrap;
}

.weight-1,
.weight-1 a
{ 
  font-size: small;
  color: #d3d7cf;
  white-space: nowrap;
  }

.box
{ 
  text-align: center;
 }