* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, Calibri, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
}
body {
  	background-color: #374151;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.cpw {
        width: 400px;
        background-color: #1f2937;
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
        margin: -1px auto;
}
.cpw h1 {
        text-align: center;
        color: #35C0E8;
        font-size: 24px;
        padding: 20px 0 20px 0;
        border-bottom: 1px solid #dee0e4;
        border-top: 1px solid #dee0e4;
}
.cpw img {
        margin: 0px auto;
}
.cpw form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 20px;
        color: #35C0E8;
}
.cpw form label {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #35C0E8;
        color: #F3F4F6;
}
.cpw form input[type="password"], .cpw form input[type="text"] {
        width: 310px;
        height: 50px;
        border: 1px solid #35C0E8;
        background-color: #374151;
        color: #F3F4F6;
        margin-bottom: 20px;
        padding: 0 15px;
        margin-left: 45px;
}
.cpw form input[type="checkbox"] {
        margin-left: 45px
}
.cpw form input[type="submit"] {
        width: 100%;
        padding: 15px;
        margin-top: 20px;
        background-color: #35C0E8;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        color: #F3F4F6;
        transition: background-color 0.2s;
}
.cpw form input[type="submit"]:hover {
        background-color: #717171;
        transition: background-color 0.2s;
}

.login {
  	width: 400px;
  	background-color: #1f2937;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
	margin: -1px auto;
}
.login h1 {
  	text-align: center;
  	color: #F3F4F6;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
        border-top: 1px solid #dee0e4;	
}
.login img {
	margin: 0px auto;
}

.login form {
  	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
  	color: #F3F4F6;
}	
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #35C0E8;
  	color: #F3F4F6;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #35C0E8;
	background-color: #374151;
	color: #F3F4F6;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #35C0E8;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #F3F4F6;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #717171;
  	transition: background-color 0.2s;
}
.navtop {
	background-color: #515151;;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
	padding: 0;
	margin: 0;
	color: #AEAEAE;
	font-weight: normal;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #F3F4F6;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
body.loggedin {
	background-color: #212121;
	color: #ABABAB;
}
th {
	text-align: left;
}
.content {
	width: 100%;
	margin: 0 auto;
}
.content p {
	color: #ABABAB;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 22px;
	border-bottom: 1px solid #e0e0e3;
	color: #ABABAB;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #515151;
}
.content > p table tr th, .content > div table tr th {
	color:#ABABAB;
}
.login a {
	color: #F3F4F6;
}
.content a {
	color: #F3F4F6;
}
.content > p table td, .content > div table td {
	padding: 5px;
	color: #ABABAB;
}
.content td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #ABABAB;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}
