        .profile {
                background-color: rgba(0,0,0,0.8);
                text-align: center;
                /*position: absolute;*/
                width: 100%;
                margin: 5px;
                border-radius: 10px;
                min-height: calc(100vh - 74px);
		max-height: auto;
		padding: 15px;
		box-sizing: border-box;
                /*font-family: "Trebuchet MS";*/
		font-size: 18px;
	}
	.profileMenu{
		width: 100%;
	}
	.profileMenu button{
		border-radius:0px;
		background-color: black;
		border: 1px solid rgba(255,255,255,1);
	}
	.profileMenu button:hover{
		border-radius:0px;
		background-color: gray;
	}

	/*.profileMenu button:focus{
		border-radius:0px;
		background-color: green;
	}*/
	.profileMenu a{
		color: #fff;
	}

