/**
* for angular.earth 
*
*/


.body 
{
    background-image: url("digital-small.png");
    background-repeat: repeat;
    background-size: auto;
}

.note
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 6pt; 
    font-style: normal; 
    font-weight: bold; 
    font-stretch: extra-condensed; 
    white-space: nowrap;
    color: #001810; 
}

.info
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16pt; 
    font-weight: bold; 
    font-stretch: normal; 
    font-stretch: extra-condensed; 
    white-space: nowrap;
    color: white; 
    text-align: center;
    user-select: text;
}

.description
{ 
    font-family: Georgia, serif; font-size: 30pt; font-weight: 900; 
    color: white; 
    user-select: text;
}

.link 
{
    color: cyan; 
}

.table 
{
  margin-left:auto; 
  margin-right:auto;
}

.bottom             
{
    position: fixed;
    bottom: 0;
    width: 100%;
}


.round             
{
    border-radius: 50%; 
    overflow: hidden;
    border: 1px solid white;
    width:500px; 
    height: 500px;
}

.centeredAlert 
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: gainsboro;
    border: 4px solid midnightblue;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; 
    font-stretch: ultra-condensed;
    white-space: nowrap; 
    text-align: center;
    padding: 1em;
    color: midnightblue; 
    opacity: 1;
}

.buttonStyle
{
    background-color: silver;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; 
    font-stretch: condensed;
    color: midnightblue; 
    padding: 0.5em;
    cursor: pointer;

}


