/***
Custom Style sheet 
***/

.loggedInUser{
	line-height:27px !important;
}
/*tabindex*/
.skip-to-main-content-link {
    position: absolute;
    left: -9999px;
    z-index: 999;
    padding: 12px;
    background-color: #000;
    color: #ffff;
    opacity: 0;
    font-size: 1.2rem;
 

  }
  .skip-to-main-content-link:focus {
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
 
 /* *[tabindex]:focus {
    text-decoration: underline;
  }
 */
  .userptofile{
    margin-right:20px;
  }
  
  /* #text_resize_increase{
  	font-size: x-large;
  }
  
  #text_resize_decrease{
  	font-size: inherit;
  } */
  
  .zoom-level {
    font-weight: bold;
}
  .changer {
    border: 2px solid white;
   /* margin: 0 4px; */
    padding: 5px;
    padding-left: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.changer:hover {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.changer > sup {
    margin-left: -3px;
    padding: 0;
}

.changer > span {
    margin-left: 3px;
}

.zoom-list > a{
	padding: 0 4px !important;
}


  