

*{
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}


body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #000000;

    background: url('design/pattern.png');

}


a {
    text-decoration: none;
    color: #000000;

}



#popup_overlay{

    z-index: 1900;

    display: none;



    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;

    background-color: rgba(0,0,0,0.5);


}

#popup{


    z-index: 2000;

    display: none;

    padding: 18px;


    position: fixed;
    left: 33vw;
    top: 33vh;
    width: 33vw;
    /*height: 33vh;*/


    text-align: center;

}

#popup_text{

    width: 100%;


}


#popup button{
    margin: 10px;

    display: inline-block;

    padding: 8px;
    text-decoration: none;

    font-size: 1.5em;

    color: #000000;
    background-color: unset;
    /*border: 2px solid #444444;*/
    border: none;
    border-radius: 4px;


}


button{
    margin: 10px;

    display: inline-block;

    padding: 8px;
    text-decoration: none;

    font-size: 1.5em;

    color: #000000;
    background-color: #A8FF8D;
    /*border: 2px solid #444444;*/
    border: none;
    border-radius: 4px;


}


#copy_popup{


    z-index: 2000;

    display: none;

    padding: 18px;


    position: fixed;
    left: 33vw;
    top: 20vh;
    width: 33vw;
    height: 43vh;
    min-height: 250px;


    text-align: center;

    background-color: #ffffff;

}



/*
.author {
    border:#000000 2px solid;
    border-radius: 22px;
    background-color: #000000;
}
*/


#copy{

    z-index: 1000;

    display: block;

    padding: 8px;

    text-decoration: none;
    font-weight: 600;
    font-size: 1.2em;

    position: fixed;
    bottom: 0px;
    right: 30px;

    color: #777777;



}


#back{

    z-index: 1000;

    display: block;

    padding: 8px;

    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;

    position: fixed;
    top: 0px;
    left: 30px;

    color: #ffffff;



}

#back img{

    width: 50px;



}



#pexeso{

    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;

}


.karticka {

    display: inline-block;
    margin: 7px;

    width: 140px;
    height: 140px;

    overflow: hidden;

    box-shadow: black 2px 2px 2px;

    vertical-align: middle;
    text-align: center;

    background: url("design/pexeso/pattern2.png");

}


.karticka_obrazek{
    display: block;
    width: 100%;
    height: calc(100% - 28px);

    overflow: hidden;

    text-align: center;
    /*vertical-align: text-bottom;*/

background: url("design/pexeso/pattern.png");
background-color: #cccccc;
/*border: 2px solid #444444;*/

padding: 4px;

}

.karticka_obrazek img{

    display: inline-block;


    position: relative;
    top: 50%;
    transform: translateY(-50%);

    max-width: calc(100% - 8px);
    max-height:calc(100% - 8px);

    /*border: 2px solid #444444;*/

}

.karticka_stitek{
    display: block;
    position: relative;

    text-align: center;

    width: 100%px;
    height: 20px;
    background-color: #cccccc;
    /*border: 2px solid #444444;*/

}


