﻿#shadow-container {
    position: relative;
    left: 0px;
    top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    }
    #shadow-container .shadow2,
    #shadow-container .shadow3,
    #shadow-container .container {
    position: relative;
    right: 1px;
    left: 1px;
    top:-1px;
    }
    #shadow-container .shadow1 {
        background: #0b0b0b;
    }

    #shadow-container .shadow2 {
        background: #0a0a0a;
    }

    #shadow-container .shadow3 {
        background: #050505;
    }

    #shadow-container .container {
        background: #010101;
        border-right: 0px solid #848284;
        padding: 0px;
    }
