﻿.ppMain
{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 9999;
    top: 0px;
    display: none;
}
.ppSubDiv
{
    margin: auto;
    display: block;
    margin-top: 100px;
    width: 400px;
    max-height: 400px;
    background: white;
}
.ppUl
{
    list-style: none;
}
.ppLi
{
    padding: 10px 10px;
    padding-left: 20px;
    background: #33bfc0;
    border-radius: 20px;
    height: 40px;
    border-box: content;
    color: White;
    cursor: pointer;
    margin-bottom: 5px;
}
.ppClose
{
    border-radius: 100%;
    padding: 4px 8px;
    background-color: Red;
    float: right;
    font-family: Calibri;
    font-size: small;
    color: White;
    font-size: 10px;
}
.ppLi.green
{
    background-color: rgba(69, 153, 0, 1);
}
.tokenTime
{
    border-radius: 100%;
    padding: 4px 8px;
    background-color: white;
    color: black !important;
    float: right;
    font-family: Calibri;
    font-size: small;
    color: White;
    font-size: 10px;
}
