/*
input[type=checkbox], input[type=radio]{
    margin-right: 7px;
}
*/
input[type=text].cash {
    width: 130px;
    height: 25px;
    border: 1px solid #048fbd;
}

input.login_input {
    border: 1px solid #555;
    width: 100%;
}

@media screen and (max-device-width: 800px) {
    input.login_input {
        height:35px;
    }
}

select.prompt-box {
    width: 403px;
    display: block;
    margin-top: 2px;
}

@media screen and (max-device-width: 800px) {
    select.prompt-box {
        width: 85vw;
    }
}

select.prompt-box option {
    font-size: 12px;
    padding: 4px 0 4px 9px;
}

@media screen and (max-device-width: 800px) {
    select.prompt-box option {
        font-size: 27px;
    }
}

select.prompt-box option:checked {
    background-color: #047fad;
}

table.taxPayerEditorTable {
    width: auto;
}

table.taxPayerEditorTable input[type=text], table.taxPayerEditorTable select {
    width: 190px;
    border: 1px solid #5b97ab;
    font-size: 11px;
    padding: 3px 0 3px 3px;
}

@media screen and (max-device-width: 800px) {
    table.taxPayerEditorTable input[type=text], table.taxPayerEditorTable select {
        width: 400px;
        height: 25px;
        font-size: 25px;
    }
}

table.taxPayerEditorTable td {
    padding-top: 5px;
    vertical-align: middle;
}

    table.taxPayerEditorTable td.title {
        text-align: center;
    }

table.taxPayerEditorTable input[type=text].shortie {
    width: 50px;
}

table.taxPayerEditorTable td#data_selects select {
    width: 65px;
}
table.taxPayerEditorTable img {
    width: 15px;
    height: 15px;
}

@media screen and (max-device-width: 800px) {
    table.taxPayerEditorTable td#data_selects select {
        width: 134px;
        height: 40px;
    }
}

@media screen and (max-device-width: 800px) {
    input[type=checkbox] {
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
    }
    input[type=radio] {
        /* All browsers except webkit*/
        transform: scale(2);
        /* Webkit browsers*/
        -webkit-transform: scale(2);
        margin-top:10px;
    }
}
