﻿input[type=text], textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.frm tr td {
    border-bottom: none !important;
}

div.lnk {
    margin-top: 10px;
    line-height: normal
}

    div.lnk span {
        text-decoration: none;
        color: #226e04;
        font-weight: bold;
        font-style: italic;
        white-space: nowrap;
    }

    div.lnk a {
        text-decoration: none;
        color: #226e04;
        font-weight: bold;
        font-style: italic;
    }

        div.lnk a:hover {
            text-decoration: underline;
        }

label.celular {
    display: block
}

    label.celular + label.celular {
        margin-top: 3px
    }

@media only screen and (max-width:500px) {
    #tblBusqueda tr:first-child td {
        border-bottom: 1px dotted #bbb !important;
    }
}

td.medioenvio label {
    white-space: nowrap
}
