
body {
      background: white;
      color:black;
      font: 13px 'Arial';
      padding: 10px 80px 50px 80px;
      width: 80%;
      margin: 50px auto 0;
    }

    
.button_link {
    height:60px;
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button_link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}    

div.logindiv{
    width:500px;
    padding:20px;
    border:1px solid #ccc;
    margin:auto;
    text-align: center;
    align: center;
}  
div.login_errors {
    background: #FBE6F2;
    border: 1px solid #D893A1;
    padding: 10px;
    text-align: center;
}
    
.label {
    width: 150px;
    float: left;
}        
.table_overview
{
font-family: Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
table-layout:fixed;
}
.table_overview td, .table_overview th 
{
font-size:1em;
border:1px solid #4479BA;
padding:3px 7px 2px 7px;
}
.table_overview th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#4479BA;
color:#ffffff;
}

.overview01 {
  width: 20%;
}
.overview02 {
  width: 8%;
}
.overview03 {
  width: 4%;
}
.overview04 {
  width: 3%;
}
.overview05 {
  width: 4%;
}
.overview06 {
  width: 4%;
}
.overview07 {
  width: 10%;
}
.overview08 {
  width: 10%;
}
.overview09 {
  width: 15%;
}
.overview10 {
  width: 12%;
}
.overview11 {
  width: 5%;
}
.overview12 {
  width: 5%;
}

.form_header {
      text-align:center;
    };
    
.download_form {
      text-align:center;
    };
        
.data_form {
      text-align:left;
    };
    
 
    
