body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f5f5f5;
}

.nav {
    background: #333;
    padding: 10px;
}

.nav a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
}

.content {
    padding: 20px;
}

form {
    margin-bottom: 20px;
}

input, button {
    padding: 8px;
    margin: 5px 0;
}

#login_input 	{ margin-left:50px; }
#bad_pwd	 	{
	margin-left:50px;
	color:red;}
#domain-btn 	{width:120px;}
#database-btn 	{width:140px;}
#svcol1 {
    width: 100px!important;
    font-weight: bold!important;
}
/*================================*/
/* Stats styling on services page */
/*================================*/
.bar {
  width: 100%;
  height: 20px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
}

.bar div {
  height: 100%;
  width: 0%;
  background: green;
}

.green { color: green; }
.red { color: red; }

.th-svc-status {
	width:130px;
}
.td-svc-status {
	text-align: center;
}
.btn-svc-status {
	width: 120px;
}
.btn-svc-status {
	width: 120px;
	padding: 6px;
	cursor: pointer;
	border-radius: 4px;
	border: 2px solid #000;
	background: #f5f5f5;
}

.btn-svc-status:hover {
	background: #e0e0e0;
}

/*================================*/
/* Styling for Tools page         */
/*================================*/
.btn-svc-tools {
	width: 130px;
	cursor: pointer;
	border-radius: 4px;
	border: 2px solid #000;
	background: #f5f5f5;
}
.btn-svc-tools:hover {
	background: #e0e0e0;
}