/**
* for angular.earth 
*
*/


.body 
{
    background-image: url("oldmetal-black-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: extra-condensed; 
    white-space: nowrap;
    color: white; 
    text-align: center;
    user-select: text;
    background-image: url('metallic.png');
    background-size: cover; /* Ensures the image covers the entire div */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}

.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: 0px solid white;
    width:512px; 
    height: 512px;
    cursor: pointer;

}

.centeredAlert 
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: gainsboro;
    border: 4px solid #111122;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; 
    font-stretch: condensed; 
    white-space: nowrap; 
    text-align: center;
    padding: 1em;
    color: #111122; 
    opacity: 1;
    
    background-image: url('light-metal.jpg');
    background-size: cover; /* Ensures the image covers the entire div */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}


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

}

.sprite
{
    display: none; 
    position: absolute; 
    background-color: silver;
    border: 0px solid #111122;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; 
    font-stretch: condensed; 
    white-space: nowrap; 
    text-align: left;
    padding: 0.5em;
    color: #111122; 
    opacity: 0;
}
