    .container {

		div.middle {
			margin: 0 0 0 0 auto;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}

        .alert {
            position: relative;
            padding: .75rem 1.25rem;
            margin-bottom: 1rem;
            border: 1px solid transparent;
            #color: #856404;
            color: #856464;
            #background-color: #fff3de;
            #border-color: #ffeeba;
            border-radius: .25rem;
            font-size: 20px;
        }

        .levels {

            .level:nth-child(1) {
                #background-color:#e6f3ff;
                background: linear-gradient(to top, #e6f9ff, #ffffff);
            }
            .level:nth-child(2) {
                #background-color:#dbedff;
                background: linear-gradient(to top, #dbedff, #e6f9ff);
            }
            .level:nth-child(3) {
                #background-color:#c8e1ff;
                background: linear-gradient(to top, #c8e1ff, #dbedff);
            }

            .level {
                margin-top:0px;
                margin-bottom:0px;
                padding:32px;
                .title {
                    font-size:36px;
                }
                .content {
                    min-height:200px;
                    .lead {font-size:18px;}
                }

                .badge {
                    display:inline;
                }
            }
        }
    }


	.bg-esy {
		background-color:rgb(148, 147, 168);
		color: white;
	}
	

        .box-title {
        	color: #CB7627;
        }