/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
  height: 100%;
	background-color: #3f636e;
  margin: 0;
  font-family: Arial;
}
@media (max-width : 450px) {
    #maintenance{

		height: auto;
		width: 200px;
	}
	body{
		width :450px
	}
}
#maintenance{

	margin-left:30%;
	margin-right:25%;
	margin-top: 5%;
	width: 50%;
}
/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33%;
}
p,label,h3,form{
	display: inline;
	color:#fff
}
.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: rgb(0, 0, 0);
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#loggedIn{
	display: none;
}

table {
  background: #012B39;
  border-radius: 0.25em;
  border-collapse: collapse;
  margin: 1em;
}
th {
  border-bottom: 1px solid #364043;
  color: #E2B842;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: left;
}
td {
  color: #fff;
  font-weight: 400;
  padding: 0.65em 1em;
}
.fifth {
	border-color: #8e44ad;
	border-radius: 0;
	color: #8e44ad;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color 150ms ease-in-out;
}
.fifth:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 100%;
	background: #8e44ad;
	z-index: -1;
	transition: width 150ms ease-in-out;
}
.fifth:hover {
	color: #fff;
}
.fifth:hover:after {
	width: 110%;
}
.btn {
	box-sizing: border-box;
	appearance: none;
	background-color: transparent;
	border: 2px solid black;
	border-radius: 0.6em;
	color: white;
	cursor: pointer;
	display: flex;
	align-self: center;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin: 20px;
	padding: 1.2em 2.8em;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.btn:hover, .btn:focus {
	color: #fff;
	outline: 0;
}

