body.ccopen {
    margin-top: 65px;
    transition: all 0.5s ease;
}


#ccons {
    background: rgba(200,200,200,.3);
    color: rgba(45, 45, 45, 1);
    padding: 5px 25px;
    position: absolute;
    top: 0; left: 0;right: 0;
    font-size: 14px;

}

#ccons table {
    margin-left: auto;
}

#cmore {
    margin-top: 10px;
    margin-left: auto;
    font-size: 12px;
}

#bcok {
    background-color: #4CAF50;
    border: 1px solid #444;
    color: white;
    padding: 5px 22px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor:pointer;
}

#bcok:hover {
    background-color: #5CBF60;
    border: 1px solid #444;
}
