        body{
            background                  : rgba(4,28,66,1);
        }
        .container .powered-bg{
        	bottom 				        : 1px;
        }
        .device-searching{
            border-radius 				: 15px;
            bottom 						: 150px;
            color 						: #FFF;
            height 						: 200px;
            left 						: 0;
            margin 						: auto;
            position 					: absolute;
            right 						: 0;
            top 						: 0;
            width 						: 700px;
            z-index 					: 10;
        }
        .device-searching .device{
            bottom						: 0;
            left 						: 0;
            margin 						: auto;
            position 					: absolute;
            right 						: 0;
            top 						: 0;
        }
        .device-searching .text{
            font-size                   : 26px;
            bottom                      : 10px;
            left                        : 0;
            position                    : absolute;
            right                       : 0;
            text-align                  : center;
        }
        .device-searching .loading{
            position                    : absolute;
            left                        : 0;
            right                       : 0;
            margin                      : auto;
            bottom                      : -35px;
        }
        .info{
            bottom                      : -130px;
            left                        : 0;
            margin                      : auto;
            position                    : absolute;
            right                       : 0;
            text-align                  : center;
        }
        .set-location-container{
            background                  : rgba(0,100,100,0.90);
            border-radius               : 10px;
            bottom                      : 175px;
            color                       : rgba(255,255,255,1);
            display                     : none;
            font-size                   : 20px;
            height                      : 80px;
            left                        : 0;
            margin                      : auto;
            padding                     : 10px;
            position                    : absolute;
            right                       : 0;
            width                       : 380px;
            z-index                     : 10;
        }
        .set-location-container .label{
            background                  : rgba(0,155,155,1);
            padding                     : 5px 10px;
            text-align                  : center;
        }
        .set-location-container .location-number{
            background                  : rgba(0,50,50,1);
            border                      : 1px solid rgba(0,155,155,1);
            color                       : rgba(255,255,255,1);
            font-size                   : 24px;
            margin-top                  : 10px;
            outline                     : none;
            padding                     : 5px 10px;
            height                      : 24px;
            text-align                  : center;
            width                       : 360px;
        }
        .set-location-container #approvement{
            display                     : none;
        }
        .set-location-container #approvement .buttons-container{
            display                     : table;
            margin                      : auto;
            margin-top                  : 10px;
        }
        .set-location-container #approvement .buttons{
            background                  : rgba(0,150,255,1);
            border-radius               : 10px;
            border                      : 2px solid rgba(0,100,100,1);
            display                     : table-cell;
            float                       : left;
            margin                      : 0px 10px;
            height                      : 30px;
            width                       : 30px;
            overflow                    : hidden;
        }
        .set-location-container .text{
            font-size                   : 25px;
            text-align                  : center;
        }