a.color, .color {
  color: #6d7f3e;
  font-weight: 600;
}

a.color:hover, .color:hover {
  color: #819C3F;
}

@media only screen and (max-width:48em){
  .user-account-links li a {
    color: #fff !important;
  }
}

/*

.user-account-links ul {
  background: #d9d9d9 !important;
}

.user-account-links li a{
  color:#777 !important;
}

@media only screen and (max-width:48em){
  .user-account-links li a {
    color: #fff !important;
  }

  .user-account-links li a:hover {
  	color: #999 !important;
  }
}
*/


