.changepass {
        background-color: rgb(255,255,255);
        border-color: rgb(200,200,200);
        border-style: solid;
        border-width: 1px;
        font-size: 1.2em;
        line-height: 30px;
	margin-bottom: 10px;
        padding-left: 5px;
        width: 270px;
        }
.enable_user:hover {
        background-color: rgb(255,0,0);
        }
#login_message {
        background-color: rgb(100,100,100);
        border-color: rgb(50,50,50);
        border-radius: 10px;
        border-style: solid;
        border-width: 1px;
        display: none;
        font-family: "century gothic","sans-serif";
        padding: 2px;
        position: absolute;
        width: 300px;
	z-index: 1000;
        }
#secdisplay {
	margin-left: 200px;
	}
#users_display {
        margin-left: 10px;
        }
.users_edit_icon {
        cursor: pointer;
        margin-left: 20px;
        }
.users_nav {
        margin-bottom: 20px;
        margin-top: 20px;
        }
.users_nav_item {
        background-color: rgb(100,100,100);
        color: rgb(255,255,255);
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        height: 30px;
        line-height: 30px;
        margin-bottom: 2px;
        margin-right: 2px;
        padding: 0px 15px 0px 15px;
        text-align: center;
        width: 125px;
        }
.users_nav_item:hover:not(.users_nav_item_active) {
        background-color: rgb(150,150,150);
        }
.users_nav_item_active {
        background-color: rgb(50,50,50);
        }

