div.linked_contents {
    position: relative;
    /*border-radius: 5px;*/
    /*border: 2px solid rgb(193,119,9);*/
    /*margin-top: 20px;*/
    width: 100%;
    overflow: hidden;
}

div.intro {
    background-color: white;
    color: black;
    display: none;
    float: left;
    width: 100%;
    /*margin-left: 25px;*/
}
div.intro * {
    line-height: 160%;
    margin-bottom: 20px;
    clear: left;
}
div.intro img {
    width: 100%;
}



div.lists table,
div.lists .intro
{
    /* display: none; */
    float: left;
}


ol.decimal {
    list-style-position: inside;
    list-style-type: decimal;
}
ol.upper_alpha {
    list-style-position: inside;
    list-style-type: upper-alpha;
}
