a.RoundsTile {
    text-decoration: none;
}

.MBLastMessageLnk, .MBFirstMessageLnk {
    white-space: nowrap;
    width: 70px;
}

img.thumbs {
    border-radius: 2px;
    box-shadow: 2px 0 7px 0 rgba(50, 50, 50, 0.56);
}

.enlargeOnHover {
    width: 100px;
}

    .enlargeOnHover:hover {
        width: auto;
}

#Box B, #Box strong {
    color: #a52a2a;
    font-size: 14px;
}

.UNLCNI {
    display: inline;
    font-style: italic;
}

.UNLCI {
    display: inline;
    font-style: italic;
    padding: 5px 0;
}

div.SpeakerStyle2 {
    display: inline;
    padding: 5px 0;
}

.SpeakerStyle2 {
    color: #0c0c75;
    font-size: 15px;
    font-weight: bold;
}

span.UNLBC {
    color: #000;
}

.UNLBC {
    font-style: inherit;
    padding: 5px 0;
}

@media screen and (max-width: 700px) {
    .MBLastMessageLnk, .MBFirstMessageLnk {
        width: auto;
}

    .MBTopBottomMessages, .MBNextPrevMessages {
        width: auto;
    }

    .MBNextPrevMessages {
        float: left;
    }

    .MBAdditionalControls {
        display: none;
    }

    .MBMessageNavDiv {
        width: 100%;
    }

    div#MainContainer {
        width: auto !important;
    }
}