html{
  height: 100% ;
  min-height: 100%;
}

body{
  background-color: white ;
  background-repeat: no-repeat ;
  /*background: linear-gradient( #51606C 0%,
                               #40395B 100%);*/
  color: black ;
}

.page_container{
  width: 70% ;
  min-width: 650px ;
  margin-left: auto ;
  margin-right: auto ;
  background-color: white ;
}

.header_container{
  padding: 0px 20px ;
  background-color: white ;
  color: black ;
  font-size: 20pt ;
  /* text-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.6 ); */
  /* background: linear-gradient( #51606C 0%,
                               #40395B 100%); */
}

.menu_container{
  background-color: white ;
}

.content_container{
  padding: 10px 20px ;
  background-color: #d1d1d1 ;
}

.footer_container{
  /* padding: 5px 5px ; */
  min-height: 5px ; 
  background-color: black ;
  color: white ;
  border-radius: 0px 0px 5px 5px;
}

.generic_container{
  padding: 10px 0px;
}

/* Elements */
.link_main{
  color: blue ;
}

/* Text styles */
.text-success{
  color: green ;
}

.text-failure{
  color: red ;
}

.text-bold{
  font-weight: bold ;
}

.text-italic{
  font-style: italic ;
}

.text-little{
  font-size: 10pt ;
}
