

body {
  background-color: #F6F6F6;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; /* Centers the content horizontally */
}


a {
    text-decoration: none;
    color: #111199;
}

a:visited {
    color: #129912;
}

#container {
  background-color: #EDEDED;
}

#header {
  background-color: #D3DcE8;
  text-align: center;
  min-height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}

#bodyContent {
    display: block;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}


div#top {
    display: block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    overflow: auto;
}

div#top_left {
    min-width: 35%;
    max-width: 50%;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    position: relative;
}

div#primarytitle {
    font-size: 30px;
    font-weight: bold;
    margin: 5px;
}

div#hungariantitle {
    font-size: 30px;
    margin: 5px;
}

div#startendyear {
    font-size: 25px;
    margin: 5px;
}

div#top_right {
    min-width: 35%;
    max-width: 45%;
    vertical-align: middle;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
    position: relative;
}

div#runtimeminutes_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#runtimeminutes {
    display: block;
    margin: 10px;
    font-size: 16px;
}

div#ratings_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#ratings {
    display: block;
    margin: 10px;
    font-size: 16px;
}

div#contentrating_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#contentrating {
    display: block;
    margin: 10px;
}

div#genres {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

div#genres_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#genre {
    background-color: #DDD5D5;
    background-color: #B5C0D0;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}



div#description_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#description {
    font-size: 16px;
    display: block;
    margin: 10px;
    text-align: justify;
}


div#keywords {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

div#keywords_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#keyword {
    background-color: #C9DABF;
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}




div#div_poster {
    display: inline-block;
    position: relative;
}

img#img_poster {
    width: 400px;
    max-height: 500px;
    object-fit: contain;
    align: center;
}


div#bottom {
    display: block;
    min-width: 90%;
    position: relative;
}


div#fs_info_header {
    display: block;
    text-alig: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#fs_info {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}


div#principals_header {
    text-alig: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

table#principals {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

div.center {
   text-align: center;
}

table td.left {
  text-align: left;
  margin-left: 10px;
  padding-right: 10px;
}



div#primaryname {
    font-size: 30px;
    font-weight: bold;
    margin: 5px;
}

div#birthdates {
    font-size: 25px;
    margin: 5px;
}



div#primaryprofessions {
    width; auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

div#primaryprofessions_header {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

div#primaryprofession {
    background-color: #DDD5D5;
    background-color: #B5C0D0;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block-inline;
    position: relative;
    padding: 10px;
}


div#knownfortitles {

}


div#knownfortitles_header {
    text-alig: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

table#knownfortitles {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}



div#found_titles {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


div#titles_header {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

table#titles_table {

    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}



#footer {
  background-color: #D3DcE8;
  text-align: center;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
