#veil {
    position:absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    cursor: not-allowed;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index:99;
    background: #000000;
}
#feedLoading {
    position: fixed;
    top:40%;
    left: 10%;
    width:100%;
    text-align: center;
    font-size: 4em;
    color:white;
    text-shadow: 2px 2px 2px #021124;
    z-index: 999;
}
.side_menu .invite .bg_menu {
  background-position: 0 -218px;
}
