body {
  background-color: #233D64;
  
  color: white;
  letter-spacing: 0px;
  font-size: 12px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}

.container-fluid{
  max-width:1000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h2 {
  font-weight: 600;
}
h3 {

  font-weight: 500;
}

.tabbable > ul > li { 
  width: 25%;
  text-align: center;
  font-weight: 550;
  font-size: 16px;
}

.tab-pane{
  width: 100%;
  min-height: 60px;
  background-color: white; /*#CBD9ED;*/
  padding: 15px 15px 15px 15px;
  border: 5px solid white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
  color: black;
  font-size: 16px;
}

.centered-div{
  text-align:center;  
}

.btn-default{
 background-color: #233D64;  
 color:white;
}

.col-sm-12 > .shiny-input-container{
  width: 100%;
}

#errorInDataset{
  color:red;
  font-weight: bold;
}

.copyright{
  text-align:center;
}