/* RESET CSS */
* {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    position: relative;
    width: 100%;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 62.5%;
}

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #000000;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
}

table th {
    background-color: #E9E2C3;
}

.table_boletim,
.table_boletim th,
.table_boletim td,
.table_boletim table {
    border: none !important;
}

::-webkit-input-placeholder {
    color:  #E67036 !important;
    opacity: 1.0 !important;
}

:-moz-placeholder {
    color:  #E67036 !important;
    opacity: 1.0 !important;
}

::-moz-placeholder {
    color:  #E67036 !important;
    opacity: 1.0 !important;
}

:-ms-input-placeholder {
    color:  #E67036 !important;
    opacity: 1.0 !important;
}