body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    overflow-y:scroll;
}

h1, h3, h4, h5 {
    color: #0098f8;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid#e6e6e6;
    border-top: 1px solid#e6e6e6;
}

.spacer {
    flex-grow: 1!important;
}

.container {
    text-align: center;
}

.title {
    text-align: center;
}

.intro-text {
    padding-top: 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
    color: #777;    
}

.intro-btn {
    border-radius: 20px;
}

.paragraph {
    text-align: justify;
    text-justify: inter-word;
}
label {
    font-weight: bold;
}

.main {
    padding-top: 40px;
    background-color: #f5f5f5;
}

table{
    border-collapse:collapse;
    margin-bottom:5px;
  }
  table#influent, table#edar, table#river {
      width: 100%;
  }
  td,th {
    border:1px solid #ccc;    
  }
  #inputs td {
    padding: 5px;
  }
#outputs td {
	font-size:smaller;
	vertical-align: middle;
	padding: 5px;
}
  input[type=number]{
    text-align:right;
  }
  .flex{ 
    display:flex; 
  }
  .unit{ font-size:smaller;}
  .number{ text-align:right; }
  [onclick]{cursor:pointer}
  #influent input,
  #river input[type=number], 
  #degradation input
  {
    display:block;
    width:48px;
  }
  #river input[type=number]{
    width:60px;
  }
  #degradation input{
    width:70px;
  }
  #edar input{
    max-width:56px;
  }
  #processes table {
    margin-right:3px;
  }