/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .cdg-header-trivia {
    width: 25%;
    float: right;
    margin-top: -100px;
    text-align: center;
    border: 1px solid #FFFDFD;
    padding: 10px;
}

.cdg-header-trivia h5 {
    padding-bottom: 0;
    font-size: 22px;
    color: #FFFDFD;
}

.cdg-header-trivia hr {
    border: 0;
    border-bottom: 1px solid #FFFDFD;
    width: 20%;
}

.cdg-header-trivia p {
    font-size: 12px;
    color: #FFFDFD;
    line-height: 1.5em;
}