body {
  font-family: Helvetica, sans-serif;
  font-family : Helvetica, sans-serif;
  font-size: 0.8em;
  max-width: 900px;
  margin-left : auto;
  margin-right : auto;
}

.header {
  font-family : "Raleway", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  max-width: 650px;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
}

.footer{
  margin-top : 3em;
  text-align : center;
  border-top: 1px solid #e4e4e4;
  padding-top : 2em;
}

.footer img{
  margin-right : 2em;
}

.page-title {
  text-align: center;
  font-family : "Raleway", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #e4e4e4;
}

a{
  color : #001ba0;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.right-align{
  text-align : right;
}

.link-button {
     background:none!important;
     color:inherit;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
}

/* to use as a warning if data not visible in database  */
.entry-notvisible {
  background-color: #fd2d2d;
}

/* makes a given element more visible ( main reference, current version )  */
.main-element {
  color : #fd2d2d;
}