* {
    outline: none;
}

.ficha_inscricao {
    width: 100%;
    border: #06c 1px solid;
    padding: 2px;
    font-size: 13px;
    color: #000;
}

.ficha_inscricao td {
    width: 50%;
    padding: 5px;
    vertical-align: middle;
}

.ficha_inscricao label {
    padding: 0px;
    display: block;
    text-align: right;
    margin: 0px;
    font-weight: bold;
    color: #225384;
    font-size: 15px;
}

.ficha_inscricao input, select, textarea {
    border: solid 1px #06c;
    color: #333;
}

.ficha_inscricao #botao_enviar {
    padding: 5px;
    background: #06c;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px #0E4DAA;
}

.ficha_inscricao .campo-eqp {
    display: inline-block;
    white-space: nowrap;
    margin: 10px;
    width: Calc(33.3% - 24px);
}

.ficha_inscricao .campo-eqp label {
    display: inline-block;
}

.ficha_inscricao .esconde {
    display: none !important;
}

.auto-style3 {
    font-size: large;
}

.auto-style4 {
    font-weight: normal;
}

.auto-style5 {
    font-weight: normal;
    font-size: large;
}

.auto-style9 {
    font-size: 15px;
    color: #225384;
    font-weight: bold;
    text-align: left;
}

.auto-style10 {
    clear: both;
    text-align: center;
}

.auto-style11 {
    text-align: left;
}

.auto-style12 {
    color: #034B9E;
}

.auto-style13 {
    color: #FF0000;
}

.auto-style14 {
    color: #034B9E;
    text-align: center;
}

.auto-style15 {
    text-decoration: underline;
}

.tb-inscritos {
    border-collapse: collapse;
    width: Calc(100% - 20px);
    margin: 0 10px;
}

.tb-inscritos td {
    color: black;
    font-size: 12px;
    font-family: Calibri, sans-serif;
    white-space: nowrap;
    border: .5pt solid #333;
    padding: 7px;
}

.tb-inscritos td.categoria {
    background: #ff9801;
}

.tb-inscritos td.titulo {
    background: #ccc;
}

.tb-inscritos td.fila {
    background: #ffcc01;
}