.page           	{
                        background-color: #444444;
                        margin: 0px; 
                        padding: 0px;
                        width: 100%; 
                        /*text-align: center;*/
			            font-family: 'Roboto Condensed', sans-serif;
                        overflow-x: hidden;
                        color: #707070
                    }

.heading            {
                        width: 100%;
                        height: 10vw;
                        float: left;
                    }

.main               {
                        width: 100%;
                        float: left;
                    }

.save-button       {
                        background-color: #69a973;
                        background-image: url( '/static/Save_icon.svg' );
                        background-repeat: no-repeat;
                        background-position: left;
                        border: none; 
                        text-align: center; 
		                width: 86vw; 
		                line-height: 4em; 
		                padding: 0vw; 
		                margin: 1.5vw 7vw; 
                    }

.login-button		{
                        border: none; 
                        text-align: center; 
		                width: 86vw; 
		                line-height: 3em; 
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #69a973;
                    }

.logout-button		{
                        border: none; 
                        text-align: center; 
		                width: 86vw; 
		                line-height: 3em; 
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #69a973;
                    }

.edit-profile-button {
                        border: none;
                        text-align: center; 
                        width: 86vw;
		                line-height: 3em;
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #777777;
                    }

.edit-bill-button {
                        border: none;
                        text-align: center; 
                        width: 86vw;
		                line-height: 3em;
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #777777;
                    }

.my-events-button {
                        border: none;
                        text-align: center; 
                        width: 86vw;
		                line-height: 3em;
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #777777;
                    }

.create-button		{
                        border: none;
                        text-align: center; 
                        width: 86vw;
		                line-height: 3em;
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #777777;
                    }

.select-event-button {
                        border: none;
                        text-align: center; 
                        width: 86vw;
		                line-height: 3em;
		                padding: 0px; 
		                margin: 1.5vw 7vw; 
		                background: #777777;
                    }

.inputbox		    {
                        width: 86vw; 
                        height: 3em;
                        line-height: 100px; 
		                border: 0px; 
		                margin: 1.5vw 7vw; 
		                padding: 0px; 
		                text-align: center; 
		                background: #e4e4e4;
		                color: #707070
                    }

.text30pt           {
			            font-family: 'Roboto Condensed', sans-serif;
                        font-size: 30pt;
                        font-weight: bold;
                    }

.text20pt           {
			            font-family: 'Roboto Condensed', sans-serif;
                        font-size: 20pt;
                        font-weight: bold;
                    }

.text16pt           {
			            font-family: 'Roboto Condensed', sans-serif;
                        font-size: 16pt;
                        font-weight: bold;
                    }
