img#cartoon {
  position: static;
  border: solid black 1px;
  vertical-align:text-top;
}

div#content {
  padding: 5px 0px 20px 0px;
  /*background-image: none;
  background-color: #edf6a5;*/
  background-color: white;
  height: auto;
  min-height: 600px;
}

/* e-Card view */

div#ec_frame{
  position: relative;
  border: solid #707e1c 5px;
  background-color: #edf6a5;
  width: 80%;
  height: auto; 
  left: 50px;
  padding: 5px;
}

div#ec_header, div#ec_image, div#ec_body, div#ec_buttons{
  position: static;
  border: solid red 0px;
}

div#ec_header{ 
  width: 100%;
  padding: 0px;
  text-align: left;
}

div.ec_header_line{
  margin-top: 5px;
  border: solid red 0px;
  background-color: #a8bd2a;
  width: auto;
  height: auto;  
  padding: 5px;
}

div#ec_image{
  margin-left: 0px;
  border: solid black 0px;
  background-color: #edf6a5;
  width: 100%;
  height: auto;
  padding: 5px 0px 5px 0px;
  text-align: center;
}

div#ec_body{
  width: 100%;
  height: auto;
  padding: 5px;  
  text-align: left;
}

div#ec_buttons{
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: right;  
}

div.text {
  padding: 20px;
}

div#top10 {
  position: static;
  border: solid red 0px;
  width: auto;
  /*height: 200px;*/
  padding: 20px;
  text-align: center;
}

/*img#top1, img#top2, img#top3, img#top4, img#top5 {*/
img#top10 {
  /*float: left;*/
  /*position: absolute;*/
  /*border:solid red 2px;*/
  position: static;
  border: solid black 1px;
  vertical-align: middle;
  margin: 5px;
}
