#ccc h1,
#ccc h2,
#ccc h3,
#ccc h4,
#ccc h5,
#ccc p,
#ccc span,
#ccc button
{
    font-family: 'DIN Pro', Arial, Helvetica, sans-serif !important;
    text-align: left;
}
#ccc[light] #ccc-icon
{
    fill: #191919;
}
#ccc[light] #ccc-icon #star path
{
    fill: #FFF;
}
#ccc[light] .ccc-notify-button
{
    border-color: #FFF;
    color: #FFF;
}
#ccc[light] .ccc-button-solid
{
    background: #FFF;
    color: #000;
}
#ccc .ccc-toggle-active{ background-color: #F00 !important; }
#ccc #ccc-notify
{
    background: linear-gradient(45deg, #000, #333) !important;
    top: 0;
    bottom: auto;
}
#ccc h1, #ccc h2 {
    text-transform: uppercase;
}
#ccc p, #ccc button {
    font-size:16px !important;
}
#ccc #ccc-title {
    font-size: 24px !important;
}
#ccc a:link, #ccc a:visited {
    text-decoration: underline;
}
#ccc a:hover {
    text-decoration: none;
}
#ccc #ccc-notify-dismiss {
    display:none;
}

