#config_box {
  background-color: white;
  border-left: 4px solid white;
}  
.backgroundAnimated{    
      
      /*animation: fadeIt 1s ease-out; */
      
      border-left: 4px solid yellow !important;
      transition: border  ease-in-out .5s;
}

#main-cta {
  background-color: black;
  color:white;
}

#main-cta code { color:white; }