*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #483D80;
}

.container-fluid{
  margin-left: auto;
}


h2{
  font-weight: bold;
  font-size: 26pt;
}

label{
  font-size: 11pt;
}

.item{
  font-weight: normal;
  padding-right: 20px;
}

.selectize-control {
  width: 29em;
}

.shiny-input-container:not(.shiny-input-container-inline) {
    width: 60em;
}

#botao{
  background-color: #483D80;
  color: white;
  margin-top: -5%;
  margin-left: 89.75%;
}

.col-sm-9 .form-group.shiny-input-container{
  margin-bottom: 11px;
}