/* the styles for FamilyCite */

body {
    width: 800px;
    margin: auto;
    background-color:bisque;
}

iframe {

}

nav {
    text-align: center;
    background-color:burlywood;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline;
    padding: 0px 7px;
}

footer {
    clear: both;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 800px;
}

fieldset {
  padding: 1em;
  }
fieldset label {
    width: 150px;
    text-align: right;
    display: inline-block;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

#contact, #citation {
    text-align: center;
}

#citation fieldset {
    text-align: left;
}

#video {
    display:block;
    margin:0 auto;
    width: 650px;
    height: 445px;
}

@media only screen and (max-width: 480px) {

    
    body {
        width: 400px;
    }
}