﻿#ttc {
    display: none;
    zoom: 100%;
    height: fit-content;
    bottom: 0px;
    position: fixed;
    margin: 0;
    z-index: 1000000;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    cursor: pointer;
    background-image: url('images/closeEsc.png');
    background-position-x: 101.5%;
    background-position-y: center; 
    background-size: 40px;
    background-repeat: no-repeat;
    color: white;
    padding: 3px 3px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 50%) !important;
    -moz-box-shadow: 0px 5px 10px 5px rgb(0 0 0 / 50%) !important;
}

#ttcInner a:hover{
     text-decoration: underline;
}

.ttcInner {
    width: 95%;
    border: 1px solid white;
    padding: 2px;
    padding-bottom: 4px;
    position: relative;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
    word-break: break-word;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

    #ttcInner a {
        color: lightgoldenrodyellow;
        text-decoration:underline;
    }
