    #stylechanger {       
        top: 10px;
        right: 10px;        
        width: 120px;   
        max-width: 50%;   
    }
    #stylechanger:hover{
        background-color: #E4E4E4;
    }

    #stylechanger a {        
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.25);
        text-decoration: none;
        color: #404040;     
    }

    #stylelabel{
        padding: 8px;
        text-align: center;
        cursor: pointer;
    }

    #stylechanger a:last-child {
        border: none;
    }
    /*
    .active{
        background-color: #E4421C;
    }
    */
    .active:hover{
        background-color: #E4E4E4;
    }
    .inactive:hover{
        background-color: #E4E4E4;
    }
