/* 
 * use this for overrides until I can figure out how to reconfig the  
 * way SASS is complied in this theme
*/

#take-action sup {
    font-size: 1.5rem;
    color: #faca06;
    cursor: pointer;
}

.six-explain {
    display: none;
    margin-top: -10px;
    margin-bottom: 20px;
}

/* not sure why by links do not have pointer */
a {
  cursor: pointer;
}