/* for FEC.gov site flip */
div#preflip_banner {
    width: 100%;
    height: 44px;
    background: #004477;
    display: block;
    color: #fff;
    padding-left: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 66px;
}

#preflip_banner p {
    font-size: 0.75rem;
    line-height: 2em;
}

#preflip_banner a {
    color: #fff;
}

#msg.yes::before {
    background: #6ec0c5 none repeat scroll 0 0;
    content: " \2713"; /* UTF-8 hex for check mark - CSS not using UTF-8 encoding */    
}
#msg::before {
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    height: 1.2rem;
    line-height: 1.4;
    margin-right: 0.4rem;
    width: 1.2rem;
}
#msg {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 0.8rem;
    height: 30px;
    left: 0;
    line-height: 2;
    padding-left: 12%;
    padding-top: 0.2rem;
    /* position: relative; */
    text-align: center;
    top: -36px;
}