/*
Author: Hariharan Arunachalam
Date: Aug 20, 2016 (2:21:14 PM)
Explicit author permission required before this code is reused for any purpose - more like please let me know :)
*/

/* 
    Created on : Aug 20, 2016, 2:21:14 PM
    Author     : Hariharan
*/
/*Loading container*/
#loading-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.soothe-info {
    margin-left: 1em;
    color: #eee;
    font-size: 2.5em;    
}
