body{
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 150%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  top:0px;
  height: 100%;
  color: #7C7990;
}

html{
  text-align:center;
  height: 100%;
}

/*---------------------------------------------------------------------------*/

div.content-box{
  width: 100%;
}

div.in-box{
  padding: 30px 0px;
  margin: 0 auto;
  width: 90%;
  max-width: 900px;
}

.in-box.grey{
  width: calc(90% - 30px);
  max-width: 840px;
  padding-left: 30px;
  padding-right: 30px;
}

div.grey, p.grey, table.grey, .grey{
  background-color: #F5F5FA;
}

.radius, p.grey, div.grey{
  border-radius: 7px;
}

.center_table{
  width: auto;
  /*min-width: 700px;*/
  margin: 0 auto;
}

.center_table td:first-of-type{
  text-align: right;
}

.center_table.grey{
  border-radius: 7px;
  padding: 10px 50px;
}

div.grey{
  border-radius: 7px;
  padding: 15px;
}

.center_table.grey td, .center_table.grey th{
  padding: 15px 20px;
}

/*----------------------------------------------------------------------------*/
/* header */

#header {

  display: block;
  width: 100%;
  color: white;
  background: linear-gradient(#493FC3, #475DC7);
}

#header h2{
  width: 380px;
  font-size: 32px;
  font-weight: normal;
  line-height: 130%;
}

/*-------------------------------------------------------------------------*/


#content{

}

#footer {
  background-color: #1B1C4B;
  color: white;
  text-align: center;
}

#footer a, #footer a:visited, #footer a:hover{
  color: white;
}


/*----------------------------------------------------------------------------*/
/* other styles */

#content img{
  max-width: 100% !important;
  height: auto !important;
  border-style: none;
}

hr{
  width: 100%;
  height:1px;
  border-width:0;
  background-color: rgb(200,200,200);
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}

a, a:visited, p.blue{
  color: rgb(65, 163, 255);
} 

a:hover{
  text-decoration: none;
}

.table_scroll{
  overflow: auto;
  max-width: 100%;
}

td{
}

th{
  color: rgb(65, 163, 255);
}

#content h1 {
  color: #40434c;
  font-size: 29px;
  font-weight: bold;
}

#content h2{
  color: #40434c;
  font-size: 29px;
  font-weight: bold;
  margin-top: 40px;
}

#content h3 {
  color: #40434c;
  font-size: 23px;
  font-weight: bold;
  margin-top: 40px;
}

h4 { 
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

h1, h2, h3, h4 {
  line-height: 150%;
}

p, li {
  line-height: 150%;
  text-align: justify;
}

.home li{
  text-align: left;
}

p{
  padding-bottom: 10px;
  padding-top: 10px;
}