﻿.cbdl_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#cbdl_button {
    width: 80%;
    padding: 7px;
    font-weight: 600;
    font-size: 16px;
    background-color: #476567;
    color: #fff;
}

    #cbdl_button:hover {
        background-color: #d61325;
    }



div.cbdl_input_container {
    border: 1px solid #757575;
    color: #333;
    border-radius: 20px;
    background: #fff;
    height: 40px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #dadada;
}

    div.cbdl_input_container > input {
        width: 100%;
        height: 100%;
        padding: 0 10px;
        color: #676a6c;
        vertical-align: middle;
        line-height: 35px;
        background: #fff;
        border: none;
        outline: none;
        -webkit-appearance: none;
    }

div.cbdl_widget {
    font-family: "Roboto", Arial, sans-serif;
    padding: 10px 20px;
    border: 2px solid #dadada;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    max-width: 540px;
    float: none;
    margin: 0 auto 20px;
    background: #ffffff;
    text-align: center;
    width: 300px;
}
