html, body {
  margin-bottom: 1em;
}

input.orden {
  width: 4em;
  text-align: center;
  font-size: small;
}

form div > label:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

form input[type=checkbox],
form input[type=radio] {
  transform: scale(1.5);
  margin: 0 .5em;
  position: relative;
  top: 2px;
}

td {
    vertical-align: middle;
}

#filtro-usuarios th {
    cursor: pointer;
}

.export-excel {
    color: #015e04;
    vertical-align: middle;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    width: 150px;
    background: none;
    border: 0;
    padding-right: 0px;
    float: right;
    text-transform: uppercase;
    outline: none;
}
