p{
    hyphens: auto;
    lang: fi;
}

body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;

  background: transparent;
  font-family: Red Rose, sans-serif;
  font-size: 0.9em;
}

a {
  text-decoration: none;
  color: #058;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #058;
  cursor: pointer;
}

a:visited {
  color: #058;
}

a:active {
  color: #058;
}

table {
  border-collapse: collapse;
}

table, td {
  border: thin solid;
  padding: 4px;
}

caption {
  padding: 4px;
}

thead {
  background-color: transparent;
}

.main-container {
  margin: auto;
  width: 100%;
  height: auto;
  padding-bottom: 40px;

  Egonmin-width: 100%;
  Egonmin-height: 100%;
  background: transparent;
  box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  .main-container {
    width: 100%;
  }
}
.top-container {
   background-image: url("limaps.png");
   width: 95%; 
   height: 200px;
}


.page-container {
  margin: 0px;
  padding: 20px 20px 20px 20px;

  font-size: 1.17em;
  color: black;
  text-align: left;
  display: block;
}

.person {
  margin-top: 10px;
  margin-right: auto;
  padding-bottom: 10px;
  display: block;
  width: auto;
  border: 0px solid #CCC;
  border-radius: 0px;
  background: #F0F0F0;
  vertical-align: middle;
}

.program {
  display: inline-block;
  background-color: #EEE;
  padding: 8px;
  font-weight: 700;
  font-family: Monospace;
  font-size: 1em;
  border: 0px solid gray;

}

img.bg_img {
  border: 0px solid black;
  max-width: 100%;
}

img.flag_img {
  border: 1px solid black;
  width: 21px;
  height: 13px;
}

img.flag_imx {
  border: 0px solid black;
  width: 21px;
  height: 13px;
  margin-left: 25px;
}

div.select_box {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 3px;
	background-color: #eee;
	border: 0px solid #CCC;
	border-radius: 3px;
	vertical-align: middle;
	text-align: center;
}

footer {
        position: fixed;
        bottom: 0px;
        display: block;
        margin: 0px;
        padding: 4px;

        font-family: sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        letter-spacing: 0.33px;
        color: #888;
        text-align: center;

        line-height: 1.0;
        background-color: #F6F6F6;
        vertical-align: top;
        width: 100%;
        border-top: 1px solid #C0C0C0;
}
