/*#myTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    z-index: 99;
    font-size: 15px;
    cursor: pointer;
    text-shadow: 1px 1px 0px #444;
}*/


@media screen and (min-width:992px) {

    #myTopBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 40px;
        z-index: 99;
        font-size: 15px;
        cursor: pointer;
        text-shadow: 1px 1px 0px #444;
        
    }

    #myTopBtn::after {
        content: "Κορυφή";
    }

}

@media screen and (max-width:992px) {

    #myTopBtn {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99;
        font-size: 15px;
        cursor: pointer;
        text-shadow: 1px 1px 0px #444;
    }

    #myTopBtn::after {
        /*content: "\005E";*/
        content: "\039B";
    }

}