.moc {
    position: absolute;
    top: 5px;
    left: 5px;
    min-height:60px;
    min-width:60px;
    max-width:300px;
    overflow:auto;
    display:none;
    font-size: 10px;
    font-family: verdana, Arial, Helvetica, sans-serif;
    background-color: white;
    color: black
    padding: 3px;
    border: 2px white solid;
    z-index:99;
    cursor: pointer;
}

.moc_headline {
    font-weight: bold;
    border-bottom: solid 1px brown;
    color: white;
    background-color: #3e3e3e;
}

.moc_caption {
    font-weight: normal;
    border-bottom: solid 1px brown;
    color: black
}

.moc_byline {
    font-size: 9px;
    color: black
}

