body {

    font-family: sans-serif;
    font-size: 14px;
    margin: 20px;

}

ul {

    padding-left: 20px;

}

#loading {

    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    margin: 0;
    background-color: white;
    text-align: center;
    line-height: 300px;

}
