body {
  font-family:Arial, Verdana, sans-serif;
  background-color: #AEC09A;
}
h1 {
  clear: left;
  color: #0F000F;
  text-align: center;
}
h2 {
  clear: left;
  color: #0F000F;
  text-align: center;
}
h3 {
  clear: left;
  color: #0F000F;
  text-align: left;
  margin: 10px;
}
h4 {
  clear: left;
  color: #0F000F;
  text-align: left;
  margin: 10px;
  text-indent: 10px;
}
h5 {
  clear: left;
  color: #0F000F;
  text-align: center;
}
p {
  color: #0F000F;
  text-indent: 20px;
}
a.quiet_link {
  text-decoration : none;
  font-weight : bold;
  font-style : italic;
  color: #0F000F;
}
div.goto_analysis, div.main_heading {
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #CCCCCC;
  margin: 5px;
  padding: 5px;
}
div.reading_time {
  font-size: 75%;
}
div.articles {
  clear: left;
}
div.article_item {
  float: left;
  width: 300px;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #CCCCCC;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
div.article_icon {
  float: left;
  width: 75px;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #CCCCCC;
  text-align: center;
  margin: 10px;
  padding: 10px;
}
div.partners {
  float: left;
  width: 300px;
  border: 2px solid #808080;
  border-radius: 10px;
  background-color: #BED0AA;
  margin: 5px;
  padding: 5px;
}
img.article_img {
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  max-width: 100%;
}
div.credits {
  clear: left;
  text-align: center;
}
div.footer {
  text-align: center;
  font-size: 100%;
  font-weight : bold;
}
img.banner {
  width: 100%;
  height: auto;
}
img.topic_img {
  width: 100%;
  max-width: 750px;
  height: auto;
}
.flag_img {
  border-radius: 5px;
  border: 2px solid #F0F0F0;
}
.flag_item {
  display: inline;
}
.nav {
  display: inline;
  padding: 1%;
  text-align: center;
  margin: 10px;
}
@media (min-width: 300px) {
  .nav {
    font-size: 65%;}
} 
@media (min-width: 400px) {
  .nav {
    font-size: 80%;}
} 
@media (min-width: 500px) {
  .nav {
    font-size: 90%;}
} 
@media (min-width: 600px) {
  .nav {
    font-size: 100%;}
} 
@media (min-width: 700px) {
  .nav {
    font-size: 120%;}
} 
@media (min-width: 800px) {
  .nav {
    font-size: 140%;}
} 
.mast_top, .donate {
  text-align: center;
}
ul.questions {
  display: block;
  font-size: 100%;
  list-style-position: outside;
}
input,select {
  font-size: 100%;
  width: 160px;
  border-radius: 5px;
}
.input_group {
  float: left;
  width: 400px;
  max-width: 100%;
  font-size: 90%;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #CCCCCC;
  margin: 5px;
  padding: 5px;
}
.input_item {
  padding: 5px;
}
.input_title {
  float: left;
  width: 200px;
  font-size: 100%;
  text-align: right;
  padding-right: 5px;
}
.submit_button {
  clear: left;
  margin: 10px;
  text-align: left;
}

.about_obd {
  float: left;
  font-size: 100%;
  border: 2px solid #F0F0F0;
  border-radius: 10px;
  background-color: #CCCCCC;
  margin: 10px;
  padding: 10px;
}
.correction {
  color: Red;
  text-align: center;
}

