.navbar {
	margin-bottom: 0px;
  min-height: 65px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.stat-container {
	margin-top: 20px;
  width: 400px;

  table {  padding: 20px; border-radius: 10px; margin: 10px; border-spacing: 0; border-collapse: separate; }
  table td, table th {  padding: 5px 12px; border-bottom: 1px solid blue; border-right: 1px solid blue; }
  table th { background: rgb(208, 245, 252); color: rgb(24, 3, 3); }
  table tr:last-child td:first-child {
      border-bottom-left-radius:10px;
  }
  table tr:last-child td:last-child {
      border-bottom-right-radius:10px;
  }
  table tr th:first-child,
  table tr td:first-child {
     border-left: 1px solid blue;
  }
  table tr:first-child th,
  table tr:first-child td {
     border-top: 1px solid blue;
  }
  table tr:first-child th:first-child,
  table tr:first-child td:first-child {
      border-top-left-radius:10px
  }
  table tr:first-child th:last-child,
  table tr:first-child td:last-child {
      border-top-right-radius:10px
  }
}


.main-container {
	margin-top: 20px;
}

.registration-form {
	max-width: 1050px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

.rahmen {
  border-radius: 15px;
  border: 1.5px solid black;    
/*  background-color: rgb(242, 242, 242); */
  font-family: arial, "lucida console", sans-serif;   
  padding: 0.5em; 
  align-items: center;
}
