            body {
                background: url('/static/authenticated/img/eve-online-desktop-backgrounds_112516553_224.jpg') no-repeat center center fixed;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            }

            .panel-transparent {
                background: rgba(48, 48, 48, 0.7);
                color: #ffffff;
                padding-bottom: 21px;
            }

            .panel-body {

            }

/*            .panel-default
             {
                border-color: #ecf0f1;
            }

            .panel
            {
                margin-bottom: 21px;
                background-color: #000000;
                border: 1px solid transparent;
                border-radius: 4px;
                -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
                box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
            }

 */