.TenPoundDefault.Container { position: relative; }

/* Transparent Container
------------------------------------------------------------------------------------ */
.Transparent .ContainerTitle {
    margin-bottom: 1em;
    text-align: center;
}

/* Border Right Container
------------------------------------------------------------------------------------ */
.RightBorder {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.RightBorder:before {
    border-bottom: 1px solid #A89572;
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    height: 1px;
    position: absolute;
    width: 100%;
}


@media only screen and (min-width: 768px) {
    
    .RightBorder {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .RightBorder:before {
        border-bottom: none;
        border-left: 1px solid #A89572;
        height: 100%;
        left: -40px;
        top: 0;
        width: 1px;
    }
    .row .pane.DNNEmptyPane + .pane .RightBorder:before,
    .row .pane:first-child .RightBorder:before { border: none; }
    
    
}