.cc_container {
    background: #FFFFFF;
    color: #000;
    font-size: 14px;
    padding: 5px;
    border-top: 2px solid #3355AB ;
}

.cc_container a, .cc_container a:hover{
    text-decoration: none;
    color: #3355AB ;
    transition: 200ms color;
}

.cc_container .cc_btn, .cc_container .cc_btn:hover {
    color: #fff;
    background-color: #3355AB ;
}