﻿.pagetopmenu {
    float:right;
    overflow: hidden;    
    /*position: fixed;*/    
   /* width:100%;  */  
    /*background-color:white;*/
    /*z-index:99;*/
}

.pagetopmenu a {
    float: left;
    display: block;    
    text-align: center;
    padding: 14px 14px;
    text-decoration: none;
}

/*.pagetopmenu a:hover {
    background-color: #ddd;
    color: black;
}

.active {
    background-color: #4CAF50;
    color: white;
}*/

.pagetopmenu .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .pagetopmenu a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .pagetopmenu.responsive {
        position: relative;
    }

    .pagetopmenu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .pagetopmenu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
