.coolTable
{
    text-align: center;
    width: 100%;
    margin: auto;
}

.coolA
{
    color: black;
    text-decoration: none;
}

.navTable tr td a:hover, .coolA:hover
{
    text-decoration: underline;
}

.mainInfoDiv
{
    width: 100%;
}

.galleryTable
{
    text-align: center;
    font-size: small;
    margin: 0 auto;
    width: 100%;
}

.zoomable:hover
{
    transform: scale(1.5);
}

.zoomableBook:hover
{
    transform: scale(1.5) rotate(-90deg) translate(0px, 2px);
    z-index: 999;
    cursor:pointer;
    font-weight: bold;
}

.warning
{
    text-align: justify;
    font-size: xx-small;
    padding: 2%;
    width: 50%;
    margin: auto;
    margin-bottom: -2%;
    margin-top: -3%;
}

.magicBallDiv
{
    clear: both;
    margin: auto;
    text-align: center;

    background-image: url("../зображення/простір_космосу.jpg");
    background-repeat: repeat;
    background-position-x: 33%;
    box-shadow: 0px 0px 10px black;
}

.magicBallDiv_BETA
{
    margin-bottom: 1%;
    margin-top: 1%;
    
    padding: 2%;
    clear: both;
    width: 50%;
    margin: auto;
    padding-bottom: 20px;
    text-align: center;

    background-color: #85C7D6;

    border: 4px solid #2d3636;
    margin-bottom: 1%;
    margin-top: 1%;
}

p
{
    text-indent: 30px;
    text-align: justify;
}

.mapCanvas
{
    width: 100%;
    height: 100%;
}

#minigameLinksDiv
{
    display: none;
}