.RecordView {
    background-color: #1e1e1e;
}

.RecordView span {
    background-color: #1e1e1e;
    justify-content: center;
    padding: 1em;
    margin-left: 2px;
    font-size: 1.1em;
}

.RecordView h1 {
    font-size: 10px;
    text-transform: uppercase;
    padding: 1em 1.5em;
    background: #162f2b;
    width: 100%;
    box-sizing: border-box;
}

.RecordView .RVbox {
    padding: 15px;
    font-size: 0.8rem;
    color: #d9d9d9;
    line-height: 1.8em;
    letter-spacing: 0.2px;
}

#RVballs {
    margin-top: 10px;
}

#RVcol1 {
    flex: 1;
    margin-right: 10px;
}

#RVcol2 {
    width: 30%;
    margin-right: 10px;
}

#RVtop {
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 12px;
    background-color: transparent;
    display: flex;
    margin-bottom: 10px;
}

#RVtop #videooraudio {
    font-weight: bold;
    font-style: italic;
}

#RVtop #tradestatus {
    font-weight: bold;
    color: #da2a2a;
}

#RVtop label, #RV3 label, #RV6 label, #RV7 label {
    font-weight: bold;
    color: #bbb;
}

#RV3, #RV6 {
    margin-bottom: 10px;
}

#RV2 {
    text-align: center;
    text-transform: uppercase;
}

#RV2 h2 {
    font-weight: bold;
    font-size: 26px;
}

#RV2 h3 {
    font-size: 18px;
    color: #999;
}

#RV2 h4 {
    font-size: 22px;
    margin-top: 3px;
    color: #ddd;
}

#RV2 h5 {
    font-size: 18px;
    margin-top: 3px;
    color: #ddd;
}

#RV4 {
    width: 30%;
}

#RV5 {
    margin-bottom: 10px;
}

#RV4 img {
    margin-top: 7px;
}

#RV8 {
    margin-bottom: 10px;
}

.YouTubeBoxes {
    padding: 0 10px 0;
    margin-top: 10px;
}


.YouTubeBoxes:last-child {
    padding-bottom: 10px;
}

.YouTubeBoxes h2 {
    background: #000;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px;
    margin-bottom: 2px;
}

.YouTubeBoxes .RVbox {
    padding: 0;
    line-height: 0;
}