.user-menu {
    margin-top: 10px;
    margin-right: 20px;
    display: block;
    float: right;
}

.language-menu {
    margin-top: 50px;
    margin-right: 20px;
    display: block;
    float: right;
}

.user-menu-item {
    font-size: 14px;
    margin: 5px;
    display: inline-block;
}

.user-menu-icon {
    display: inline-block;
    line-height:80%;
}

.user-menu-hidden {
    display: none;
}

.under-construction-modal {
    position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.under-construction-modal-content {
    background-color: #fefefe;
    margin: 28% auto; /* 15% from the top and centered */
    /* padding: 20px; */
    border: 1px solid #888;
    width: fit-content; /* Could be more or less, depending on screen size */
  }
  
  .under-construction-modal-cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
  }