html, body { height: 100%; }
body { font-family: Arial, Helvetica, Microsoft Sans Serif; margin: 0; background-color: #dddddd; }

.UMenu, .LFList { padding: 0; margin: 2px; text-align: right; }
.UMenu li, .LFList li { display: inline-block !important; list-style-type: none; padding-right: 10px; }
.LoginOrMenu { width: 100%; }
.Content { padding: 0 40px 20px 40px;
 }

	@media (max-width: 340px) {
		.Content { padding: 0 5px 20px 5px; }
		.Wrapper { width: 100%; }
		.UMenu li, .LFList li { display: inherit; }
		.LFList { text-align: left; }
		.UMenu { text-align: left; }
	}


.Content input[type="text"], .Content input[type="password"], .LFList input[type="text"], .LFList input[type="password"], textarea { color: black !important; background-color: inherit !important; border-style: solid !important; border-color: #CCC !important; }

.Content input[type="text"]:focus, textarea:focus { color: inherit !important; background-color: inherit !important; }

tr, td { background-color: inherit !important; }

.SpawtzLink { text-align: right; padding-right: 10px; padding-bottom: 5px; }




