.cc_container {
    background: #666666  !important;
    color: #ffffff !important;
}

.cc_container .cc_message {
    color: #ffffff !important;
}

.cc_container .cc_btn {
    background-color: #f8f9fa !important;
    color: black !important;
    margin: 5px;
    max-width: 500px !important;
    width: auto !important;
}

/* FP */
.btn_container_vertical {
    display: flex;
    flex-direction: column;
}

.main-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.item_left { 
    width: 80%;
}
.item_right { 
    width: 20%;
 }

@media only screen and (max-width: 600px) {
    .main-flex-container {
        flex-direction: column;
    }
    .item_left { 
        width: 100%;
    }
    .item_right { 
        width: 100%;
     }
  }

