/**
* for sputnik.earth 
*
*/


body 
{
  background-image: url("kosmos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.note
{ 
    font-family: Arial, Helvetica, sans-serif; font-size: 6pt; font-style: normal; font-weight: bold; 
    color: #001810; 
}

.info
{ 
    font-family: Arial, Helvetica, sans-serif; font-size: 16pt; font-weight: bold; font-stretch: condensed;
    color: white; 
    text-align: center;
    user-select: text;
}

.description
{ 
    font-family: Georgia, serif; font-size: 16pt; 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: 2px solid white;
    width:560px; 
    height: 560px;
    cursor: pointer;
}

.centeredAlert 
{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: gainsboro;
    border: 2px solid crimson;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; 
    padding: 1em;
    color: midnightblue; 
    opacity: 1;
}

.buttonStyle
{
    background-color: #000022;
    font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: normal; 
    font-stretch: normal;
    color: silver; 
    padding: 0.25em;
    cursor: pointer;
}