@charset "UTF-8";
 #talk>div.left {
    float: left;
    width: 70%;
}
div.left>h3 {
    margin-bottom: 50px;
}
#talk>div.right {
    float: right;
    width: 27%;
}
#talk>div.right>img {
    width: 100%;
    height: auto;
}
#talk>div.right>p.text {
    font-size: 14px;
}
#talk>div.right>div.YoutubeWrapper {
    margin-top: 0em;
}
table.talking {
    border: none;
}
td.person {
    font-weight: bold;
    width: 10%;
    vertical-align: top;
    line-height: 2.0em;
}
td.speak {
    padding-bottom: 30px;
    line-height: 2.0em;
}
div.pageselector {
    text-align: center;
}
div.pageselector ul {
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
}
div.pageselector ul li {
    float: left;
    list-style: none;
    margin: auto 8px;
    width: auto;
}
div.pagebutton {
    position: relative;
    width: 2em;
    height: 2em;
    background-color: #333;
    color: #eee;
    text-align: center;
}
div.pagebutton p {
    margin: 0;
    line-height: normal;
    position: absolute;
    font-size: 1em;
    width: 100%;
    padding-top: 0.4em;
}