body {
    color: black;
    background-color: #cccccc;
    font-family: sans-serif;
}

h1 {
    position: fixed;
    top: 0em;
    right: 14em;
    height: 2em;
    left: 10px;
    padding: 0em 0;
    margin: 0.5em 0;
    font-size: 110%;
}

#presentation {
    position: fixed;
    top: 3.5em;
    width: 320px;
    bottom: 3.5em;
    left: 10px;
}

#video {
    position: absolute;
    top: 0;
    width: 320px;
    height: 264px;
    left: 0;
    padding: 0;
    margin: 0;
}

a.player {
    display: block;
    width: 320px;
    height: 264px;
    border: none;
    padding: 0;
    margin: 0;
}

a.player img {
    border: none;
}

#slides, #embeddedslides {
    position: fixed;
    top: 3.5em;
    right: 10px;
    bottom: 3.5em;
    left: 336px;
}

#slides {
    z-index: 0;
}

#embeddedslides {
    z-index: 1;
}

#presentationinfo {
    position: absolute;
    top: 264px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 0.5em;
}

#speakername {
    font-weight: bold;
}

.tips {
    font-size: smaller;
}

#navigation {
    position: fixed;
    top: 0em;
    right: 10px;
    height: 1em;
    width: 14em;
    padding: 0.5em 0;
    font-size: smaller;
    text-align: right;
}

#workshopinfo {
    position: fixed;
    height: 1em;
    right: 10px;
    bottom: 0em;
    left: 10px;
    border-top: solid thin black;
    margin: 0.5em 0;
    padding: 0.5em 0;
    text-align: center;
    font-size: smaller;
    font-style: italic;
}
