#module_content_tern
{
  float: left;
  margin-left: auto;
  padding-left: 10%;
  padding-top: 5%;
  height: 40%;
  width: 40%;
}

#tern
{
  height: 100%;
  width: 100%;
}

#module_content_logo
{
  float: left;
  padding-left: 0%;
  padding-top: 20%;
  height: 40%;
  width: 40%;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 600%;
}


@media only screen and (max-width: 2200px) 
{
  #module_content_logo
  { 
      font-size: 460%; 
  }
}

@media only screen and (max-width: 2000px) 
{
  #module_content_logo
  { 
      font-size: 400%; 
  }
}

@media only screen and (max-width: 1800px) 
{
  #module_content_logo
  { 
      font-size: 300%; 
  }
}

@media only screen and (max-width: 1500px) 
{
  #module_content_logo
  { 
      font-size: 200%; 
  }
}

@media only screen and (max-width: 1200px) 
{
  #module_content_logo
  { 
      font-size: 150%; 
  }
}

@media only screen and (max-width: 1000px) 
{
  #module_content_logo
  { 
      font-size: 120%; 
  }
}
@media only screen and (max-width: 700px) 
{
  #module_content_logo
  { 
      font-size: 100%; 
  }
}

@media only screen and (max-width: 600px) 
{
  #module_content_logo
  { 
      font-size: 80%; 
  }
}


@media only screen and (max-width: 500px) 
{
  #module_content_logo
  { 
      font-size: 50%;
      clear: left;
      padding-top: 0%;
      padding-left: 10%;
  }
}

.module_content_rectangle
{
  float: left;
  height: 50%;

}

#module_content_rectangle_label
{
  width: 40%;
  border-style: solid;
  border-color:  #ffffff #800000 #800000 #ffffff;
}

#module_content_rectangle1
{
  width: 10%;
  border-style: solid;
  border-color:  #ffffff #ffffff #e6e6e6 #ffffff;
}

#module_content_rectangle3
{
  width: 5%;
  background-color: #e6e6e6;
  border-style: solid;
  border-color:  #e6e6e6;
}

#module_content_rectangle2
{
  width: 5%;
  background-color: #800000;
  border-style: solid;
  border-color:  #800000;
  
}


