.ls_screensaver_button {
  
  position: absolute; 
  top: 10px; 
  right: 10px; 
  display: inline-block; 
  background: rgba(0,0,0,0.5); 
  color: white; 
  padding: 5px 1.2em; 
  border-radius: 7px;
  cursor: pointer;
  
}

.ls_screensaver_button:hover {
 
  background: rgba(0,0,0,0.6); 
  
}

.ls_page-login {
  
  position: absolute;
  left: 145px;
  top: 8px;
  font-size: 18px;
  
}

.ls_page-online {
  
  position: absolute;
  left: 145px;
  top: 32px;
  font-size: 10px;
  
}

.ls_page-status {
  
  position: absolute;
  left: 145px;
  top: 46px;
  font-size: 12px;
  width: 260px;
  color: #6B879E;
  
}

.ls_page-button {
  
  border-radius: 10px;
  background: rgba(0,0,0,0.06);
  padding: 8px 1.4em;
  margin-top: -2px;
  font-size: 13px;
  font-weight: bold;
  color: #516588;
  display: inline-block;
  cursor: pointer;
  margin-right: 2px; 
  
}

.ls_page-button-active {
  
  border-radius: 10px;
  background: linear-gradient(to top left, #FF9433, #FF337D);
  padding: 8px 1.4em;
  margin-top: -2px;
  font-size: 13px;
  font-weight: bold;
  color: white;
  display: inline-block;
  cursor: pointer; 
  margin-right: 2px;                           
  
}

.ls_page-button:hover {

  background: rgba(0,0,0,0.09);
  
}
                              
.page-menu-all {
  
  padding: 8px 1.3em;
  font-weight: bold;
  font-size: 12px;
  color: #3E5A92;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  background: rgba(0,0,0,0.04);
  
}
                              
.page-menu-all:hover {

  background: rgba(0,0,0,0.07);
  
}
                              
.page_menu_ajax {
  
  min-height: 150px;
  max-height: 280px;
  color: #476471;
  font-size: 12.5px;
  font-weight: bold;
  
}
                              
.profile_info_list {

  font-weight: bold;
  
}                              
                              
.profile_info_list i {
  
  color: #FF3064;
  
}
                              
.page_menu_ajax_button {
  
  display: block;
  text-align: center;
  background: rgba(0,0,0,0.05);
  margin: 7px;
  padding: 8px;
  border-radius: 7px;
  color: #3E5A92;
  
}
                              
.page_menu_ajax_button:hover {

  background: rgba(0,0,0,0.08);
  
} 
                              
.profile-edit2 {
  
  color: #3E5A92;
  
}