﻿@media screen
{
    .leftRoundedPanel
    {
        display: block;
    }
    .leftRoundedPanel *
    {
        display: block;
        height: 1px;
        overflow: hidden;
        font-size: .01em;
        background: #2F4F58;
    }
    .leftRoundedPanel1
    {
        margin-left: 3px;
        margin-right: 3px;
        padding-left: 1px;
        padding-right: 1px;
        border-left: 1px solid #012e1d;
        border-right: 1px solid #012e1d;
        background: #2F4F58;
    }
    .leftRoundedPanel2
    {
        margin-left: 1px;
        margin-right: 1px;
        padding-right: 1px;
        padding-left: 1px;
        border-left: 1px solid #001206;
        border-right: 1px solid #001206;
        background: #2F4F58;
    }
    .leftRoundedPanel3
    {
        margin-left: 1px;
        margin-right: 1px;
        border-left: 1px solid #024e37;
        border-right: 1px solid #024e37;
        border-right-color: #2F4F58;
        border-left-color: #2F4F58;
    }
    .leftRoundedPanel4
    {
        border-left: 1px solid #012e1d;
        border-right: 1px solid #012e1d;
        border-right-color: #2F4F58;
        border-left-color: #2F4F58;
    }
    .leftRoundedPanel5
    {
        border-left: 1px solid #024933;
        border-right: 1px solid #024933;
        border-right-color: #2F4F58;
        border-left-color: #2F4F58;
    }
    .leftRoundedPanelfg
    {
        background: #2F4F58;
        padding-left: 30px;
    }
}

