/*
  This file contains overrides for templates specific to fdapps. If the over-rides are found to be universal,
  they should be merged with the template css itself. Hence, ideally this file should be empty !!
  Take special care while adding styles here as they would be affecting the site all over fdApps.
*/

.button-container a{
  text-decoration:none;
}

.button{
  cursor: pointer;	
}

/* Currently missing from FOC template */
.roll-over{
  width: 280;
}

/* These margins are required on the incentives pages. Was using <p>&nbsp;</p> previously. */
.special-off-header{
  margin-top: 10px;
}

.special-off-header2{
  margin-top: 10px;
}

/* The red colour settings for 'li' are too generic causing problems in showroom and incentives pages */
li{
  color: black;
} 

