@media print {
    #ghostery-purple-box {
        display: none !important
    }
}

#global-header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#global-header .header-user #user-signup {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    transition: .5s;
    border-radius: 8px;
    margin: 5px;
    margin-top: 12px;
    text-decoration: none;
    font-size: 14px !important;
    padding: 4px 12px !important;
    border: 2px solid #1d4d6d !important;
    color: #fff !important;
    background: linear-gradient(45deg,#fff 45%,#1d4d6d 0) !important;
    background-position: 95% 0 !important;
    background-size: 400% !important;
    /* Center the text */
    text-align: center;
    line-height: 29px;
}

#global-header.with-proposition.with-user .header-wrapper .header-proposition {
    width: 240px;
}

@media screen and (max-width:920px) {
    #global-header .header-user {
        width: 65% !important;
    }
}

@media screen and (max-width:700px) {
    #global-header .header-user {
        width: 50% !important;
    }
        #global-header .header-user #user-links a#user-name {
            display: none;
        }
        #global-header .header-user #user-links a#user-logout {
            padding-bottom: 10px;
            padding-top: 10px;
            padding-right: 10px;
        }
}

@media screen and (max-width:520px) {
    #global-header .header-user {
        width: 550% !important;
    }
}

#global-header .header-user {
    width: 38%;

}

#global-header .header-user2 {
    
    margin-top: 12px;
    margin-right: 22px;
}

.header-proposition {
    width: 25%;
}

@media screen and (max-width:920px) {

    #user-signup {
        width: 140px;
        font-size: 18px;
        margin-right: 8px;
    }
}

@media screen and (max-width:850px) {

    #global-header .header-user #user-signup {
        width: 140px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width:776px) {

    #global-header .header-user #user-signup {
        top: 2px;
        height: 40px;
        /*        right: 0px;
             height: 40px;
        font-size: 18px;
        line-height: 40px;
        width: 120px;*/
    }

    #global-header .header-user #user-signup:nth-of-type(2) {
        top: 65px;
        width: 160px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;

    }

    #user-signup {
        width: 140px;
        font-size: 18px;
        margin-right: 6px;
        height: 30px;
        line-height: 30px;
        top: 50%;
    }

    #proposition-name {
        font-size: 18px;
    }
}

@media screen and (max-width:641px) {
    #user-signup {
        width: 100px;
        font-size: 12px;

    }

    #global-header.with-proposition.with-user .header-wrapper .header-proposition {
        width: 240px;
    }



    #proposition-name {
        font-size: 15px;
    }
}