body{
  font-family: 'Roboto', Noto Sans, Segoe UI;
  font-size: 130%;
}


#download{


background-color: black;
color: white;
margin-bottom:15px;

}

#download i {display: none;}

#button-row{
  
  margin-top: 20px;
  
}

.input-area {
    background-color: white;
    border-radius: 2px;
    border: 1px solid #cccccc;
    padding-top: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    margin: 0px 0px 5px 20px;
}

.input-area > .shiny-input-container:not(.shiny-input-container-inline) {
  
  max-width: 100%;
  width: 100%;
  
}
