﻿
.rWrapper {
    position: relative;
    line-height: 16px;
    background-color: #FFFFFF;
    padding-top:3px;
    cursor: pointer;
}

    .rWrapper td {
    padding: 0px;
}

.rTdA {
}

.rTdB {
    width: 100%;
}

.rTdC {
    width: 70%;
}

.rTdD {
    font-size: 14px;
    width: 20%;
}

.rTdE {
}

.rTdF {
    width: 30%;
}

.rImgThumbnail {
    padding: 0px 3px 0px 3px;
}

.rMemberSymbol {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}

.rImgExpandArrow {
    cursor: pointer;
}

.rLocation {
    padding: 0 0 0 5px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.rText {
    padding: 0 0 0 5px;
    font-size: 13px;
}

.rDetailsBlock {
    background-color: #FFFFFF;
    font-size: 12px;
}

.rDetailsWrapper {
    padding: 7px;
    position: relative;
}

    .rDetailsWrapper td {
        padding: 3px;
        vertical-align: top;
        line-height: 14px;
    }

.reportMapBlock {
    width:250px;
    display:block;
}
.rObserverLink {
    text-decoration:none;
    color:black;
}
.reportError {
    background-color: #FFFA90;
    padding: 5px;
    margin-bottom: 3px;
}

.reportMagnitude {
    font-weight: bold;
    display: inline-block;
    padding: 5px 2px 5px 2px;
}
/*-------------------------------------MOBILE STYLES------------------------------------------*/
@media only screen and (max-width: 720px) {

    .rDetailsBlock {
        background-color: #FFFFFF;
        font-size: 12px;
    }



}