﻿#oralhistorybigbox
{
    width:96%;
    max-width:1200px;
    margin:30px auto;
    display:table;
    height:auto;
}

#leftoralhis {
    width: 22%;
    float: left;
    display: block;
    margin-right: 3%;
    height: auto;
}

#rightoralhis {
    width: 75%;
    float: left;
    display: block;
    height: auto;
}

.oralhistlistitem {
    width: 100%;
    float: left;
    margin: 10px 0px;
}

    .oralhistlistitem div.ohstanfirst
    {
        padding-top:15px;
    }

    .oralhistlistitem:hover {
        background: #eee;
    }

.oralhistlistitem img {
    width: 20%;
    margin-right: 3%;
    float: left;
}

.ohstanfirst
{
    width:72%;
    float:left;
}

.detaoh
{
    display:none;
}

#rightoralhis img {
    margin: 0px auto 15px auto;
    display:block;
}

#rightoralhis h2 {
    text-align: center;
}