﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');
*{
	font-family: 'Roboto', sans-serif;
}
#login {
	float: right;
	right: 20px;
	position: absolute;
	z-index: 2000000;
}

#adminedit {
	padding-top: 10px;
}

#logo {
	float: left;    
	padding-right:30px;
}

#logo img {
	width: 138px;
	height: 65px;
}

#MainMenu a {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
	font-size: 16px;
	color: #000;
	background-color: transparent;
	cursor: pointer;
}
.navbar-inner {
	padding-bottom: 0;
}
.MainMenu_0 a {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 18px;
	font-size: 16px;
	color: #000;
	background-color: transparent;
	padding: 5px;
	cursor: pointer;
}
body {
	background-color: #ebebeb;
}
select, input, textarea {
	margin: 5px 0;
}
