<style type="text/css">
    .dropdown-menu-custom {
        display: block;
        margin-left: 15px;
    }

    .filtersRow > td > input {
        width: 80%;
        max-width: 150px;
    }

    form {
        width: 100%;
    }

    @media screen and (max-width: 1000px) {
        .filtersRow > td > input[type=date] {
            width: 100%;
            max-width: 50px;
        }
    }

    .tooltip-button {
        border-radius: 50%;
        position: absolute;
        top: 15%;
        left: 72%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .available-param .tooltip-button {
        left: 80%;
    }

    input[type="date"]::-webkit-inner-spin-button,
    input[type="date"]::-webkit-clear-button
    {
        display: none;
        -webkit-appearance: none;
    }

    @media screen and (min-width: 768px) {
        .left {
            background: #e8f6fe;
            margin-left: 0px!important;
        }​​
    }

    @media screen and (max-width: 767px) {
        .left {
            display: none;
        }
    }

    .wizard-step, .wizard-previous-step, .wizard-next-step, .wizard-save {
        display: none;
    }

    .wizard-active-content {
        font-weight: bold;
        text-decoration: underline;
    }

    .wizard-new-exchange-accounts, .coinmex-passphrase {
        display: none;
    }
</style>