/* Color Theme
--------------------------------- */
/* Color Scale
--------------------------------- */
/* Other Colors
--------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom color variables 
    Example:

    @color1: #ff00ff;
    @color2: #00ff00;
*/
/* Fonts
--------------------------------- */
/* Sizes
--------------------------------- */
/* Logo
---------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom variables 
    Example:

    @font-size: 18px;
    @font-family: Arial, sans-serif;
*/
/* Class Functions
----------------------------------------- */
.payoff {
  background-color: #94BE00;
  display: block;
  padding: 5px 15px;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.payoff a {
  color: #fff;
}
.content-top .payoff {
  margin-bottom: 0;
}
