@charset "UTF-8";
.transfer .send, .transfer .request {
    margin: 0 auto;
    max-width: 800px;
}

#calculadora-container input {
    font-family: 'Open Sans', sans-serif;
    color: #0079AD;
    font-size: 16px;
}

input, input[readonly] {
    background-color: #fff;
    border: 1px solid #b1b1b1;
    color: #0079AD;
    font-size: 16px;
    height: auto !important;
    margin: 0 !important;
    padding: 6px 5px !important;
    width: 90%;
}

input[type=number] {
    -moz-appearance: textfield;
}

hr {
    border: 0;
    height: 1px;
    background-color: #c1c1c1;
    margin: 15px 0;
}

table tr td img {
    margin: 0 2.5px;
    vertical-align: baseline;
}

.pocket-table {
    text-align: center;
}
.pocket-table .pocket-to-col,
.pocket-table .pocket-from-col {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: top;
}
.pocket-table .pocket-to-col:first-child,
.pocket-table .pocket-from-col:first-child {
    margin-right: 10%;
}